public class DescribeAutoScaleRecordsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAutoScaleRecordsRequest() |
DescribeAutoScaleRecordsRequest(DescribeAutoScaleRecordsRequest 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 |
getAsc()
Get Ascending or not.
|
KeyValue[] |
getFilters()
Get Record filter parameter, which can only be "StartTime", "EndTime", "StrategyName", "ActionStatus", or "ScaleAction".
|
String |
getInstanceId()
Get The instance ID.
|
Long |
getLimit()
Get Pagination parameters.
|
Long |
getOffset()
Get Pagination parameters.
|
Long |
getRecordSource()
Get Whether it is automatic scaling (0) or managed scaling (1)
|
void |
setAsc(Long Asc)
Set Ascending or not.
|
void |
setFilters(KeyValue[] Filters)
Set Record filter parameter, which can only be "StartTime", "EndTime", "StrategyName", "ActionStatus", or "ScaleAction".
|
void |
setInstanceId(String InstanceId)
Set The instance ID.
|
void |
setLimit(Long Limit)
Set Pagination parameters.
|
void |
setOffset(Long Offset)
Set Pagination parameters.
|
void |
setRecordSource(Long RecordSource)
Set Whether it is automatic scaling (0) or managed scaling (1)
|
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 DescribeAutoScaleRecordsRequest()
public DescribeAutoScaleRecordsRequest(DescribeAutoScaleRecordsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- The instance ID.public KeyValue[] getFilters()
public void setFilters(KeyValue[] Filters)
Filters
- Record filter parameter, which can only be "StartTime", "EndTime", "StrategyName", "ActionStatus", or "ScaleAction".
Time format. Either 2006-01-02 15:04:05 or 2006/01/02 15:04:05 for StartTime and EndTime.
ActionStatus: 0 (INITED), 1 (SUCCESS), 2 (FAILED), 3 (LIMITED_SUCCESSED), 4 (IN_PROCESS), 5 (IN_RETRY).
ScaleAction: 1 (scale out), 2 (scale in).public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination parameters.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Pagination parameters. Maximum value: 100public Long getRecordSource()
public void setRecordSource(Long RecordSource)
RecordSource
- Whether it is automatic scaling (0) or managed scaling (1)public Long getAsc()
public void setAsc(Long Asc)
Asc
- Ascending or not. 1: ascending, 0: descending.Copyright © 2025. All rights reserved.