public class StorageConf extends AbstractModel
| Constructor and Description | 
|---|
| StorageConf() | 
| StorageConf(StorageConf 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 | getStorageVolIp()Get Storage volume IP
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getStorageVolName()Get Storage volume name | 
| String | getStorageVolPath()Get Storage volume path | 
| void | setStorageVolIp(String StorageVolIp)Set Storage volume IP
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setStorageVolName(String StorageVolName)Set Storage volume name | 
| void | setStorageVolPath(String StorageVolPath)Set Storage volume path | 
| 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 StorageConf()
public StorageConf(StorageConf source)
public String getStorageVolName()
public void setStorageVolName(String StorageVolName)
StorageVolName - Storage volume namepublic String getStorageVolPath()
public void setStorageVolPath(String StorageVolPath)
StorageVolPath - Storage volume pathpublic String getStorageVolIp()
public void setStorageVolIp(String StorageVolIp)
StorageVolIp - Storage volume IP
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.