public class RebootInstancesRequest extends AbstractModel
| Constructor and Description | 
|---|
| RebootInstancesRequest() | 
| RebootInstancesRequest(RebootInstancesRequest 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 | getForceReboot()Get Whether to forcibly restart an instance after a normal restart fails. | 
| String[] | getInstanceIds()Get Instance IDs. | 
| String | getStopType()Get Shutdown type. | 
| void | setForceReboot(Boolean ForceReboot)Set Whether to forcibly restart an instance after a normal restart fails. | 
| void | setInstanceIds(String[] InstanceIds)Set Instance IDs. | 
| void | setStopType(String StopType)Set Shutdown type. | 
| 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, toJsonStringpublic RebootInstancesRequest()
public RebootInstancesRequest(RebootInstancesRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - Instance IDs. To obtain the instance IDs, you can call [`DescribeInstances`](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and look for `InstanceId` in the response. You can operate up to 100 instances in each request.public Boolean getForceReboot()
public void setForceReboot(Boolean ForceReboot)
ForceReboot - Whether to forcibly restart an instance after a normal restart fails. Valid values: public String getStopType()
public void setStopType(String StopType)
StopType - Shutdown type. Valid values: Copyright © 2022. All rights reserved.