VsanNetworkConfigBestPracticeHealth
VsanNetworkConfigBestPracticeHealth
Various health checks for the configuration of a clusters network, implementing not requirements but best practices for use in a vSAN environment.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"vdsPresent": false,
"issues": [
{
"_typeName": "string"
}
]
}
boolean
vdsPresent
Required
True if the cluster has a Virtual Distributed Switch present.
It is enough for at least one host to be a member of a VDS for this to report True. See other checks for further configuration checks. To use a VDS is a best practice for vSAN.