VmCrossClusterMigrateOverrides#
- class VmCrossClusterMigrateOverrides(override_nic_list=None, storage_containers_mapping=None, *args, **kwargs)#
Bases:
objectCross cluster migration overrides the VM configuration.
- Parameters:
override_nic_list – (
override_nic_list) The NIC configuration to apply on the target cluster when migrating a VM from the source cluster to the target cluster.storage_containers_mapping – (
storage_containers_mapping) This optional field specifies the storage container mapping to apply when migrating a VM from the source cluster to the target cluster. It is supported on un-protected VMs only.
- property override_nic_list#
The NIC configuration to apply on the target cluster when migrating a VM from the source cluster to the target cluster.
- Type:
list[
Nic]
- property storage_containers_mapping#
This optional field specifies the storage container mapping to apply when migrating a VM from the source cluster to the target cluster. It is supported on un-protected VMs only.
- Type:
list[
StorageContainerMapping]
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model