public class LocalDiskInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LocalDiskInfo() |
LocalDiskInfo(LocalDiskInfo 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 |
---|---|
Long |
getLocalDiskCount()
Get Number of local disks
|
Long |
getLocalDiskSize()
Get Size of a single local disk
|
String |
getLocalDiskType()
Get Local disk type LOCAL_SATA: big data NVME_SSD: high IO
|
void |
setLocalDiskCount(Long LocalDiskCount)
Set Number of local disks
|
void |
setLocalDiskSize(Long LocalDiskSize)
Set Size of a single local disk
|
void |
setLocalDiskType(String LocalDiskType)
Set Local disk type LOCAL_SATA: big data NVME_SSD: high IO
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LocalDiskInfo()
public LocalDiskInfo(LocalDiskInfo source)
public String getLocalDiskType()
public void setLocalDiskType(String LocalDiskType)
LocalDiskType
- Local disk type public Long getLocalDiskSize()
public void setLocalDiskSize(Long LocalDiskSize)
LocalDiskSize
- Size of a single local diskpublic Long getLocalDiskCount()
public void setLocalDiskCount(Long LocalDiskCount)
LocalDiskCount
- Number of local disksCopyright © 2024. All rights reserved.