Class DynamicDiskConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DynamicDiskConfig
-
public class DynamicDiskConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DynamicDiskConfig()
DynamicDiskConfig(DynamicDiskConfig 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 Long
getDiskQuotaPercentage()
Get 磁盘配额百分比触发条件,即消息达到此值触发硬盘自动扩容事件 注意:此字段可能返回 null,表示取不到有效值。Long
getEnable()
Get 动态硬盘扩容配置开关(0: 关闭,1: 开启) 注意:此字段可能返回 null,表示取不到有效值。Long
getMaxDiskSpace()
Get 最大扩容硬盘大小,以 GB 为单位 注意:此字段可能返回 null,表示取不到有效值。Long
getStepForwardPercentage()
Get 每次磁盘动态扩容大小百分比 注意:此字段可能返回 null,表示取不到有效值。void
setDiskQuotaPercentage(Long DiskQuotaPercentage)
Set 磁盘配额百分比触发条件,即消息达到此值触发硬盘自动扩容事件 注意:此字段可能返回 null,表示取不到有效值。void
setEnable(Long Enable)
Set 动态硬盘扩容配置开关(0: 关闭,1: 开启) 注意:此字段可能返回 null,表示取不到有效值。void
setMaxDiskSpace(Long MaxDiskSpace)
Set 最大扩容硬盘大小,以 GB 为单位 注意:此字段可能返回 null,表示取不到有效值。void
setStepForwardPercentage(Long StepForwardPercentage)
Set 每次磁盘动态扩容大小百分比 注意:此字段可能返回 null,表示取不到有效值。void
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
-
DynamicDiskConfig
public DynamicDiskConfig()
-
DynamicDiskConfig
public DynamicDiskConfig(DynamicDiskConfig 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
-
getEnable
public Long getEnable()
Get 动态硬盘扩容配置开关(0: 关闭,1: 开启) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Enable 动态硬盘扩容配置开关(0: 关闭,1: 开启) 注意:此字段可能返回 null,表示取不到有效值。
-
setEnable
public void setEnable(Long Enable)
Set 动态硬盘扩容配置开关(0: 关闭,1: 开启) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Enable
- 动态硬盘扩容配置开关(0: 关闭,1: 开启) 注意:此字段可能返回 null,表示取不到有效值。
-
getStepForwardPercentage
public Long getStepForwardPercentage()
Get 每次磁盘动态扩容大小百分比 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StepForwardPercentage 每次磁盘动态扩容大小百分比 注意:此字段可能返回 null,表示取不到有效值。
-
setStepForwardPercentage
public void setStepForwardPercentage(Long StepForwardPercentage)
Set 每次磁盘动态扩容大小百分比 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StepForwardPercentage
- 每次磁盘动态扩容大小百分比 注意:此字段可能返回 null,表示取不到有效值。
-
getDiskQuotaPercentage
public Long getDiskQuotaPercentage()
Get 磁盘配额百分比触发条件,即消息达到此值触发硬盘自动扩容事件 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DiskQuotaPercentage 磁盘配额百分比触发条件,即消息达到此值触发硬盘自动扩容事件 注意:此字段可能返回 null,表示取不到有效值。
-
setDiskQuotaPercentage
public void setDiskQuotaPercentage(Long DiskQuotaPercentage)
Set 磁盘配额百分比触发条件,即消息达到此值触发硬盘自动扩容事件 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DiskQuotaPercentage
- 磁盘配额百分比触发条件,即消息达到此值触发硬盘自动扩容事件 注意:此字段可能返回 null,表示取不到有效值。
-
getMaxDiskSpace
public Long getMaxDiskSpace()
Get 最大扩容硬盘大小,以 GB 为单位 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MaxDiskSpace 最大扩容硬盘大小,以 GB 为单位 注意:此字段可能返回 null,表示取不到有效值。
-
setMaxDiskSpace
public void setMaxDiskSpace(Long MaxDiskSpace)
Set 最大扩容硬盘大小,以 GB 为单位 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MaxDiskSpace
- 最大扩容硬盘大小,以 GB 为单位 注意:此字段可能返回 null,表示取不到有效值。
-
-