Enum - VsanMode(vim.vsan.Mode)

Since
vSAN API vSAN 7.0U2


Enum Description

Mode for the vSAN cluster. If mode is not specified, then vSAN is running in default vSAN mode.

Enum Constants

NameDescription
Mode_Compute Compute mode for vSAN. This mode can only be set if vSAN is not enabled on the cluster. To disable this mode, the mode value needs to be set to 'Mode_None'. This mode allows the cluster to mount any remote vSAN datastore on this cluster. This cluster acts as a client cluster for the mounted vSAN datastore
Mode_None Represents the value for vSAN mode not being set. Any mode can be disabled by setting this value.
Mode_Storage

Since vSAN API 8.0.0.3
Mode_Unknown Represents the value when the lower version client cannot recognize the enum value

Show WSDL type definition