public class StorageMountConf extends AbstractModel
Constructor and Description |
---|
StorageMountConf() |
StorageMountConf(StorageMountConf 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 |
getMountPath()
Get 数据卷绑定路径
|
String |
getVolumeName()
Get 数据卷名
|
void |
setMountPath(String MountPath)
Set 数据卷绑定路径
|
void |
setVolumeName(String VolumeName)
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 StorageMountConf()
public StorageMountConf(StorageMountConf source)
public String getVolumeName()
public void setVolumeName(String VolumeName)
VolumeName
- 数据卷名public String getMountPath()
public void setMountPath(String MountPath)
MountPath
- 数据卷绑定路径Copyright © 2021. All rights reserved.