Class MultiDisk
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.MultiDisk
-
public class MultiDisk extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()Get 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。StringgetDiskType()Get 云盘类型 CLOUD_SSD:表示云SSD。 CLOUD_PREMIUM:表示高效云盘。 CLOUD_HSSD:表示增强型SSD云硬盘。 注意:此字段可能返回 null,表示取不到有效值。LonggetVolume()Get 云盘大小 注意:此字段可能返回 null,表示取不到有效值。voidsetCount(Long Count)Set 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。voidsetDiskType(String DiskType)Set 云盘类型 CLOUD_SSD:表示云SSD。 CLOUD_PREMIUM:表示高效云盘。 CLOUD_HSSD:表示增强型SSD云硬盘。 注意:此字段可能返回 null,表示取不到有效值。voidsetVolume(Long Volume)Set 云盘大小 注意:此字段可能返回 null,表示取不到有效值。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
-
MultiDisk
public MultiDisk()
-
MultiDisk
public MultiDisk(MultiDisk 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
-
getDiskType
public String getDiskType()
Get 云盘类型- CLOUD_SSD:表示云SSD。
- CLOUD_PREMIUM:表示高效云盘。
- CLOUD_HSSD:表示增强型SSD云硬盘。
注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DiskType 云盘类型
- CLOUD_SSD:表示云SSD。
- CLOUD_PREMIUM:表示高效云盘。
- CLOUD_HSSD:表示增强型SSD云硬盘。
注意:此字段可能返回 null,表示取不到有效值。
-
setDiskType
public void setDiskType(String DiskType)
Set 云盘类型- CLOUD_SSD:表示云SSD。
- CLOUD_PREMIUM:表示高效云盘。
- CLOUD_HSSD:表示增强型SSD云硬盘。
注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DiskType- 云盘类型- CLOUD_SSD:表示云SSD。
- CLOUD_PREMIUM:表示高效云盘。
- CLOUD_HSSD:表示增强型SSD云硬盘。
注意:此字段可能返回 null,表示取不到有效值。
-
getVolume
public Long getVolume()
Get 云盘大小 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Volume 云盘大小 注意:此字段可能返回 null,表示取不到有效值。
-
setVolume
public void setVolume(Long Volume)
Set 云盘大小 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Volume- 云盘大小 注意:此字段可能返回 null,表示取不到有效值。
-
getCount
public Long getCount()
Get 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Count 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。
-
setCount
public void setCount(Long Count)
Set 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Count- 该类型云盘个数 注意:此字段可能返回 null,表示取不到有效值。
-
-