ClusterComputeResourceHCIConfigInfo

ClusterComputeResourceHCIConfigInfo
ClusterComputeResourceHCIConfigInfo

This data object captures a subset of initial configuration of the cluster, which was configured by calling the ConfigureHCI_Task method.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "workflowState": "string",
    "dvsSetting": [
        {
            "_typeName": "string",
            "dvSwitch": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "pnicDevices": [
                "string"
            ],
            "dvPortgroupSetting": [
                {
                    "_typeName": "string",
                    "dvPortgroup": {
                        "_typeName": "string",
                        "type": "string",
                        "value": "string"
                    },
                    "service": "string"
                }
            ]
        }
    ],
    "configuredHosts": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "hostConfigProfile": {
        "_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"
    }
}
string
workflowState
Required

Configuration pertinent to state of the HCI workflow.

Valid values are enumerated by the HCIWorkflowState type.

dvsSetting
Optional

Contains DVS related information captured while configuring the cluster.

configuredHosts
Optional

Contains a list of hosts that are currently configured using ClusterComputeResource.ConfigureHCI_Task and ClusterComputeResource.ExtendHCI_Task method.

A failed host will not be part of this list.

hostConfigProfile
Optional

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