ClusterComputeResourceHCIConfigInfo
This data object captures a subset of initial configuration of the cluster, which was configured by calling the ConfigureHCI_Task method.
{
"_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"
}
}
Configuration pertinent to state of the HCI workflow.
Valid values are enumerated by the HCIWorkflowState type.
Contains DVS related information captured while configuring the cluster.
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.
HostConfigurationProfile describes the configuration of services and settings which gets applied on every host in the HCI cluster.