ClusterComputeResourceHostConfigurationProfile

ClusterComputeResourceHostConfigurationProfile
ClusterComputeResourceHostConfigurationProfile

HostConfigurationProfile describes the configuration of services and settings which gets applied on every host in the HCI cluster.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dateTimeConfig": {
        "_typeName": "string",
        "timeZone": "string",
        "ntpConfig": {
            "_typeName": "string",
            "server": [
                "string"
            ],
            "configFile": [
                "string"
            ]
        },
        "ptpConfig": {
            "_typeName": "string",
            "domain": 0,
            "port": [
                {
                    "_typeName": "string",
                    "index": 0,
                    "deviceType": "string",
                    "device": "string",
                    "ipConfig": {
                        "_typeName": "string",
                        "dhcp": false,
                        "ipAddress": "string",
                        "subnetMask": "string",
                        "ipV6Config": {
                            "_typeName": "string",
                            "ipV6Address": [
                                {
                                    "_typeName": "string",
                                    "ipAddress": "string",
                                    "prefixLength": 0,
                                    "origin": "string",
                                    "dadState": "string",
                                    "lifetime": "string",
                                    "operation": "string"
                                }
                            ],
                            "autoConfigurationEnabled": false,
                            "dhcpV6Enabled": false
                        }
                    }
                }
            ]
        },
        "protocol": "string",
        "enabled": false,
        "disableEvents": false,
        "disableFallback": false,
        "resetToFactoryDefaults": false
    },
    "lockdownMode": "string"
}
dateTimeConfig
Optional

This data object represents the dateTime configuration of the host.

lockdownMode
Optional

Defines the possible states of lockdown mode.

Possible values:

  • lockdownDisabled: Indicates that lockdown mode is disabled.

  • lockdownNormal: Indicates that lockdown mode is enabled with service DCUI (Direct Console User Interface) running.

  • lockdownStrict: Indicates that lockdown mode is enabled with service DCUI stopped.

    If the host is in "strict" lockdown mode then no one will be able to exit lockdown mode through DCUI in emergency situations, i.e. when the connection to vCenter server is permanently lost.

Possible values are : lockdownDisabled, lockdownNormal, lockdownStrict,