VsanInTransitEncryptionInfo
The configuration for data-in-transit encryption.
This structure may be used only with operations rendered under /vsan.
{
"_typeName": "string",
"enabled": false,
"rekeyInterval": 0,
"transitionState": "string",
"serverClusterUuid": "string",
"clientClusterUuid": "string"
}
Whether data-in-transit encryption is enabled in the cluster.
Periodical rekeying interval in minutes.
Default interval is 1440, i.e. 24 hours. Minimal interval is 30 minutes and maximum is 10080, i.e. 7 days.
Transition state is used to mark intermediate stages during encryption configuration change for a vSAN cluster.
Default to 'settled'.
See also VsanEncryptionTransitionStateEnum.
The server cluster UUID where the remote vSAN datastores are hosted.
This is used to support data in transit encryption for remote vSAN.
The client cluster UUID which mounts the remote vSAN datastore.