VsanDitEncryptionHealthSummary
VsanDitEncryptionHealthSummary
Data-in-transit encryption health summary on the host.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"hostname": "string",
"health": "string",
"reason": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
},
"ditEncryptionInfo": {
"_typeName": "string",
"enabled": false,
"rekeyInterval": 0,
"transitionState": "string"
}
}
string
hostname
Optional
Hostname/IP of host.
string
health
Optional
Data-in-transit health status of the host.
See also VsanHealthStatusTypeEnum.
reason
Optional
A message to indicate additional information about the health status.
ditEncryptionInfo
Optional
Data-in-transit encryption information on the host.
Refer to VsanInTransitEncryptionInfo. The data-in-transit encryption information on host will be used for checking the consistency with the cluster configuration on vCenter side.