public class CreateMountPointRequest extends AbstractModel
| 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 | getFileSystemId()Get File system ID | 
| String | getMountPointName()Get Mount point name | 
| Long | getMountPointStatus()Get Mount point status (1: enabled; 2: disabled) | 
| void | setFileSystemId(String FileSystemId)Set File system ID | 
| void | setMountPointName(String MountPointName)Set Mount point name | 
| void | setMountPointStatus(Long MountPointStatus)Set Mount point status (1: enabled; 2: disabled) | 
| 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, toJsonStringpublic CreateMountPointRequest()
public CreateMountPointRequest(CreateMountPointRequest source)
public String getMountPointName()
public void setMountPointName(String MountPointName)
MountPointName - Mount point namepublic String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - File system IDpublic Long getMountPointStatus()
public void setMountPointStatus(Long MountPointStatus)
MountPointStatus - Mount point status (1: enabled; 2: disabled)Copyright © 2022. All rights reserved.