public class VolumeInfo extends AbstractModel
Constructor and Description |
---|
VolumeInfo() |
VolumeInfo(VolumeInfo 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 |
---|---|
String |
getVolumeConfig()
Get 数据卷配置
|
String |
getVolumeName()
Get 数据卷名称
|
String |
getVolumeType()
Get 数据卷类型
|
void |
setVolumeConfig(String VolumeConfig)
Set 数据卷配置
|
void |
setVolumeName(String VolumeName)
Set 数据卷名称
|
void |
setVolumeType(String VolumeType)
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 VolumeInfo()
public VolumeInfo(VolumeInfo source)
public String getVolumeType()
public void setVolumeType(String VolumeType)
VolumeType
- 数据卷类型public String getVolumeName()
public void setVolumeName(String VolumeName)
VolumeName
- 数据卷名称public String getVolumeConfig()
public void setVolumeConfig(String VolumeConfig)
VolumeConfig
- 数据卷配置Copyright © 2022. All rights reserved.