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

An VsanHostIpConfig is a pair of multicast IP addresses for use by the VSAN service.

For VSAN there is one such IpConfig pair per "virtual network" as represented by VsanHostConfigInfoNetworkInfoPortConfig.

See also VsanHostConfigInfoNetworkInfo, port, VsanHostConfigInfoNetworkInfoPortConfig, UpdateVsan_Task.

string
device
Required

Device name which identifies the network adapter for this PortConfig.

See also device.