models.kms_delete_params module¶
-
class
models.kms_delete_params.
KmsDeleteParams
(id=None)[source]¶ Bases:
object
Implementation of the ‘KmsDeleteParams’ model.
Params to delete a KMS with specified server name.
- Attributes:
id (long|int): Specifies a unique id of the KMS config.
-
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.