public class ResourceDeleteOption extends AbstractModel
Constructor and Description |
---|
ResourceDeleteOption() |
ResourceDeleteOption(ResourceDeleteOption 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 |
getDeleteMode()
Get 集群删除时资源的删除模式:terminate(销毁),retain (保留)
|
String |
getResourceType()
Get 资源类型,例如CBS
|
void |
setDeleteMode(String DeleteMode)
Set 集群删除时资源的删除模式:terminate(销毁),retain (保留)
|
void |
setResourceType(String ResourceType)
Set 资源类型,例如CBS
|
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 ResourceDeleteOption()
public ResourceDeleteOption(ResourceDeleteOption source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 资源类型,例如CBSpublic String getDeleteMode()
public void setDeleteMode(String DeleteMode)
DeleteMode
- 集群删除时资源的删除模式:terminate(销毁),retain (保留)Copyright © 2022. All rights reserved.