DVPortgroupNsxConfig
DVPortgroupNsxConfig
The NSX-related configurations.
Since: vSphere API Release 9.1.0.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"vlanIdExtended": 0,
"subnetAddresses": {
"_typeName": "string",
"cidr": [
"string"
]
},
"spanIds": [
"string"
]
}
integer As int32
As int32
vlanIdExtended
Optional
The VLAN ID this NSX port group extends to.
If unset, this NSX port group doesn't extend to any VLAN.
subnetAddresses
Optional
The subnet address(es) assigned to this NSX port group.
If unset, no subnet address is configured.
array of
string
spanIds
Optional
The span IDs of the subnet.
It can only be set when the subnetId is set. If unset, all the hosts join the corresponding transport zone can access the subnet.