public class AutoMountConfiguration extends AbstractModel
header, skipSign| 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 文件系统类型,支持的有 ext4、xfs。 | 
| String[] | getInstanceId()Get 要挂载到的实例ID。 | 
| String[] | getMountPoint()Get 子机内的挂载点。 | 
| void | setFileSystemType(String FileSystemType)Set 文件系统类型,支持的有 ext4、xfs。 | 
| void | setInstanceId(String[] InstanceId)Set 要挂载到的实例ID。 | 
| void | setMountPoint(String[] MountPoint)Set 子机内的挂载点。 | 
| 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 AutoMountConfiguration()
public AutoMountConfiguration(AutoMountConfiguration source)
public String[] getInstanceId()
public void setInstanceId(String[] InstanceId)
InstanceId - 要挂载到的实例ID。public String[] getMountPoint()
public void setMountPoint(String[] MountPoint)
MountPoint - 子机内的挂载点。public String getFileSystemType()
public void setFileSystemType(String FileSystemType)
FileSystemType - 文件系统类型,支持的有 ext4、xfs。Copyright © 2025. All rights reserved.