Enum - VsanEncryptionTransitionState(vim.vsan.host.EncryptionTransitionState)

Since
vSAN API vSAN 7.0U1


Enum Description

The state of host during data-in-transit encryption configuration change for a vSAN cluster. The final configuration whether to turn on or turn off encryption for the cluster is defined in dataInTransitEncryptionInfo.

Enum Constants

NameDescription
EncryptionTransitionState_Unknown Represent the value when the lower version client cannot recognize the enum value.
prepared Host accepts both encrypted and non-encrypted messages. For enable process, host transfers encrypted messages; for disable process, host transfers non-encrypted messages.
preparing Host accepts both encrypted and non-encrypted messages. For enable process, host transfers non-encrypted messages; for disable process, host transfers encrypted messages.
settled Stable state. Host enforces all sessions to be encrypted or non-encrypted according to the encryption configuration.

Show WSDL type definition