VimVsanHostVsanHostCapability
VimVsanHostVsanHostCapability
vSAN feature capability of specific host.
It is used to for a specific vSAN feature, to present whether it is supported by software and license.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"isSupported": false,
"isLicensed": false
}
host
Required
Target host.
boolean
isSupported
Required
Whether specific feature is supported by the software of host.
boolean
isLicensed
Required
Whether specific feature is activated by in-use license.