models.restore_kvmv_ms_params module¶
-
class
models.restore_kvmv_ms_params.
RestoreKVMVMsParams
(cluster_entity=None, datacenter_entity=None, power_state_config=None, rename_restored_object_param=None, restored_objects_network_config=None, storagedomain_entity=None)[source]¶ Bases:
object
Implementation of the ‘RestoreKVMVMsParams’ model.
TODO: type model description here.
- Attributes:
- cluster_entity (EntityProto): Specifies the attributes and the latest
statistics about an entity.
- datacenter_entity (EntityProto): Specifies the attributes and the
latest statistics about an entity.
- power_state_config (PowerStateConfigProto): TODO: type description
here.
- rename_restored_object_param (RenameObjectParamProto): Message to
specify the prefix/suffix added to rename an object. At least one of prefix or suffix must be specified. Please note that both prefix and suffix can be specified.
- restored_objects_network_config (RestoredObjectNetworkConfigProto):
TODO: type description here.
- storagedomain_entity (EntityProto): Specifies the attributes and the
latest statistics about an entity.
-
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.