InlineEdgeLoadBalancerVirtualServiceCommonProperties1
Properties
The Load Balancer Pool associated with this Virtual Service.
A list of service ports supported by this Virtual Service. Multiple service ports are allowed only with additional licensing.
The Load Balancer Service Engine Group that is assigned to the Edge Gateway. This Virtual Service will be deployed to this Service Engine Group.
A flag indicating whether Virtual Service is enabled or not.
The name of the Virtual Service. Name is unique across all Virtual Services for an Edge Gateway.
The virtual IP Address (VIP) of the Virtual Service. This IP can be an allocated IP to the Gateway from the External Network or it can be an arbitrary internal IP address used for internal load balancing. It it’s an internal IP Address, this IP cannot be part of any existing subnet attached to the Edge Gateway or any vDC Group network if the Edge Gateway is scoped accordingly.
The current health status of the virtual service. Possible values are:
- UP - The virtual service is healthy.
- DOWN - The virtual service is down, inactive, or has failed.
- DISABLED - The virtual service is disabled.
- UNAVAILABLE - The virtual service is unavailable.
- PENDING - The virtual service is being creating or resources are being allocated.
- UNKNOWN - The virtual service state is unknown.
The identifier of the Virtual Service in URN format
The localized message on the health of the virtual service.
The non-localized detailed message on the health of the virtual service.
The description of the Virtual Service.
The certificate used for SSL termination for the Virtual Service. This is required if the service port type is “HTTPS” or “L4_TLS”.
JSON Example
{
"enabled": false,
"gatewayRef": {},
"loadBalancerPoolRef": {},
"name": "string",
"serviceEngineGroupRef": {},
"servicePorts": [
{
"portStart": 0
}
],
"virtualIpAddress": "string"
}
Used By
EdgeLoadBalancerVirtualServiceCommonProperties