public class Disk extends AbstractModel
header, skipSign
Constructor and Description |
---|
Disk() |
Disk(Disk 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoFormatAndMount()
Get 是否自动化格式盘并挂载
|
Long |
getDiskSize()
Get 云盘大小(G)
|
String |
getDiskType()
Get 云盘类型
|
String |
getFileSystem()
Get 文件系统
|
String |
getMountTarget()
Get 挂载目录
|
void |
setAutoFormatAndMount(Boolean AutoFormatAndMount)
Set 是否自动化格式盘并挂载
|
void |
setDiskSize(Long 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Disk()
public Disk(Disk source)
public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- 云盘类型public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- 云盘大小(G)public Boolean getAutoFormatAndMount()
public void setAutoFormatAndMount(Boolean AutoFormatAndMount)
AutoFormatAndMount
- 是否自动化格式盘并挂载public String getFileSystem()
public void setFileSystem(String FileSystem)
FileSystem
- 文件系统public String getMountTarget()
public void setMountTarget(String MountTarget)
MountTarget
- 挂载目录Copyright © 2024. All rights reserved.