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

InlineTier11

Properties

boolean
default_rule_logging Optional

Indicates if logging should be enabled for the default whitelisting rule. This filed is deprecated and recommended to change Rule logging filed. Note that this filed is not synchornied with default logging field.


array of string
dhcp_config_paths Optional

DHCP configuration for Segments connected to Tier-1. DHCP service is enabled in relay mode.


boolean
disable_firewall Optional

Disable or enable gateway fiewall.


boolean
enable_standby_relocation Optional

Flag to enable standby service router relocation. Standby relocation is not enabled until edge cluster is configured for Tier1.


string
failover_mode Optional

Determines the behavior when a Tier-1 instance restarts after a failure. If set to PREEMPTIVE, the preferred node will take over, even if it causes another failure. If set to NON_PREEMPTIVE, then the instance that restarted will remain secondary. Only applicable when edge cluster is configured in Tier1 locale-service.

Possible values are: PREEMPTIVENON_PREEMPTIVE


boolean
force_whitelisting Optional

This filed is deprecated and recommended to change Rule action filed. Note that this filed is not synchornied with default rule field.


array of string
ipv6_profile_paths Optional

Configuration IPv6 NDRA and DAD profiles. Either or both NDRA and/or DAD profiles can be configured.


route_advertisement_rules Optional

Route advertisement rules and filtering


array of string
route_advertisement_types Optional

Enable different types of route advertisements. When not specified, routes to IPSec VPN local-endpoint subnets (TIER1_IPSEC_LOCAL_ENDPOINT) are automatically advertised.

Possible values are: TIER1_STATIC_ROUTESTIER1_CONNECTEDTIER1_NATTIER1_LB_VIPTIER1_LB_SNATTIER1_DNS_FORWARDER_IPTIER1_IPSEC_LOCAL_ENDPOINT


string
tier0_path Optional

Specify Tier-1 connectivity to Tier-0 instance.


string
type Optional

Tier1 connectivity type for reference. Property value is not validated with Tier1 configuration. ROUTED: Tier1 is connected to Tier0 gateway and routing is enabled. ISOLATED: Tier1 is not connected to any Tier0 gateway. NATTED: Tier1 is in ROUTED type with NAT configured locally.

Possible values are: ROUTEDISOLATEDNATTED

JSON Example

{
	"default_rule_logging": false,
	"dhcp_config_paths": [
		"string"
	],
	"disable_firewall": false,
	"enable_standby_relocation": false,
	"failover_mode": "PREEMPTIVE",
	"force_whitelisting": false,
	"ipv6_profile_paths": [
		"string"
	],
	"route_advertisement_rules": [
		{
			"action": "PERMIT",
			"name": "string",
			"prefix_operator": "GE",
			"route_advertisement_types": [
				"TIER1_STATIC_ROUTES"
			],
			"subnets": [
				"string"
			]
		}
	],
	"route_advertisement_types": [
		"TIER1_STATIC_ROUTES"
	],
	"tier0_path": "string",
	"type": "ROUTED"
}

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

Tier1

Feedback

Was this page helpful?