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

InlineLocaleServices1

Properties

string
edge_cluster_path Optional

Policy path to edge cluster. Auto-assigned on Tier0 if associated enforcement-point has only one edge cluster.


array of Tier0HaVipConfig
ha_vip_configs Optional

This configuration can be defined only for Active-Standby Tier0 gateway to provide redundancy. For mulitple external interfaces, multiple HA VIP configs must be defined and each config will pair exactly two external interfaces. The VIP will move and will always be owned by the Active node. When this property is configured, configuration of dynamic-routing is not allowed.


array of string
preferred_edge_paths Optional

Policy paths to edge nodes. Specified edge is used as preferred edge cluster member when failover mode is set to PREEMPTIVE, not applicable otherwise.


array of string
route_redistribution_types Optional

Enable redistribution of different types of routes on Tier-0. This property is only valid for locale-service under Tier-0.

Possible values are: TIER0_STATICTIER0_CONNECTEDTIER0_EXTERNAL_INTERFACETIER0_SEGMENTTIER0_ROUTER_LINKTIER0_SERVICE_INTERFACETIER0_LOOPBACK_INTERFACETIER0_DNS_FORWARDER_IPTIER0_IPSEC_LOCAL_IPTIER0_NATTIER1_NATTIER1_STATICTIER1_LB_VIPTIER1_LB_SNATTIER1_DNS_FORWARDER_IPTIER1_CONNECTEDTIER1_SERVICE_INTERFACETIER1_SEGMENTTIER1_IPSEC_LOCAL_ENDPOINT

JSON Example

{
	"edge_cluster_path": "string",
	"ha_vip_configs": [
		{
			"enabled": false,
			"external_interface_paths": [
				"string"
			],
			"vip_subnets": [
				{
					"ip_addresses": [
						"string"
					],
					"prefix_len": 0
				}
			]
		}
	],
	"preferred_edge_paths": [
		"string"
	],
	"route_redistribution_types": [
		"TIER0_STATIC"
	]
}

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

LocaleServices

Feedback

Was this page helpful?