public class RecoverInstanceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RecoverInstanceRequest() | 
| RecoverInstanceRequest(RecoverInstanceRequest 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 | getInstanceId()Get 指定待恢复的实例 ID。 | 
| Long | getPayPeriod()Get 若实例为包年包月计费,需通过该参数指定续费的时长。
- 单位:月。
- 取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36。默认为1。 | 
| void | setInstanceId(String InstanceId)Set 指定待恢复的实例 ID。 | 
| void | setPayPeriod(Long PayPeriod)Set 若实例为包年包月计费,需通过该参数指定续费的时长。
- 单位:月。
- 取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36。默认为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, toJsonStringpublic RecoverInstanceRequest()
public RecoverInstanceRequest(RecoverInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 指定待恢复的实例 ID。public Long getPayPeriod()
public void setPayPeriod(Long PayPeriod)
PayPeriod - 若实例为包年包月计费,需通过该参数指定续费的时长。
- 单位:月。
- 取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36。默认为1。Copyright © 2025. All rights reserved.