public class VolumeConf extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VolumeConf() | 
| VolumeConf(VolumeConf 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 | getBucketName()Get 对象存储桶名称 | 
| String | getDstPath()Get 存储挂载目的目录 | 
| String | getEndpoint()Get 存储连接地址 | 
| String | getKeyID()Get 存储连接用户密码 | 
| String | getSrcPath()Get 存储挂载源目录 | 
| String | getType()Get 存储类型 | 
| void | setBucketName(String BucketName)Set 对象存储桶名称 | 
| void | setDstPath(String DstPath)Set 存储挂载目的目录 | 
| void | setEndpoint(String Endpoint)Set 存储连接地址 | 
| void | setKeyID(String KeyID)Set 存储连接用户密码 | 
| void | setSrcPath(String SrcPath)Set 存储挂载源目录 | 
| void | setType(String Type)Set 存储类型 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VolumeConf()
public VolumeConf(VolumeConf source)
public String getType()
public void setType(String Type)
Type - 存储类型public String getBucketName()
public void setBucketName(String BucketName)
BucketName - 对象存储桶名称public String getEndpoint()
public void setEndpoint(String Endpoint)
Endpoint - 存储连接地址public String getKeyID()
public void setKeyID(String KeyID)
KeyID - 存储连接用户密码public String getDstPath()
public void setDstPath(String DstPath)
DstPath - 存储挂载目的目录public String getSrcPath()
public void setSrcPath(String SrcPath)
SrcPath - 存储挂载源目录Copyright © 2025. All rights reserved.