1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
.. _vim.cluster.Action: ../../../vim/cluster/Action.rst
.. _vim.cluster.Action.ActionType: ../../../vim/cluster/Action/ActionType.rst
vim.cluster.Action.ActionType
=============================
Pre-defined constants for possible action types. Virtual Center uses this information to coordinate with the clients.
:contained by: `vim.cluster.Action`_
:type: `vim.cluster.Action.ActionType`_
:name: StoragePlacementV1
values:
--------
StorageMigrationV1
Storage migration action type
HostPowerV1
Host power action type
HostMaintenanceV1
Host entering maintenance mode action type
VmPowerV1
Virtual machine power action type
StoragePlacementV1
Initial placement action for a virtual machine or a virtual disk
MigrationV1
Migration action type
|