public static class EdgeGatewayLoadBalancerResponse.Pool.Member extends Object
Constructor and Description |
---|
Member(String memberId,
String ipAddress,
String groupingObjectId,
String groupingObjectName,
Long weight,
Long monitorPort,
Long port,
Long maxConn,
Long minConn,
LoadBalancerConditionType condition,
String name)
Instantiates a new Member.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerConditionType |
getCondition()
Get whether the member is enabled or disabled.
|
String |
getGroupingObjectId()
Get grouping object id.
|
String |
getGroupingObjectName()
Get grouping object name.
|
String |
getIpAddress()
Get ip address.
|
Long |
getMaxConn()
Get maximum number of concurrent connections a member can handle.
|
String |
getMemberId()
Get member id.
|
Long |
getMinConn()
Get minimum number of concurrent connections a member can handle.
|
Long |
getMonitorPort()
Get monitor port.
|
String |
getName()
Get name of the member.
|
Long |
getPort()
Get member port.
|
Long |
getWeight()
Get member weight.
|
public Member(String memberId, String ipAddress, String groupingObjectId, String groupingObjectName, Long weight, Long monitorPort, Long port, Long maxConn, Long minConn, LoadBalancerConditionType condition, String name)
memberId
- the member idipAddress
- the ip addressgroupingObjectId
- the grouping object idgroupingObjectName
- the grouping object nameweight
- the weightmonitorPort
- the monitor portport
- the portmaxConn
- the max connminConn
- the min conncondition
- the conditionname
- the namepublic String getMemberId()
public String getIpAddress()
public String getGroupingObjectId()
public String getGroupingObjectName()
public Long getWeight()
public Long getMonitorPort()
public Long getPort()
public Long getMaxConn()
Get maximum number of concurrent connections a member can handle. Default is 0 which means unlimited.
public Long getMinConn()
Get minimum number of concurrent connections a member can handle. Default is 0 which means unlimited.
public LoadBalancerConditionType getCondition()
public String getName()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.