public class DataDisk extends AbstractModel
构造器和说明 |
---|
DataDisk() |
限定符和类型 | 方法和说明 |
---|---|
Boolean |
getAutoFormatAndMount()
Get 是否自动化格式盘并挂载
|
Integer |
getDiskSize()
Get 云盘大小(G)
|
String |
getDiskType()
Get 云盘类型
|
String |
getFileSystem()
Get 文件系统
|
String |
getMountTarget()
Get 挂载目录
|
void |
setAutoFormatAndMount(Boolean AutoFormatAndMount)
Set 是否自动化格式盘并挂载
|
void |
setDiskSize(Integer DiskSize)
Set 云盘大小(G)
|
void |
setDiskType(String DiskType)
Set 云盘类型
|
void |
setFileSystem(String FileSystem)
Set 文件系统
|
void |
setMountTarget(String MountTarget)
Set 挂载目录
|
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
- 云盘类型public String getFileSystem()
public void setFileSystem(String FileSystem)
FileSystem
- 文件系统public Integer getDiskSize()
public void setDiskSize(Integer DiskSize)
DiskSize
- 云盘大小(G)public Boolean getAutoFormatAndMount()
public void setAutoFormatAndMount(Boolean AutoFormatAndMount)
AutoFormatAndMount
- 是否自动化格式盘并挂载public String getMountTarget()
public void setMountTarget(String MountTarget)
MountTarget
- 挂载目录Copyright © 2019. All rights reserved.