public class DescribeLoadBalancersRequest extends AbstractModel
Constructor and Description |
---|
DescribeLoadBalancersRequest() |
DescribeLoadBalancersRequest(DescribeLoadBalancersRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getBackendPrivateIps()
Get Private IP of the real server bound to the CLB.
|
String |
getEcmRegion()
Get Region.
|
Filter[] |
getFilters()
Get Each request can contain up to 10 `Filters` and 100 `Filter.Values`.
|
Long |
getLimit()
Get Number of returned CLB instances.
|
String[] |
getLoadBalancerIds()
Get CLB instance ID.
|
String |
getLoadBalancerName()
Get CLB instance name.
|
String[] |
getLoadBalancerVips()
Get VIP address of the CLB instance.
|
Long |
getOffset()
Get Data offset.
|
String |
getSecurityGroup()
Get Security group.
|
String |
getVpcId()
Get Unique VPC ID of the CLB instance, such as `vpc-bhqkbhdx`.
|
Long |
getWithBackend()
Get Whether the CLB instance is bound to a real server.
|
void |
setBackendPrivateIps(String[] BackendPrivateIps)
Set Private IP of the real server bound to the CLB.
|
void |
setEcmRegion(String EcmRegion)
Set Region.
|
void |
setFilters(Filter[] Filters)
Set Each request can contain up to 10 `Filters` and 100 `Filter.Values`.
|
void |
setLimit(Long Limit)
Set Number of returned CLB instances.
|
void |
setLoadBalancerIds(String[] LoadBalancerIds)
Set CLB instance ID.
|
void |
setLoadBalancerName(String LoadBalancerName)
Set CLB instance name.
|
void |
setLoadBalancerVips(String[] LoadBalancerVips)
Set VIP address of the CLB instance.
|
void |
setOffset(Long Offset)
Set Data offset.
|
void |
setSecurityGroup(String SecurityGroup)
Set Security group.
|
void |
setVpcId(String VpcId)
Set Unique VPC ID of the CLB instance, such as `vpc-bhqkbhdx`.
|
void |
setWithBackend(Long WithBackend)
Set Whether the CLB instance is bound to a real server.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeLoadBalancersRequest()
public DescribeLoadBalancersRequest(DescribeLoadBalancersRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- Region. If this parameter is not specified, the information of all regions will be queried by default.public String[] getLoadBalancerIds()
public void setLoadBalancerIds(String[] LoadBalancerIds)
LoadBalancerIds
- CLB instance ID.public String getLoadBalancerName()
public void setLoadBalancerName(String LoadBalancerName)
LoadBalancerName
- CLB instance name.public String[] getLoadBalancerVips()
public void setLoadBalancerVips(String[] LoadBalancerVips)
LoadBalancerVips
- VIP address of the CLB instance. There can be multiple addresses.public String[] getBackendPrivateIps()
public void setBackendPrivateIps(String[] BackendPrivateIps)
BackendPrivateIps
- Private IP of the real server bound to the CLB.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Data offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned CLB instances. Default value: 20. Maximum value: 100.public Long getWithBackend()
public void setWithBackend(Long WithBackend)
WithBackend
- Whether the CLB instance is bound to a real server. 0: no; 1: yes; -1: query all.
If this parameter is not specified, all will be queried by default.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- Unique VPC ID of the CLB instance, such as `vpc-bhqkbhdx`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Each request can contain up to 10 `Filters` and 100 `Filter.Values`. The detailed filters are as follows:
tag-key - String - Required: no - (Filter) Filter by tag key.public String getSecurityGroup()
public void setSecurityGroup(String SecurityGroup)
SecurityGroup
- Security group.Copyright © 2023. All rights reserved.