models.restore_acropolis_v_ms_params module

class models.restore_acropolis_v_ms_params.RestoreAcropolisVMsParams(power_state_config=None, rename_restored_object_param=None, restored_objects_network_config=None, storage_container=None, uuid_config=None)[source]

Bases: object

Implementation of the ‘RestoreAcropolisVMsParams’ model.

TODO: type model description here.

Attributes:
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.

storage_container (EntityProto): Specifies the attributes and the

latest statistics about an entity.

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.