Class SlotSharingGroupSpec
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.oceanus.v20190422.models.SlotSharingGroupSpec
-
public class SlotSharingGroupSpec extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SlotSharingGroupSpec()
SlotSharingGroupSpec(SlotSharingGroupSpec 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 Float
getCPU()
Get 适用的cpu 注意:此字段可能返回 null,表示取不到有效值。String
getHeapMemory()
Get 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。String
getManagedMemory()
Get 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。String
getOffHeapMemory()
Get 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。void
setCPU(Float CPU)
Set 适用的cpu 注意:此字段可能返回 null,表示取不到有效值。void
setHeapMemory(String HeapMemory)
Set 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。void
setManagedMemory(String ManagedMemory)
Set 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。void
setOffHeapMemory(String OffHeapMemory)
Set 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 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
-
SlotSharingGroupSpec
public SlotSharingGroupSpec()
-
SlotSharingGroupSpec
public SlotSharingGroupSpec(SlotSharingGroupSpec 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
-
getCPU
public Float getCPU()
Get 适用的cpu 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CPU 适用的cpu 注意:此字段可能返回 null,表示取不到有效值。
-
setCPU
public void setCPU(Float CPU)
Set 适用的cpu 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CPU
- 适用的cpu 注意:此字段可能返回 null,表示取不到有效值。
-
getHeapMemory
public String getHeapMemory()
Get 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HeapMemory 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。
-
setHeapMemory
public void setHeapMemory(String HeapMemory)
Set 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HeapMemory
- 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。
-
getOffHeapMemory
public String getOffHeapMemory()
Get 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OffHeapMemory 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。
-
setOffHeapMemory
public void setOffHeapMemory(String OffHeapMemory)
Set 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OffHeapMemory
- 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。
-
getManagedMemory
public String getManagedMemory()
Get 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ManagedMemory 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。
-
setManagedMemory
public void setManagedMemory(String ManagedMemory)
Set 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ManagedMemory
- 默认为b, 支持单位有 b, kb, mb, gb 注意:此字段可能返回 null,表示取不到有效值。
-
-