public class MountDataDisk extends AbstractModel
Constructor and Description |
---|
MountDataDisk() |
Modifier and Type | Method and Description |
---|---|
String |
getFileSystemType()
Get 文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
|
String |
getLocalPath()
Get 挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
|
void |
setFileSystemType(String FileSystemType)
Set 文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
|
void |
setLocalPath(String LocalPath)
Set 挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
|
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
- 挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"public String getFileSystemType()
public void setFileSystemType(String FileSystemType)
FileSystemType
- 文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"Copyright © 2020. All rights reserved.