public class CfsInsInfo extends AbstractModel
Constructor and Description |
---|
CfsInsInfo() |
CfsInsInfo(CfsInsInfo 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 |
getCfsId()
Get 文件系统实例id
|
String |
getIpAddress()
Get 文件系统ip,配置 cfs 时无需填写。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLocalMountDir()
Get 本地挂载点
|
String |
getMountInsId()
Get 文件系统挂载点id
|
String |
getMountSubnetId()
Get 文件系统所在私有网络的子网id,配置 cfs 时无需填写。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMountVpcId()
Get 文件系统所在的私有网络id,配置 cfs 时无需填写。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemoteMountDir()
Get 远程挂载点
|
String |
getUserGroupId()
Get 用户组id
|
String |
getUserId()
Get 用户id
|
void |
setCfsId(String CfsId)
Set 文件系统实例id
|
void |
setIpAddress(String IpAddress)
Set 文件系统ip,配置 cfs 时无需填写。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocalMountDir(String LocalMountDir)
Set 本地挂载点
|
void |
setMountInsId(String MountInsId)
Set 文件系统挂载点id
|
void |
setMountSubnetId(String MountSubnetId)
Set 文件系统所在私有网络的子网id,配置 cfs 时无需填写。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMountVpcId(String MountVpcId)
Set 文件系统所在的私有网络id,配置 cfs 时无需填写。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemoteMountDir(String RemoteMountDir)
Set 远程挂载点
|
void |
setUserGroupId(String UserGroupId)
Set 用户组id
|
void |
setUserId(String UserId)
Set 用户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 CfsInsInfo()
public CfsInsInfo(CfsInsInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 用户idpublic String getUserGroupId()
public void setUserGroupId(String UserGroupId)
UserGroupId
- 用户组idpublic String getCfsId()
public void setCfsId(String CfsId)
CfsId
- 文件系统实例idpublic String getMountInsId()
public void setMountInsId(String MountInsId)
MountInsId
- 文件系统挂载点idpublic String getLocalMountDir()
public void setLocalMountDir(String LocalMountDir)
LocalMountDir
- 本地挂载点public String getRemoteMountDir()
public void setRemoteMountDir(String RemoteMountDir)
RemoteMountDir
- 远程挂载点public String getIpAddress()
public void setIpAddress(String IpAddress)
IpAddress
- 文件系统ip,配置 cfs 时无需填写。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。public String getMountVpcId()
public void setMountVpcId(String MountVpcId)
MountVpcId
- 文件系统所在的私有网络id,配置 cfs 时无需填写。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。public String getMountSubnetId()
public void setMountSubnetId(String MountSubnetId)
MountSubnetId
- 文件系统所在私有网络的子网id,配置 cfs 时无需填写。
注意:此字段可能返回 null,表示取不到有效值。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.