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, toJsonString
public MountDataDisk()
public MountDataDisk(MountDataDisk source)
public String getLocalPath()
public void setLocalPath(String LocalPath)
LocalPath
- Mounting point. A valid path (for Linux) for a drive (for Windows, such as "H:\\")public String getFileSystemType()
public void setFileSystemType(String FileSystemType)
FileSystemType
- File system type. Linux: `EXT3` (default) and `EXT4`. Windows: `NTFS`Copyright © 2023. All rights reserved.