public class ResourceDeleteOption extends AbstractModel
| Constructor and Description | 
|---|
| ResourceDeleteOption() | 
| 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 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.