VMware Cloud Director API - LoadBalancerPoolType
LoadBalancerPoolType
- Type:
- LoadBalancerPoolType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents a load balancer pool.
- Since:
- 5.1
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<LoadBalancerPoolType xmlns="http://www.vmware.com/vcloud/v1.5">
<Id> xs:string </Id>
<Name> xs:string </Name>
<Description> xs:string </Description>
<ServicePort>
<IsEnabled> xs:boolean </IsEnabled>
<Protocol> xs:string </Protocol>
<Algorithm> xs:string </Algorithm>
<Port> xs:string </Port>
<HealthCheckPort> xs:string </HealthCheckPort>
<HealthCheck>
<Mode> xs:string </Mode>
<Uri> xs:string </Uri>
<HealthThreshold> xs:string </HealthThreshold>
<UnhealthThreshold> xs:string </UnhealthThreshold>
<Interval> xs:string </Interval>
<Timeout> xs:string </Timeout>
</HealthCheck>
</ServicePort>
<Member>
<IpAddress> IpAddressType </IpAddress>
<Condition> xs:string </Condition>
<Weight> xs:string </Weight>
<ServicePort>
<IsEnabled> xs:boolean </IsEnabled>
<Protocol> xs:string </Protocol>
<Algorithm> xs:string </Algorithm>
<Port> xs:string </Port>
<HealthCheckPort> xs:string </HealthCheckPort>
<HealthCheck>
<Mode> xs:string </Mode>
<Uri> xs:string </Uri>
<HealthThreshold> xs:string </HealthThreshold>
<UnhealthThreshold> xs:string </UnhealthThreshold>
<Interval> xs:string </Interval>
<Timeout> xs:string </Timeout>
</HealthCheck>
</ServicePort>
</Member>
<Operational> xs:boolean </Operational>
<ErrorDetails> xs:string </ErrorDetails>
</LoadBalancerPoolType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description Description string No always 5.1 Load balancer pool description. ErrorDetails string No none 5.1 Error details for this pool. Id string No always 5.1 Load balancer pool id. Member LBPoolMemberType Yes always 5.1 Load balancer pool member. Name string Yes always 5.1 Load balancer pool name. Operational boolean No none 5.1 True if the load balancer pool is operational. ServicePort LBPoolServicePortType Yes always 5.1 Load balancer pool service port. VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.