VsanHostConfigInfoNetworkInfoPortConfig

VsanHostConfigInfoNetworkInfoPortConfig
VsanHostConfigInfoNetworkInfoPortConfig

A PortConfig represents a virtual network adapter and its configuration for use by the VSAN service.

See also HostVirtualNic.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "ipConfig": {
        "_typeName": "string",
        "upstreamIpAddress": "string",
        "downstreamIpAddress": "string"
    },
    "device": "string"
}
ipConfig
Optional

Deprecated as of vSphere API 9.1, vSAN has been using unicast only configuration in all supported releases. The multicast configuration has been deprecated.

VsanHostIpConfig for this PortConfig.

string
device
Required

Device name which identifies the network adapter for this PortConfig.

See also device.