HP CloudSystem Matrix/Matrix Operating Environment 7.2 Integration Interfaces API and CLI Operations Reference Guide

LogicalLoadBalancerDetails
Extends LogicalLoadBalancerInfo
A list of load balancer groups.List<LogicalLoadBalancerGroup
Details> groups
LogicalLoadBalancerGroupDetails
Extends LogicalLoadBalancerGroupInfo
A list of members in a load balancer group.List<LogicalLoadBalancerGroup
Member> members
LogicalLoadBalancerGroupInfo
The name of the group.String name
The type of protocol the application service will use.LogicalLoadBalancerProtocol
protocol
The virtual IP address to be used by the load balancer to receive requests.String virtualIpAddress
The port the load balancer will be listening on.Integer loadBalancerPort
The host name of the application service being load balanced.String hostname
The URI pathString path
The SSL certificate for secure connections to load balancer.byte[] sslCertificate
The number of seconds between incoming requests that the load balancer will persist
a session.
Integer
stickySessionTimeoutInSeconds
The name or ID of a http(s) cookie to store session information.String stickySessionCookieName
A mask for filtering source address based session persistence.String
stickySessionSourceAddressMask
LogicalLoadBalancerGroupMember
The IP address or host name of the member to be added to the load balancer group.String address
The port on which the member is listening.Integer port
LogicalLoadBalancerInfo
The ID of the logical load balancer.String id
Indicates if the load balancer supports a high availability feature.Boolean isHASupported
Indicates if the load balancer supports Secure-Socket-Layer protocol.Boolean isSSLSupported
Indicates if the load balancer supports cookie based session persistence.Boolean
isCookieBasedStickySession
Supported
Indicates if the load balancer supports source address based session persistence.Boolean
isSourceAddressBasedStickySession
Supported
66 Data Model