[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

EdgeLoadBalancerVirtualServiceCommonProperties

Specifies common properties for Virtual Service objects.


AllOf


This class requires all of the following:

JSON Example

{
	"certificateRef": {
		"id": "string",
		"name": "string"
	},
	"description": "string",
	"detailedHealthMessage": "string",
	"enabled": false,
	"gatewayRef": {
		"id": "string",
		"name": "string"
	},
	"healthMessage": "string",
	"healthStatus": "string",
	"id": "string",
	"ipv6VirtualIpAddress": "string",
	"loadBalancerPoolRef": {
		"id": "string",
		"name": "string"
	},
	"name": "string",
	"serviceEngineGroupRef": {
		"id": "string",
		"name": "string"
	},
	"servicePorts": [
		{
			"portEnd": 0,
			"portStart": 0,
			"sslEnabled": false,
			"tcpUdpProfile": {
				"name": "string",
				"systemDefined": false,
				"type": "string"
			}
		}
	],
	"status": "enum",
	"transparentModeEnabled": false,
	"virtualIpAddress": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    status:
        x-vcloud-added-in: "33.0"
        x-vcloud-constraints:
            - constraint: ReadOnly
    transparentModeEnabled:
        x-vcloud-added-in: "37.1"
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0
Used By

EdgeLoadBalancerVirtualService
EdgeLoadBalancerVirtualServiceSummary

Feedback

Was this page helpful?