VsanInTransitEncryptionInfo

VsanInTransitEncryptionInfo
VsanInTransitEncryptionInfo

The configuration for data-in-transit encryption.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false,
    "rekeyInterval": 0,
    "transitionState": "string",
    "serverClusterUuid": "string",
    "clientClusterUuid": "string"
}
boolean
enabled
Optional

Whether data-in-transit encryption is enabled in the cluster.

integer As int32 As int32
rekeyInterval
Optional

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.

string
transitionState
Optional

Transition state is used to mark intermediate stages during encryption configuration change for a vSAN cluster.

Default to 'settled'.

See also VsanEncryptionTransitionStateEnum.

string
serverClusterUuid
Optional

The server cluster UUID where the remote vSAN datastores are hosted.

This is used to support data in transit encryption for remote vSAN.

string
clientClusterUuid
Optional

The client cluster UUID which mounts the remote vSAN datastore.