models.kms_update_request_parameters module¶
- 
class 
models.kms_update_request_parameters.KmsUpdateRequestParameters(aws_kms=None, cryptsoft_kms=None, id=None, key_name=None, server_name=None, vault_id_list=None, view_box_id_list=None)[source]¶ Bases:
objectImplementation of the ‘KmsUpdateRequestParameters’ model.
Request to create a KMS with specified configuration.
- Attributes:
 aws_kms (AwsKmsUpdateParams): AWS KMS conifg. cryptsoft_kms (CryptsoftKmsUpdateParams): Cryptsoft KMS config. id (int): The Id of a KMS server. key_name (string): Specifies name of the key. server_name (string): Specifies the name given to the KMS Server. vault_id_list (list of long|int): Specifies the list of Vault Ids. view_box_id_list (list of long|int): Specifies the list of View Box
Ids.
- 
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.