models.restore_hyperv_vm_params module

class models.restore_hyperv_vm_params.RestoreHypervVMParams(copy_recovery=None, datastore_entity=None, power_state_config=None, rename_restored_object_param=None, resource_entity=None, restored_objects_network_config=None, uuid_config=None)[source]

Bases: object

Implementation of the ‘RestoreHyperVVMParams’ model.

TODO: type model description here.

Attributes:

copy_recovery (bool): Whether to perform copy recovery. datastore_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.

resource_entity (EntityProto): Specifies the attributes and the latest

statistics about an entity.

restored_objects_network_config (RestoredObjectNetworkConfigProto):

TODO: type description here.

uuid_config (UuidConfigProto): TODO: type description here.

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.