public class CFSOption extends AbstractModel
header, skipSign| 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 | getFileSystemId()Get 文件系统ID    文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。 | 
| String | getLocalPath()Get 文件系统本地挂载路径。 | 
| String | getMountOption()Get 文件系统挂载挂载命令参数选项。
- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport
- NFS 4.0默认值:vers=4.0,noresvport
- TURBO默认值:user_xattr | 
| 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 | setFileSystemId(String FileSystemId)Set 文件系统ID    文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。 | 
| void | setLocalPath(String LocalPath)Set 文件系统本地挂载路径。 | 
| void | setMountOption(String MountOption)Set 文件系统挂载挂载命令参数选项。
- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport
- NFS 4.0默认值:vers=4.0,noresvport
- TURBO默认值:user_xattr | 
| 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, toJsonStringpublic 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 - 文件系统协议类型。
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 - 文件系统挂载挂载命令参数选项。
- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport
- NFS 4.0默认值:vers=4.0,noresvport
- TURBO默认值:user_xattrpublic String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统ID    文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。Copyright © 2025. All rights reserved.