public class SystemDisk extends AbstractModel
Constructor and Description |
---|
SystemDisk() |
Modifier and Type | Method and Description |
---|---|
String |
getDiskId()
Get 系统盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID。暂时不支持该参数。
|
Long |
getDiskSize()
Get 系统盘大小,单位:GB。默认值为 50
|
String |
getDiskType()
Get 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:
LOCAL_BASIC:本地硬盘 LOCAL_SSD:本地SSD硬盘 CLOUD_BASIC:普通云硬盘 CLOUD_SSD:SSD云硬盘 CLOUD_PREMIUM:高性能云硬盘 默认取值:当前有库存的硬盘类型。 |
void |
setDiskId(String DiskId)
Set 系统盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID。暂时不支持该参数。
|
void |
setDiskSize(Long DiskSize)
Set 系统盘大小,单位:GB。默认值为 50
|
void |
setDiskType(String DiskType)
Set 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:
LOCAL_BASIC:本地硬盘 LOCAL_SSD:本地SSD硬盘 CLOUD_BASIC:普通云硬盘 CLOUD_SSD:SSD云硬盘 CLOUD_PREMIUM:高性能云硬盘 默认取值:当前有库存的硬盘类型。 |
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:public String getDiskId()
public void setDiskId(String DiskId)
DiskId
- 系统盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID。暂时不支持该参数。public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- 系统盘大小,单位:GB。默认值为 50Copyright © 2020. All rights reserved.