NSX-T Data Center REST API

VnicIpSubnetsOnDvpgOrSegment (schema)

A VnicIpSubnets shared by vNICs connected to a DVPG or segment.

A VnicIpSubnets shared by vNICs connected to a DVPG or segment.

Name Description Type Notes
dvpg_id ID of DVPG connected by vNICs sharing the same VnicIpSubnets

ID of DVPG connected by vNICs sharing the same VnicIpSubnets. Must be unset/empty when vNICs
connect to a segment else should be set otherwise.
string
segment_path Path of the segment connected by vNICs sharing the same VnicIpSubnets.

Path of the segment connected by vNICs sharing the same VnicIpSubnets. Must be set
when vNICs connect to a segment else should be unset/empty otherwise.
string
subnets An array of unique IPv4 and/or IPv6 subnet(s)

An array of unique IPv4 and/or IPv6 subnet(s). The order of array elements does not matter. This is an empty array when the vNIC does not have any IP or has only IPv6 link-local IP.
array of IPCIDRBlock Required