VmCrossClusterMigrateParams#

class VmCrossClusterMigrateParams(target_availability_zone=None, target_cluster=None, is_live_migration=None, overrides=None, *args, **kwargs)[source]#

Bases: object

Input on how to migrate a VM across clusters.

Parameters:
property is_live_migration#

Indicates if the migration is performed with a running VM.

Type:

bool

property overrides#
Type:

VmCrossClusterMigrateOverrides

property target_availability_zone#
Type:

AvailabilityZoneReference

property target_cluster#
Type:

ClusterReference

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model