public class CFSOptionOverview extends AbstractModel
header, skipSign
Constructor and Description |
---|
CFSOptionOverview() |
CFSOptionOverview(CFSOptionOverview 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 |
getMountOption()
Get 文件系统挂载命令参数选项。
|
String |
getProtocol()
Get 文件系统协议类型。
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 |
setMountOption(String MountOption)
Set 文件系统挂载命令参数选项。
|
void |
setProtocol(String Protocol)
Set 文件系统协议类型。
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CFSOptionOverview()
public CFSOptionOverview(CFSOptionOverview 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
- 文件系统协议类型。
public String getStorageType()
public void setStorageType(String StorageType)
StorageType
- 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。public String getMountOption()
public void setMountOption(String MountOption)
MountOption
- 文件系统挂载命令参数选项。Copyright © 2024. All rights reserved.