InlineLogicalRouterCentralizedServicePort1

InlineLogicalRouterCentralizedServicePort1
InlineLogicalRouterCentralizedServicePort1
JSON Example
{
    "enable_netx": false,
    "linked_logical_switch_port_id": {
        "is_valid": false,
        "target_display_name": "string",
        "target_id": "string",
        "target_type": "string"
    },
    "mtu": 0,
    "ndra_profile_id": "string",
    "subnets": [
        "IPSubnet Object"
    ],
    "urpf_mode": "string"
}
boolean
enable_netx
Optional

Port is exclusively used for N-S service insertion

linked_logical_switch_port_id
Optional

A weak reference to an NSX resource.

integer As int64 As int64
mtu
Optional
Constraints: minimum: 64

Maximum transmission unit specifies the size of the largest packet that a network protocol can transmit. If not specified, the global logical MTU set in the /api/v1/global-configs/RoutingGlobalConfig API will be used.

string
ndra_profile_id
Optional

Identifier of Neighbor Discovery Router Advertisement profile associated with port. When NDRA profile id is associated at both the port level and logical router level, the profile id specified at port level takes the precedence.

array of IPSubnet
subnets
Optional
Constraints: minItems: 1

Logical router port subnets

string
urpf_mode
Optional
Constraints: default: STRICT

Unicast Reverse Path Forwarding mode

Possible values are : NONE, STRICT,