public class FileSystemClient extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FileSystemClient() | 
| FileSystemClient(FileSystemClient 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 | getCfsVip()Get 文件系统IP地址 | 
| String | getClientIp()Get 客户端IP地址 | 
| String | getMountDirectory()Get 该文件系统被挂载到客户端上的路径信息 | 
| String | getVpcId()Get 文件系统所属VPCID | 
| String | getZone()Get 可用区名称,例如ap-beijing-1,参考[简介](https://cloud.tencent.com/document/api/582/38144)文档中的地域与可用区列表 | 
| String | getZoneName()Get 可用区中文名称 | 
| void | setCfsVip(String CfsVip)Set 文件系统IP地址 | 
| void | setClientIp(String ClientIp)Set 客户端IP地址 | 
| void | setMountDirectory(String MountDirectory)Set 该文件系统被挂载到客户端上的路径信息 | 
| void | setVpcId(String VpcId)Set 文件系统所属VPCID | 
| void | setZone(String Zone)Set 可用区名称,例如ap-beijing-1,参考[简介](https://cloud.tencent.com/document/api/582/38144)文档中的地域与可用区列表 | 
| void | setZoneName(String ZoneName)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 FileSystemClient()
public FileSystemClient(FileSystemClient source)
public String getCfsVip()
public void setCfsVip(String CfsVip)
CfsVip - 文件系统IP地址public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp - 客户端IP地址public String getVpcId()
public void setVpcId(String VpcId)
VpcId - 文件系统所属VPCIDpublic String getZone()
public void setZone(String Zone)
Zone - 可用区名称,例如ap-beijing-1,参考[简介](https://cloud.tencent.com/document/api/582/38144)文档中的地域与可用区列表public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - 可用区中文名称public String getMountDirectory()
public void setMountDirectory(String MountDirectory)
MountDirectory - 该文件系统被挂载到客户端上的路径信息Copyright © 2025. All rights reserved.