ClusterComputeResourceHostConfigurationValidation

ClusterComputeResourceHostConfigurationValidation
ClusterComputeResourceHostConfigurationValidation

Describes the validations applicable to the settings on the host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "info": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "isDvsSettingValid": false,
    "isVmknicSettingValid": false,
    "isNtpSettingValid": false,
    "isLockdownModeValid": false
}
host
Required

Reference to an instance of the HostSystem managed object.

boolean
isDvsSettingValid
Optional

Check if the host is attached to the DVS on right adapters.

boolean
isVmknicSettingValid
Optional

Check if the adapters for services are present and on the right portgroups.

boolean
isNtpSettingValid
Optional

Check if NTP is configured per specification.

boolean
isLockdownModeValid
Optional

Check if lockdown mode is set per specification