public class DescribeLoadBalancerOverviewResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeLoadBalancerOverviewResponse() |
DescribeLoadBalancerOverviewResponse(DescribeLoadBalancerOverviewResponse 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 |
---|---|
Long |
getIsolationCount()
Get Number of CLB instances that are isolated
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getRunningCount()
Get Number of CLB instances that are running
|
Long |
getTotalCount()
Get Total number of CLB instances
|
Long |
getWillExpireCount()
Get Number of CLB instances that are about to expire
|
void |
setIsolationCount(Long IsolationCount)
Set Number of CLB instances that are isolated
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setRunningCount(Long RunningCount)
Set Number of CLB instances that are running
|
void |
setTotalCount(Long TotalCount)
Set Total number of CLB instances
|
void |
setWillExpireCount(Long WillExpireCount)
Set Number of CLB instances that are about to expire
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeLoadBalancerOverviewResponse()
public DescribeLoadBalancerOverviewResponse(DescribeLoadBalancerOverviewResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of CLB instancespublic Long getRunningCount()
public void setRunningCount(Long RunningCount)
RunningCount
- Number of CLB instances that are runningpublic Long getIsolationCount()
public void setIsolationCount(Long IsolationCount)
IsolationCount
- Number of CLB instances that are isolatedpublic Long getWillExpireCount()
public void setWillExpireCount(Long WillExpireCount)
WillExpireCount
- Number of CLB instances that are about to expirepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.