Class StorageConf
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.StorageConf
-
public class StorageConf extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStorageVolIp()Get 存储卷IP 注意:此字段可能返回 null,表示取不到有效值。StringgetStorageVolName()Get 存储卷名称StringgetStorageVolPath()Get 存储卷路径voidsetStorageVolIp(String StorageVolIp)Set 存储卷IP 注意:此字段可能返回 null,表示取不到有效值。voidsetStorageVolName(String StorageVolName)Set 存储卷名称voidsetStorageVolPath(String StorageVolPath)Set 存储卷路径voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StorageConf
public StorageConf()
-
StorageConf
public 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.
-
-
Method Detail
-
getStorageVolName
public String getStorageVolName()
Get 存储卷名称- Returns:
- StorageVolName 存储卷名称
-
setStorageVolName
public void setStorageVolName(String StorageVolName)
Set 存储卷名称- Parameters:
StorageVolName- 存储卷名称
-
getStorageVolPath
public String getStorageVolPath()
Get 存储卷路径- Returns:
- StorageVolPath 存储卷路径
-
setStorageVolPath
public void setStorageVolPath(String StorageVolPath)
Set 存储卷路径- Parameters:
StorageVolPath- 存储卷路径
-
getStorageVolIp
public String getStorageVolIp()
Get 存储卷IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StorageVolIp 存储卷IP 注意:此字段可能返回 null,表示取不到有效值。
-
setStorageVolIp
public void setStorageVolIp(String StorageVolIp)
Set 存储卷IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StorageVolIp- 存储卷IP 注意:此字段可能返回 null,表示取不到有效值。
-
-