public class DescribeLoadBalancersRequest extends AbstractModel
header, skipSign
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 |
getConfId()
Get 个性化配置ID
|
String |
getDomain()
Get 负载均衡域名。规则:1-60个小写英文字母、数字、点号“.”或连接线“-”。内网类型的负载均衡不能配置该字段
|
Long |
getExclusive()
Get 是否筛选独占集群,0表示非独占集群,1表示四层独占集群,2表示七层独占集群,3表示四层和七层独占集群,4表示共享容灾
|
Long |
getLimit()
Get 返回数据长度,默认为20
|
String[] |
getLoadBalancerIds()
Get 负载均衡器ID数组
|
String |
getLoadBalancerName()
Get 负载均衡器名称
|
String |
getLoadBalancerType()
Get 负载均衡的类型 : open表示公网LB类型,internal表示内网LB类型
|
String[] |
getLoadBalancerVips()
Get 负载均衡获得的公网IP地址,支持多个
|
Long |
getOffset()
Get 数据偏移量,默认为0
|
String |
getOrderBy()
Get 排序字段,支持:loadBalancerName,createTime,domain,loadBalancerType
|
Long |
getOrderType()
Get 1倒序,0顺序,默认顺序
|
Long |
getProjectId()
Get 项目ID
|
String |
getQueryType()
Get 'CONFLIST' 查询带confId的LB列表,'CONFID' 查询某个confId绑定的LB列表
|
String |
getSearchKey()
Get 模糊查找名称、域名、VIP
|
String |
getTgwSetType()
Get 该负载均衡对应的tgw集群(fullnat,tunnel,dnat)
|
String |
getVpcId()
Get 该负载均衡对应的所在的私有网络ID
|
void |
setConfId(String ConfId)
Set 个性化配置ID
|
void |
setDomain(String Domain)
Set 负载均衡域名。规则:1-60个小写英文字母、数字、点号“.”或连接线“-”。内网类型的负载均衡不能配置该字段
|
void |
setExclusive(Long Exclusive)
Set 是否筛选独占集群,0表示非独占集群,1表示四层独占集群,2表示七层独占集群,3表示四层和七层独占集群,4表示共享容灾
|
void |
setLimit(Long Limit)
Set 返回数据长度,默认为20
|
void |
setLoadBalancerIds(String[] LoadBalancerIds)
Set 负载均衡器ID数组
|
void |
setLoadBalancerName(String LoadBalancerName)
Set 负载均衡器名称
|
void |
setLoadBalancerType(String LoadBalancerType)
Set 负载均衡的类型 : open表示公网LB类型,internal表示内网LB类型
|
void |
setLoadBalancerVips(String[] LoadBalancerVips)
Set 负载均衡获得的公网IP地址,支持多个
|
void |
setOffset(Long Offset)
Set 数据偏移量,默认为0
|
void |
setOrderBy(String OrderBy)
Set 排序字段,支持:loadBalancerName,createTime,domain,loadBalancerType
|
void |
setOrderType(Long OrderType)
Set 1倒序,0顺序,默认顺序
|
void |
setProjectId(Long ProjectId)
Set 项目ID
|
void |
setQueryType(String QueryType)
Set 'CONFLIST' 查询带confId的LB列表,'CONFID' 查询某个confId绑定的LB列表
|
void |
setSearchKey(String SearchKey)
Set 模糊查找名称、域名、VIP
|
void |
setTgwSetType(String TgwSetType)
Set 该负载均衡对应的tgw集群(fullnat,tunnel,dnat)
|
void |
setVpcId(String VpcId)
Set 该负载均衡对应的所在的私有网络ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeLoadBalancersRequest()
public DescribeLoadBalancersRequest(DescribeLoadBalancersRequest source)
public String[] getLoadBalancerIds()
public void setLoadBalancerIds(String[] LoadBalancerIds)
LoadBalancerIds
- 负载均衡器ID数组public String getLoadBalancerType()
public void setLoadBalancerType(String LoadBalancerType)
LoadBalancerType
- 负载均衡的类型 : open表示公网LB类型,internal表示内网LB类型public String getLoadBalancerName()
public void setLoadBalancerName(String LoadBalancerName)
LoadBalancerName
- 负载均衡器名称public String getDomain()
public void setDomain(String Domain)
Domain
- 负载均衡域名。规则:1-60个小写英文字母、数字、点号“.”或连接线“-”。内网类型的负载均衡不能配置该字段public String[] getLoadBalancerVips()
public void setLoadBalancerVips(String[] LoadBalancerVips)
LoadBalancerVips
- 负载均衡获得的公网IP地址,支持多个public Long getOffset()
public void setOffset(Long Offset)
Offset
- 数据偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数据长度,默认为20public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- 模糊查找名称、域名、VIPpublic String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 排序字段,支持:loadBalancerName,createTime,domain,loadBalancerTypepublic Long getOrderType()
public void setOrderType(Long OrderType)
OrderType
- 1倒序,0顺序,默认顺序public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 项目IDpublic Long getExclusive()
public void setExclusive(Long Exclusive)
Exclusive
- 是否筛选独占集群,0表示非独占集群,1表示四层独占集群,2表示七层独占集群,3表示四层和七层独占集群,4表示共享容灾public String getTgwSetType()
public void setTgwSetType(String TgwSetType)
TgwSetType
- 该负载均衡对应的tgw集群(fullnat,tunnel,dnat)public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 该负载均衡对应的所在的私有网络IDpublic String getQueryType()
public void setQueryType(String QueryType)
QueryType
- 'CONFLIST' 查询带confId的LB列表,'CONFID' 查询某个confId绑定的LB列表public String getConfId()
public void setConfId(String ConfId)
ConfId
- 个性化配置IDCopyright © 2024. All rights reserved.