ClusterComputeResourceDVSSetting

ClusterComputeResourceDVSSetting
ClusterComputeResourceDVSSetting

Contains reference to the DVS, list of physical nics attached to it, and list of dvportgroups created on it while initially configuring a cluster by calling the ConfigureHCI_Task method.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dvSwitch": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "pnicDevices": [
        "string"
    ],
    "dvPortgroupSetting": [
        {
            "_typeName": "string",
            "dvPortgroup": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "service": "string"
        }
    ]
}
dvSwitch
Required

Reference to an instance of the DistributedVirtualSwitch managed object.

array of string
pnicDevices
Optional

List of physical nics attached to the DVS.

dvPortgroupSetting
Optional

Describes dvportgroups on the DVS and services residing on each one.