Package com.ibm.cloud.is.vpc.v1.model
Class LoadBalancerPool
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.LoadBalancerPool
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LoadBalancerPool extends com.ibm.cloud.sdk.core.service.model.GenericModelLoadBalancerPool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoadBalancerPool.AlgorithmThe load balancing algorithm.static interfaceLoadBalancerPool.ProtocolThe protocol for this load balancer pool.static interfaceLoadBalancerPool.ProvisioningStatusThe provisioning status of this pool The enumerated values for this property are expected to expand in the future.static interfaceLoadBalancerPool.ProxyProtocolThe PROXY protocol setting for this pool: - `v1`: Enabled with version 1 (human-readable header format) - `v2`: Enabled with version 2 (binary header format) - `disabled`: Disabled Supported by load balancers in the `application` family (otherwise always `disabled`).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()Gets the algorithm.DategetCreatedAt()Gets the createdAt.LoadBalancerPoolHealthMonitorgetHealthMonitor()Gets the healthMonitor.StringgetHref()Gets the href.StringgetId()Gets the id.InstanceGroupReferencegetInstanceGroup()Gets the instanceGroup.List<LoadBalancerPoolMemberReference>getMembers()Gets the members.StringgetName()Gets the name.StringgetProtocol()Gets the protocol.StringgetProvisioningStatus()Gets the provisioningStatus.StringgetProxyProtocol()Gets the proxyProtocol.LoadBalancerPoolSessionPersistencegetSessionPersistence()Gets the sessionPersistence.
-
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
Gets the algorithm. The load balancing algorithm.- Returns:
- the algorithm
-
getCreatedAt
public Date getCreatedAt()
Gets the createdAt. The date and time that this pool was created.- Returns:
- the createdAt
-
getHealthMonitor
public LoadBalancerPoolHealthMonitor getHealthMonitor()
Gets the healthMonitor. The health monitor of this pool.- Returns:
- the healthMonitor
-
getHref
public String getHref()
Gets the href. The pool's canonical URL.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this load balancer pool.- Returns:
- the id
-
getInstanceGroup
public InstanceGroupReference getInstanceGroup()
Gets the instanceGroup. The instance group that is managing this pool.- Returns:
- the instanceGroup
-
getMembers
public List<LoadBalancerPoolMemberReference> getMembers()
Gets the members. The backend server members of the pool.- Returns:
- the members
-
getName
public String getName()
Gets the name. The name for this load balancer pool. The name is unique across all pools for the load balancer.- Returns:
- the name
-
getProtocol
public String getProtocol()
Gets the protocol. The protocol for this load balancer pool. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the pool on which the unexpected property value was encountered.- Returns:
- the protocol
-
getProvisioningStatus
public String getProvisioningStatus()
Gets the provisioningStatus. The provisioning status of this pool The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the pool on which the unexpected property value was encountered.- Returns:
- the provisioningStatus
-
getProxyProtocol
public String getProxyProtocol()
Gets the proxyProtocol. The PROXY protocol setting for this pool: - `v1`: Enabled with version 1 (human-readable header format) - `v2`: Enabled with version 2 (binary header format) - `disabled`: Disabled Supported by load balancers in the `application` family (otherwise always `disabled`).- Returns:
- the proxyProtocol
-
getSessionPersistence
public LoadBalancerPoolSessionPersistence getSessionPersistence()
Gets the sessionPersistence. The session persistence of this pool. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the pool on which the unexpected property value was encountered.- Returns:
- the sessionPersistence
-
-