Class DescribeIdleLoadBalancersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.clb.v20180317.models.DescribeIdleLoadBalancersRequest
-
public class DescribeIdleLoadBalancersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeIdleLoadBalancersRequest()
DescribeIdleLoadBalancersRequest(DescribeIdleLoadBalancersRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getLimit()
Get 返回负载均衡实例的数量,默认为20,最大值为100。String
getLoadBalancerRegion()
Get 负载均衡所在地域。Long
getOffset()
Get 数据偏移量,默认为0。void
setLimit(Long Limit)
Set 返回负载均衡实例的数量,默认为20,最大值为100。void
setLoadBalancerRegion(String LoadBalancerRegion)
Set 负载均衡所在地域。void
setOffset(Long Offset)
Set 数据偏移量,默认为0。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeIdleLoadBalancersRequest
public DescribeIdleLoadBalancersRequest()
-
DescribeIdleLoadBalancersRequest
public DescribeIdleLoadBalancersRequest(DescribeIdleLoadBalancersRequest 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.
-
-
Method Detail
-
getOffset
public Long getOffset()
Get 数据偏移量,默认为0。- Returns:
- Offset 数据偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 数据偏移量,默认为0。- Parameters:
Offset
- 数据偏移量,默认为0。
-
getLimit
public Long getLimit()
Get 返回负载均衡实例的数量,默认为20,最大值为100。- Returns:
- Limit 返回负载均衡实例的数量,默认为20,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 返回负载均衡实例的数量,默认为20,最大值为100。- Parameters:
Limit
- 返回负载均衡实例的数量,默认为20,最大值为100。
-
getLoadBalancerRegion
public String getLoadBalancerRegion()
Get 负载均衡所在地域。- Returns:
- LoadBalancerRegion 负载均衡所在地域。
-
setLoadBalancerRegion
public void setLoadBalancerRegion(String LoadBalancerRegion)
Set 负载均衡所在地域。- Parameters:
LoadBalancerRegion
- 负载均衡所在地域。
-
-