VsanDataInTransitEncryptionConfig
VsanDataInTransitEncryptionConfig
The data-in-transit encryption spec of a vSAN cluster.
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
}
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.