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

LBVirtualServer

All the types of LBVirtualServer extend from this abstract class. This is present for extensibility.


AllOf


This class requires all of the following:

JSON Example

{
	"_create_time": 0,
	"_create_user": "string",
	"_last_modified_time": 0,
	"_last_modified_user": "string",
	"_links": [
		{
			"action": "string",
			"href": "string",
			"rel": "string"
		}
	],
	"_protection": "string",
	"_revision": 0,
	"_schema": "string",
	"_self": {
		"action": "string",
		"href": "string",
		"rel": "string"
	},
	"_system_owned": false,
	"access_log_enabled": false,
	"application_profile_path": "string",
	"children": [
		{
			"_create_time": 0,
			"_create_user": "string",
			"_last_modified_time": 0,
			"_last_modified_user": "string",
			"_links": [
				{
					"action": "string",
					"href": "string",
					"rel": "string"
				}
			],
			"_protection": "string",
			"_revision": 0,
			"_schema": "string",
			"_self": {
				"action": "string",
				"href": "string",
				"rel": "string"
			},
			"_system_owned": false,
			"description": "string",
			"display_name": "string",
			"id": "string",
			"marked_for_delete": false,
			"resource_type": "string",
			"tags": [
				{
					"scope": "string",
					"tag": "string"
				}
			]
		}
	],
	"client_ssl_profile_binding": {
		"certificate_chain_depth": 0,
		"client_auth": "REQUIRED",
		"client_auth_ca_paths": [
			"string"
		],
		"client_auth_crl_paths": [
			"string"
		],
		"default_certificate_path": "string",
		"sni_certificate_paths": [
			"string"
		],
		"ssl_profile_path": "string"
	},
	"default_pool_member_ports": [
		"string"
	],
	"description": "string",
	"display_name": "string",
	"enabled": false,
	"id": "string",
	"ip_address": "string",
	"lb_persistence_profile_path": "string",
	"lb_service_path": "string",
	"marked_for_delete": false,
	"max_concurrent_connections": 0,
	"max_new_connection_rate": 0,
	"parent_path": "string",
	"path": "string",
	"pool_path": "string",
	"ports": [
		"string"
	],
	"relative_path": "string",
	"resource_type": "string",
	"rules": [
		{
			"actions": [
				{
					"type": "LBSelectPoolAction"
				}
			],
			"display_name": "string",
			"match_conditions": [
				{
					"inverse": false,
					"type": "LBHttpRequestUriCondition"
				}
			],
			"match_strategy": "ALL",
			"phase": "HTTP_REQUEST_REWRITE"
		}
	],
	"server_ssl_profile_binding": {
		"certificate_chain_depth": 0,
		"client_certificate_path": "string",
		"server_auth": "REQUIRED",
		"server_auth_ca_paths": [
			"string"
		],
		"server_auth_crl_paths": [
			"string"
		],
		"ssl_profile_path": "string"
	},
	"sorry_pool_path": "string",
	"tags": [
		{
			"scope": "string",
			"tag": "string"
		}
	]
}

Vendor Extensions

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

InlineChildLBVirtualServer1

Feedback

Was this page helpful?