public class CFSOption extends AbstractModel
Constructor and Description |
---|
CFSOption() |
CFSOption(CFSOption 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 |
getLocalPath()
Get 文件系统本地挂载路径
|
String |
getProtocol()
Get 文件系统协议类型,默认值NFS 3.0。
NFS 3.0。
NFS 4.0。
TURBO。
|
String |
getRemotePath()
Get 文件系统远程挂载ip及路径
|
String |
getStorageType()
Get 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。
|
void |
setLocalPath(String LocalPath)
Set 文件系统本地挂载路径
|
void |
setProtocol(String Protocol)
Set 文件系统协议类型,默认值NFS 3.0。
NFS 3.0。
NFS 4.0。
TURBO。
|
void |
setRemotePath(String RemotePath)
Set 文件系统远程挂载ip及路径
|
void |
setStorageType(String StorageType)
Set 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。
|
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, toJsonString
public CFSOption()
public CFSOption(CFSOption source)
public String getLocalPath()
public void setLocalPath(String LocalPath)
LocalPath
- 文件系统本地挂载路径public String getRemotePath()
public void setRemotePath(String RemotePath)
RemotePath
- 文件系统远程挂载ip及路径public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 文件系统协议类型,默认值NFS 3.0。
public String getStorageType()
public void setStorageType(String StorageType)
StorageType
- 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。Copyright © 2022. All rights reserved.