models_v2.unregister_swift_params module¶
-
class
models_v2.unregister_swift_params.
UnregisterSwiftParams
(tenant_id=None, keystone_credentials=None)[source]¶ Bases:
object
Implementation of the ‘UnregisterSwiftParams’ model.
Specifies the parameters to unregister a Swift service from Keystone server.
- Attributes:
- tenant_id (string): Specifies the tenant Id who’s Swift service will
be unregistered.
- keystone_credentials (KeystoneCredentials): Specifies user credentials
of a Keystone server.
-
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.