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 Specifies the policy to deal with resources in the cluster when the cluster is deleted. | 
| String | getResourceType()Get Resource type, for example `CBS` | 
| void | setDeleteMode(String DeleteMode)Set Specifies the policy to deal with resources in the cluster when the cluster is deleted. | 
| void | setResourceType(String ResourceType)Set Resource type, for example `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, toJsonStringpublic ResourceDeleteOption()
public ResourceDeleteOption(ResourceDeleteOption source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - Resource type, for example `CBS`public String getDeleteMode()
public void setDeleteMode(String DeleteMode)
DeleteMode - Specifies the policy to deal with resources in the cluster when the cluster is deleted. It can be `terminate` or `retain`.Copyright © 2021. All rights reserved.