PortAttachment

PortAttachment
PortAttachment

Detail information about port attachment

JSON Example
{
    "allocate_addresses": "string",
    "app_id": "string",
    "context_id": "string",
    "id": "string",
    "traffic_tag": 0,
    "type": "string"
}
string
allocate_addresses
Optional

Indicate how IP will be allocated for the port

Possible values are : IP_POOL, MAC_POOL, BOTH, NONE,
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 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 : PARENT, CHILD, INDEPENDENT,