public class StopInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
StopInstanceRequest() |
StopInstanceRequest(StopInstanceRequest 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 |
getDryRun()
Get 默认为False,True代表只验证接口连通性
|
String |
getInstanceId()
Get 实例ID
|
String |
getStopMode()
Get hai实例关机的模式,目前仅支持关机不收费:
STOP_CHARGE -- 关闭hai实例,释放计算资源,停止收取计算资源的费用。
注意:默认值为STOP_CHARGE
|
void |
setDryRun(Boolean DryRun)
Set 默认为False,True代表只验证接口连通性
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setStopMode(String StopMode)
Set hai实例关机的模式,目前仅支持关机不收费:
STOP_CHARGE -- 关闭hai实例,释放计算资源,停止收取计算资源的费用。
注意:默认值为STOP_CHARGE
|
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 StopInstanceRequest()
public StopInstanceRequest(StopInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getStopMode()
public void setStopMode(String StopMode)
StopMode
- hai实例关机的模式,目前仅支持关机不收费:
STOP_CHARGE -- 关闭hai实例,释放计算资源,停止收取计算资源的费用。
注意:默认值为STOP_CHARGEpublic Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun
- 默认为False,True代表只验证接口连通性Copyright © 2024. All rights reserved.