VsanHostPortConfigEx
VsanHostPortConfigEx
A PortConfigEx represents a virtual network adapter and its configuration for use by the vSAN service.
This is an extension of vim.vsan.host.ConfigInfo.NetworkInfo.PortConfig, More configuration details are exposed, including traffic type, and IPv6 addresses.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"ipConfig": {
"_typeName": "string",
"upstreamIpAddress": "string",
"downstreamIpAddress": "string"
},
"device": "string",
"trafficTypes": [
"string"
]
}
array of
string
trafficTypes
Optional
Type of vSAN traffic through this network adapter.
If this field is not set or set empty during Virtual update, type 'vsan' will be taken as default. This field is invisible to older version client.
See also VimVsanHostTrafficTypeEnum.