models_v2.swift_config module¶
- 
class 
models_v2.swift_config.SwiftConfig(swift_user_domain=None, swift_username=None)[source]¶ Bases:
objectImplementation of the ‘SwiftConfig’ model.
Specifies the Swift config settings for this View.
- Attributes:
 swift_user_domain (string): Specifies the Keystone user domain. swift_username (string): Specifies the Keystone username.
- 
classmethod 
from_dictionary(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
 dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
 object: An instance of this structure class.