Class ModifyInstanceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.ModifyInstanceRequest
-
public class ModifyInstanceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyInstanceRequest()
ModifyInstanceRequest(ModifyInstanceRequest 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 Boolean
getDeletionProtection()
Get 实例删除保护,false为关闭String
getRegistryId()
Get 实例IDString
getRegistryType()
Get 实例的规格, 基础版:basic 标准版:standard 高级版:premiumvoid
setDeletionProtection(Boolean DeletionProtection)
Set 实例删除保护,false为关闭void
setRegistryId(String RegistryId)
Set 实例IDvoid
setRegistryType(String RegistryType)
Set 实例的规格, 基础版:basic 标准版:standard 高级版:premiumvoid
toMap(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
-
ModifyInstanceRequest
public ModifyInstanceRequest()
-
ModifyInstanceRequest
public ModifyInstanceRequest(ModifyInstanceRequest 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
-
getRegistryId
public String getRegistryId()
Get 实例ID- Returns:
- RegistryId 实例ID
-
setRegistryId
public void setRegistryId(String RegistryId)
Set 实例ID- Parameters:
RegistryId
- 实例ID
-
getRegistryType
public String getRegistryType()
Get 实例的规格, 基础版:basic 标准版:standard 高级版:premium- Returns:
- RegistryType 实例的规格, 基础版:basic 标准版:standard 高级版:premium
-
setRegistryType
public void setRegistryType(String RegistryType)
Set 实例的规格, 基础版:basic 标准版:standard 高级版:premium- Parameters:
RegistryType
- 实例的规格, 基础版:basic 标准版:standard 高级版:premium
-
getDeletionProtection
public Boolean getDeletionProtection()
Get 实例删除保护,false为关闭- Returns:
- DeletionProtection 实例删除保护,false为关闭
-
setDeletionProtection
public void setDeletionProtection(Boolean DeletionProtection)
Set 实例删除保护,false为关闭- Parameters:
DeletionProtection
- 实例删除保护,false为关闭
-
-