Enum - VirtualMachineConfigSpecEncryptedFtModes(vim.vm.ConfigSpec.EncryptedFtModes)

Since
vSphere API 7.0.2.0


Enum Description

The set of valid encrypted Fault Tolerance modes for a VM. If the VM is encrypted, its encrypted Fault Tolerance mode will be required.

Enum Constants

NameDescription
ftEncryptionDisabled Do not use encrypted Fault Tolerance, even if available.
ftEncryptionOpportunistic Use encrypted Fault Tolerance if source and destination hosts support it, fall back to unencrypted Fault Tolerance otherwise. This is the default option.
ftEncryptionRequired Allow only encrypted Fault Tolerance. If either the source or destination host does not support encrypted Fault Tolerance, do not allow the Fault Tolerance to occur.

Show WSDL type definition