public class MountDataDisk extends AbstractModel
| Constructor and Description | 
|---|
| MountDataDisk() | 
| MountDataDisk(MountDataDisk 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 | getLocalPath()Get Mounting point. | 
| void | setFileSystemType(String FileSystemType)Set File system type. | 
| void | setLocalPath(String LocalPath)Set Mounting point. | 
| 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 MountDataDisk()
public MountDataDisk(MountDataDisk source)
public String getLocalPath()
public void setLocalPath(String LocalPath)
LocalPath - Mounting point. For Linux, this parameter should be a valid path. For Windows, this parameter should be a system disk letter such as "H:\\"public String getFileSystemType()
public void setFileSystemType(String FileSystemType)
FileSystemType - File system type. For Linux, "EXT3" and "EXT4" are supported and the default value is "EXT3". For Windows, only "NTFS" is supportedCopyright © 2021. All rights reserved.