models_v2.keystone module¶
-
class
models_v2.keystone.
Keystone
(name=None, auth_url=None, admin_creds=None, id=None, scope=None)[source]¶ Bases:
object
Implementation of the ‘Keystone’ model.
Specifies a Keystone.
- Attributes:
name (string): Specifies the Keystone configuration name. id (long|int): Specifies the Keystone configuration id. auth_url (string): Specifies the url points to the Keystone service. admin_creds (AdminCreds): Specifies parameters related to Keystone
administrator.
scope (Scope): Specifies parameters related to Keystone scope.
-
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.