ZoneMovement Class

Describes zone movement configuration. This allows VM to be moved across availability zones during an outage.

Constructor

ZoneMovement(*args: Any, **kwargs: Any)

Variables

Name Description
is_enabled

Indicates if zone movement is enabled. By default isEnabled is set to false i.e VM can't be moved from one zone to another.

Attributes

is_enabled

Indicates if zone movement is enabled. By default isEnabled is set to false i.e VM can't be moved from one zone to another.

is_enabled: bool | None