public class DisIsolateDBInstancesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DisIsolateDBInstancesRequest() |
DisIsolateDBInstancesRequest(DisIsolateDBInstancesRequest 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 |
---|---|
Boolean |
getAutoVoucher()
Get Whether to use vouchers.
|
String[] |
getDBInstanceIdSet()
Get Instance ID list.
|
Long |
getPeriod()
Get Validity period in months
Monthly subscription: `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, `24`, `36`.
|
String[] |
getVoucherIds()
Get Voucher ID list
|
void |
setAutoVoucher(Boolean AutoVoucher)
Set Whether to use vouchers.
|
void |
setDBInstanceIdSet(String[] DBInstanceIdSet)
Set Instance ID list.
|
void |
setPeriod(Long Period)
Set Validity period in months
Monthly subscription: `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, `24`, `36`.
|
void |
setVoucherIds(String[] VoucherIds)
Set Voucher ID list
|
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 DisIsolateDBInstancesRequest()
public DisIsolateDBInstancesRequest(DisIsolateDBInstancesRequest source)
public String[] getDBInstanceIdSet()
public void setDBInstanceIdSet(String[] DBInstanceIdSet)
DBInstanceIdSet
- Instance ID list. Currently, you can't remove multiple instances from isolation in batches. Only one instance ID can be passed in here.public Long getPeriod()
public void setPeriod(Long Period)
Period
- Validity period in months
public Boolean getAutoVoucher()
public void setAutoVoucher(Boolean AutoVoucher)
AutoVoucher
- Whether to use vouchers. Valid values:
public String[] getVoucherIds()
public void setVoucherIds(String[] VoucherIds)
VoucherIds
- Voucher ID listCopyright © 2024. All rights reserved.