VirtualMachineConfigSpecEncryptedVMotionModes_enum
VirtualMachineConfigSpecEncryptedVMotionModes_enum
The set of valid encrypted vMotion modes for a VM.
If the VM is encrypted, its encrypted vMotion mode will be required.
Possible values:
disabled
: Do not use encrypted vMotion, even if available.opportunistic
: Use encrypted vMotion if source and destination hosts support it, fall back to unencrypted vMotion otherwise.This is the default option.
required
: Allow only encrypted vMotion.If the source or destination host does not support vMotion encryption, do not allow the vMotion to occur.
This data structure has no properties.
Enumeration: disabled, opportunistic, required,