public class CreateMountPointRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateMountPointRequest() | 
| CreateMountPointRequest(CreateMountPointRequest 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 | getAccessGroupId()Get 权限组ID | 
| String | getFileSystemId()Get 文件系统ID | 
| String | getMountPointName()Get 挂载点名称 | 
| Long | getMountPointStatus()Get 挂载点状态(1:打开;2:关闭) | 
| String | getVpcId()Get VPC网络ID | 
| Long | getVpcType()Get VPC网络类型(1:CVM;2:黑石1.0;3:黑石2.0) | 
| void | setAccessGroupId(String AccessGroupId)Set 权限组ID | 
| void | setFileSystemId(String FileSystemId)Set 文件系统ID | 
| void | setMountPointName(String MountPointName)Set 挂载点名称 | 
| void | setMountPointStatus(Long MountPointStatus)Set 挂载点状态(1:打开;2:关闭) | 
| void | setVpcId(String VpcId)Set VPC网络ID | 
| void | setVpcType(Long VpcType)Set VPC网络类型(1:CVM;2:黑石1.0;3:黑石2.0) | 
| 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 CreateMountPointRequest()
public CreateMountPointRequest(CreateMountPointRequest source)
public String getMountPointName()
public void setMountPointName(String MountPointName)
MountPointName - 挂载点名称public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统IDpublic String getAccessGroupId()
public void setAccessGroupId(String AccessGroupId)
AccessGroupId - 权限组IDpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC网络IDpublic Long getMountPointStatus()
public void setMountPointStatus(Long MountPointStatus)
MountPointStatus - 挂载点状态(1:打开;2:关闭)public Long getVpcType()
public void setVpcType(Long VpcType)
VpcType - VPC网络类型(1:CVM;2:黑石1.0;3:黑石2.0)Copyright © 2025. All rights reserved.