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

InlineTier0Interface1

Properties

integer as int32
edge_cluster_member_index Optional

Specify association of interface with edge cluster member. This property is deprecated, use edge_path instead. When both properties are specifed, only edge_path property is used.


string
edge_path Optional

Policy path to edge node to handle external connectivity. Required when interface type is EXTERNAL.


array of string
ipv6_profile_paths Optional

Configuration IPv6 NDRA profile. Only one NDRA profile can be configured.


string
ls_id Optional

Specify logical switch to which tier-0 interface is connected for external access. This property is deprecated, use segment_path instead. Both properties cannot be used together.


integer as int32
mtu Optional

Maximum transmission unit (MTU) specifies the size of the largest packet that a network protocol can transmit.


string
segment_path Optional

Specify Segment to which this interface is connected to. Either segment_path or ls_id property is required.


string
type Optional

Interface type

Possible values are: EXTERNALSERVICELOOPBACK

JSON Example

{
	"edge_cluster_member_index": 0,
	"edge_path": "string",
	"ipv6_profile_paths": [
		"string"
	],
	"ls_id": "string",
	"mtu": 0,
	"segment_path": "string",
	"type": "EXTERNAL"
}

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
Used By

Tier0Interface

Feedback

Was this page helpful?