public class ModifyInstancesDisasterRecoverGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyInstancesDisasterRecoverGroupRequest() |
ModifyInstancesDisasterRecoverGroupRequest(ModifyInstancesDisasterRecoverGroupRequest 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 |
getDisasterRecoverGroupId()
Get Spread placement group ID.
|
Boolean |
getForce()
Get Whether to forcibly change instance hosts.
|
String[] |
getInstanceIds()
Get One or more instance ids to be operated.
|
void |
setDisasterRecoverGroupId(String DisasterRecoverGroupId)
Set Spread placement group ID.
|
void |
setForce(Boolean Force)
Set Whether to forcibly change instance hosts.
|
void |
setInstanceIds(String[] InstanceIds)
Set One or more instance ids to be operated.
|
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 ModifyInstancesDisasterRecoverGroupRequest()
public ModifyInstancesDisasterRecoverGroupRequest(ModifyInstancesDisasterRecoverGroupRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- One or more instance ids to be operated. you can obtain the instance ID through the `InstanceId` in the return value from the api [DescribeInstances](https://www.tencentcloud.com/zh/document/api/213/33258). the maximum number of instances per request is 100.public String getDisasterRecoverGroupId()
public void setDisasterRecoverGroupId(String DisasterRecoverGroupId)
DisasterRecoverGroupId
- Spread placement group ID. obtain through the api [DescribeDisasterRecoverGroups](https://www.tencentcloud.com/zh/document/api/213/33261).public Boolean getForce()
public void setForce(Boolean Force)
Force
- Whether to forcibly change instance hosts. value range:Copyright © 2025. All rights reserved.