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 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 © 2023. All rights reserved.