public class DescribeCpuExpandHistoryRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCpuExpandHistoryRequest() | 
| DescribeCpuExpandHistoryRequest(DescribeCpuExpandHistoryRequest 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 | getEndTime()Get 查询的结束时间。只能查看30天内的扩容历史,格式为 Integer 的时间戳(秒级)。 | 
| String | getExpandStrategy()Get 扩容策略,值包括:all,manual,auto | 
| String | getInstanceId()Get 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。 | 
| Long | getLimit()Get 分页入参 | 
| Long | getOffset()Get 分页入参 | 
| Long | getStartTime()Get 查询的开始时间。只能查看30天内的扩容历史,格式为 Integer 的时间戳(秒级)。 | 
| String | getStatus()Get 扩容状态,值包括:all,extend,reduce,extend_failed | 
| void | setEndTime(Long EndTime)Set 查询的结束时间。只能查看30天内的扩容历史,格式为 Integer 的时间戳(秒级)。 | 
| void | setExpandStrategy(String ExpandStrategy)Set 扩容策略,值包括:all,manual,auto | 
| void | setInstanceId(String InstanceId)Set 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。 | 
| void | setLimit(Long Limit)Set 分页入参 | 
| void | setOffset(Long Offset)Set 分页入参 | 
| void | setStartTime(Long StartTime)Set 查询的开始时间。只能查看30天内的扩容历史,格式为 Integer 的时间戳(秒级)。 | 
| void | setStatus(String Status)Set 扩容状态,值包括:all,extend,reduce,extend_failed | 
| 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, toJsonStringpublic DescribeCpuExpandHistoryRequest()
public DescribeCpuExpandHistoryRequest(DescribeCpuExpandHistoryRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。public String getExpandStrategy()
public void setExpandStrategy(String ExpandStrategy)
ExpandStrategy - 扩容策略,值包括:all,manual,autopublic String getStatus()
public void setStatus(String Status)
Status - 扩容状态,值包括:all,extend,reduce,extend_failedpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 查询的开始时间。只能查看30天内的扩容历史,格式为 Integer 的时间戳(秒级)。public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 查询的结束时间。只能查看30天内的扩容历史,格式为 Integer 的时间戳(秒级)。public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页入参public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页入参Copyright © 2025. All rights reserved.