public class StorageMountConf extends AbstractModel
| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMountPath()
Get Data volume binding path
|
String |
getVolumeName()
Get Data volume name
|
void |
setMountPath(String MountPath)
Set Data volume binding path
|
void |
setVolumeName(String VolumeName)
Set Data volume name
|
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, toJsonStringpublic StorageMountConf()
public StorageMountConf(StorageMountConf source)
public String getVolumeName()
public void setVolumeName(String VolumeName)
VolumeName - Data volume namepublic String getMountPath()
public void setMountPath(String MountPath)
MountPath - Data volume binding pathCopyright © 2022. All rights reserved.