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

InlineIPSecVpnRule1

Properties

string
action Optional

PROTECT - Protect rules are defined per policy based IPSec VPN session. BYPASS - Bypass rules are defined per IPSec VPN service and affects all policy based IPSec VPN sessions. Bypass rules are prioritized over protect rules.

Possible values are: PROTECTBYPASS


array of IPSecVpnSubnet
destinations Optional

List of peer subnets. Specifying no value is interpreted as 0.0.0.0/0.


boolean
enabled Optional

A flag to enable/disable the rule.


boolean
logged Optional

A flag to enable/disable the logging for the rule.


integer as int32
sequence_number Optional

A sequence number is used to give a priority to an IPSecVpnRule.


array of IPSecVpnSubnet
sources Optional

List of local subnets. Specifying no value is interpreted as 0.0.0.0/0.

JSON Example

{
	"action": "PROTECT",
	"destinations": [
		{
			"subnet": "string"
		}
	],
	"enabled": false,
	"logged": false,
	"sequence_number": 0,
	"sources": [
		{
			"subnet": "string"
		}
	]
}

Vendor Extensions

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

IPSecVpnRule

Feedback

Was this page helpful?