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

InlineL3VpnRule1

Properties

array of L3VpnSubnet
destinations Required

List of remote subnets used in policy-based L3Vpn.


array of L3VpnSubnet
sources Required

List of local subnets used in policy-based L3Vpn.


string
action Optional

Action to exchange data with or without protection. PROTECT - Allows to exchange data with ipsec protection. Protect rules are defined per L3Vpn. BYPASS - Allows to exchange data without ipsec protection. Bypass rules are defined per L3VpnContext and affects all policy based L3Vpns. Bypass rules are prioritized over protect rules.

Possible values are: PROTECTBYPASS


integer as int32
sequence_number Optional

This field is used to resolve conflicts between multiple L3VpnRules associated with a single L3Vpn or L3VpnContext.

JSON Example

{
	"destinations": [
		{
			"subnet": "string"
		}
	],
	"sources": [
		{
			"subnet": "string"
		}
	]
}

Vendor Extensions

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

L3VpnRule

Feedback

Was this page helpful?