public class CfsInsInfo extends AbstractModel
Constructor and Description |
---|
CfsInsInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCfsId()
Get CFS instance ID
|
String |
getIpAddress()
Get File system IP
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getLocalMountDir()
Get Local mount target
|
String |
getMountInsId()
Get File system mount target ID
|
String |
getMountSubnetId()
Get VPC subnet ID of file system
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getMountVpcId()
Get VPC ID of file system
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getRemoteMountDir()
Get Remote mount target
|
String |
getUserGroupId()
Get User group ID
|
String |
getUserId()
Get User ID
|
void |
setCfsId(String CfsId)
Set CFS instance ID
|
void |
setIpAddress(String IpAddress)
Set File system IP
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setLocalMountDir(String LocalMountDir)
Set Local mount target
|
void |
setMountInsId(String MountInsId)
Set File system mount target ID
|
void |
setMountSubnetId(String MountSubnetId)
Set VPC subnet ID of file system
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMountVpcId(String MountVpcId)
Set VPC ID of file system
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRemoteMountDir(String RemoteMountDir)
Set Remote mount target
|
void |
setUserGroupId(String UserGroupId)
Set User group ID
|
void |
setUserId(String UserId)
Set User ID
|
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 getUserId()
public void setUserId(String UserId)
UserId
- User IDpublic String getUserGroupId()
public void setUserGroupId(String UserGroupId)
UserGroupId
- User group IDpublic String getCfsId()
public void setCfsId(String CfsId)
CfsId
- CFS instance IDpublic String getMountInsId()
public void setMountInsId(String MountInsId)
MountInsId
- File system mount target IDpublic String getLocalMountDir()
public void setLocalMountDir(String LocalMountDir)
LocalMountDir
- Local mount targetpublic String getRemoteMountDir()
public void setRemoteMountDir(String RemoteMountDir)
RemoteMountDir
- Remote mount targetpublic String getIpAddress()
public void setIpAddress(String IpAddress)
IpAddress
- File system IP
Note: this field may return null, indicating that no valid values can be obtained.public String getMountVpcId()
public void setMountVpcId(String MountVpcId)
MountVpcId
- VPC ID of file system
Note: this field may return null, indicating that no valid values can be obtained.public String getMountSubnetId()
public void setMountSubnetId(String MountSubnetId)
MountSubnetId
- VPC subnet ID of file system
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.