public class MountDataDisk extends AbstractModel
header, skipSign| 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 文件系统类型,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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MountDataDisk()
public MountDataDisk(MountDataDisk source)
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 © 2025. All rights reserved.