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

InlineRouteBasedL3VpnSession1

Properties

array of TunnelSubnet
tunnel_subnets Required

Virtual tunnel interface (VTI) port IP subnets to be used to configure route-based L3Vpn session. A max of one tunnel subnet is allowed.


boolean
default_rule_logging Optional

Indicates if logging should be enabled for the default whitelisting rule for the VTI interface.


boolean
force_whitelisting Optional

The default firewall rule Action is set to DROP if true otherwise set to ALLOW.


string
routing_config_path Optional

This is a deprecated field. Any specified value is not saved and will be ignored.

JSON Example

{
	"tunnel_subnets": [
		{
			"ip_addresses": [
				"string"
			],
			"prefix_length": 0
		}
	]
}

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

RouteBasedL3VpnSession

Feedback

Was this page helpful?