public class DisIsolateDBInstancesRequest extends AbstractModel
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 List of resource IDs.
|
Long |
getPeriod()
Get The valid period (in months) of the monthly-subscribed instance when removing it from isolation
|
String[] |
getVoucherIds()
Get Voucher ID list
|
void |
setAutoVoucher(Boolean AutoVoucher)
Set Whether to use vouchers.
|
void |
setDBInstanceIdSet(String[] DBInstanceIdSet)
Set List of resource IDs.
|
void |
setPeriod(Long Period)
Set The valid period (in months) of the monthly-subscribed instance when removing it from isolation
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DisIsolateDBInstancesRequest()
public DisIsolateDBInstancesRequest(DisIsolateDBInstancesRequest source)
public String[] getDBInstanceIdSet()
public void setDBInstanceIdSet(String[] DBInstanceIdSet)
DBInstanceIdSet
- List of resource IDs. Note that currently you cannot remove multiple instances from isolation at the same time. Only one instance ID can be passed in here.public Long getPeriod()
public void setPeriod(Long Period)
Period
- The valid period (in months) of the monthly-subscribed instance when removing it from isolationpublic Boolean getAutoVoucher()
public void setAutoVoucher(Boolean AutoVoucher)
AutoVoucher
- Whether to use vouchers. Valid values: `true` (yes), `false` (no). Default value: `false`.public String[] getVoucherIds()
public void setVoucherIds(String[] VoucherIds)
VoucherIds
- Voucher ID listCopyright © 2023. All rights reserved.