public class FileSystemClient extends AbstractModel
Constructor and Description |
---|
FileSystemClient() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.