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 address of the file system 
 | 
String | 
getClientIp()
Get Client IP 
 | 
String | 
getMountDirectory()
Get Path in which the file system is mounted to the client 
 | 
String | 
getVpcId()
Get File system VPCID 
 | 
String | 
getZone()
Get Name of the availability zone, e.g. 
 | 
String | 
getZoneName()
Get AZ name 
 | 
void | 
setCfsVip(String CfsVip)
Set IP address of the file system 
 | 
void | 
setClientIp(String ClientIp)
Set Client IP 
 | 
void | 
setMountDirectory(String MountDirectory)
Set Path in which the file system is mounted to the client 
 | 
void | 
setVpcId(String VpcId)
Set File system VPCID 
 | 
void | 
setZone(String Zone)
Set Name of the availability zone, e.g. 
 | 
void | 
setZoneName(String ZoneName)
Set AZ name 
 | 
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 address of the file systempublic String getClientIp()
public void setClientIp(String ClientIp)
ClientIp - Client IPpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - File system VPCIDpublic String getZone()
public void setZone(String Zone)
Zone - Name of the availability zone, e.g. ap-beijing-1. For more information, see regions and availability zones in the Overview documentpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - AZ namepublic String getMountDirectory()
public void setMountDirectory(String MountDirectory)
MountDirectory - Path in which the file system is mounted to the clientCopyright © 2025. All rights reserved.