VsanEncryptionOperation_enum
VsanEncryptionOperation_enum
The rekey operation type of vSAN2 encryption.
Possible values:
enablement
: Enable encryption.shallowRekey
: Only replace KEK and keep DEK not changed.deepRekey
: Replace both KEK and DEK.disablement
EncryptionOperation_Unknown
: Represent the value when the lower version client cannot recognize the enum value.
This data structure has no properties.
Enumeration:
enablement,
shallowRekey,
deepRekey,
disablement,
EncryptionOperation_Unknown,