public class AutoMountConfiguration extends AbstractModel
| Constructor and Description | 
|---|
| AutoMountConfiguration() | 
| AutoMountConfiguration(AutoMountConfiguration 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 | getFileSystemType()Get File system type. | 
| String[] | getInstanceId()Get ID of the instance to which the cloud disk is attached. | 
| String[] | getMountPoint()Get Mount point in the instance. | 
| void | setFileSystemType(String FileSystemType)Set File system type. | 
| void | setInstanceId(String[] InstanceId)Set ID of the instance to which the cloud disk is attached. | 
| void | setMountPoint(String[] MountPoint)Set Mount point in the instance. | 
| 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 AutoMountConfiguration()
public AutoMountConfiguration(AutoMountConfiguration source)
public String[] getInstanceId()
public void setInstanceId(String[] InstanceId)
InstanceId - ID of the instance to which the cloud disk is attached.public String[] getMountPoint()
public void setMountPoint(String[] MountPoint)
MountPoint - Mount point in the instance.public String getFileSystemType()
public void setFileSystemType(String FileSystemType)
FileSystemType - File system type. Valid values: `ext4`, `xfs`.Copyright © 2022. All rights reserved.