[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

PortAttachment

Detail information about port attachment


Properties

string
allocate_addresses Optional

Indicate how IP will be allocated for the port

Possible values are: IP_POOLMAC_POOLBOTHNONE


string
app_id Optional

ID used to identify/look up a child attachment behind a parent attachment


string
context_id Optional

Parent VIF ID if type is CHILD, Transport node ID if type is INDEPENDENT


string
id Optional

VIF UUID on NSX Manager. If the attachement type is PARENT, this property is required.


integer as int64
traffic_tag Optional

Not valid when type is INDEPENDENT, mainly used to identify traffic from different ports in container use case


string
type Optional

Type of port attachment, it’s an Enum value.

Possible values are: PARENTCHILDINDEPENDENT

JSON Example

{
	"allocate_addresses": "IP_POOL",
	"app_id": "string",
	"context_id": "string",
	"id": "string",
	"traffic_tag": 0,
	"type": "PARENT"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyConnectivity
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

InlineSegmentPort1

Feedback

Was this page helpful?