models_v2.recover_vmware_v_ms_original_source_network_configuration module

class models_v2.recover_vmware_v_ms_original_source_network_configuration.RecoverVmwareVMsOriginalSourceNetworkConfiguration(detach_network=None, disable_network=None)[source]

Bases: object

Implementation of the ‘Recover VMware VMs Original Source Network configuration.’ model.

Specifies the network config parameters to be applied for VMware VMs if recovering to original Source.

Attributes:
detach_network (bool): If this is set to true, then the network will

be detached from the recovered VMs. All the other networking parameters set will be ignored if set to true. Default value is false.

disable_network (bool): Specifies whether the attached network should

be left in disabled state. Default is false.

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.