public class MountDataDisk extends AbstractModel
Constructor and Description |
---|
MountDataDisk() |
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, toJsonString
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 © 2020. All rights reserved.