Class DestroyEnvRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.DestroyEnvRequest
-
public class DestroyEnvRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DestroyEnvRequest()DestroyEnvRequest(DestroyEnvRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBypassCheck()Get 是否绕过资源检查,资源包等额外资源,默认为false,如果为true,则不检查资源是否有数据,直接删除。StringgetEnvId()Get 环境IdBooleangetIsForce()Get 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除voidsetBypassCheck(Boolean BypassCheck)Set 是否绕过资源检查,资源包等额外资源,默认为false,如果为true,则不检查资源是否有数据,直接删除。voidsetEnvId(String EnvId)Set 环境IdvoidsetIsForce(Boolean IsForce)Set 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DestroyEnvRequest
public DestroyEnvRequest()
-
DestroyEnvRequest
public DestroyEnvRequest(DestroyEnvRequest 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.
-
-
Method Detail
-
getEnvId
public String getEnvId()
Get 环境Id- Returns:
- EnvId 环境Id
-
setEnvId
public void setEnvId(String EnvId)
Set 环境Id- Parameters:
EnvId- 环境Id
-
getIsForce
public Boolean getIsForce()
Get 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除- Returns:
- IsForce 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除
-
setIsForce
public void setIsForce(Boolean IsForce)
Set 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除- Parameters:
IsForce- 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除
-
getBypassCheck
public Boolean getBypassCheck()
Get 是否绕过资源检查,资源包等额外资源,默认为false,如果为true,则不检查资源是否有数据,直接删除。- Returns:
- BypassCheck 是否绕过资源检查,资源包等额外资源,默认为false,如果为true,则不检查资源是否有数据,直接删除。
-
setBypassCheck
public void setBypassCheck(Boolean BypassCheck)
Set 是否绕过资源检查,资源包等额外资源,默认为false,如果为true,则不检查资源是否有数据,直接删除。- Parameters:
BypassCheck- 是否绕过资源检查,资源包等额外资源,默认为false,如果为true,则不检查资源是否有数据,直接删除。
-
-