public class LocalDiskInfo extends AbstractModel
Constructor and Description |
---|
LocalDiskInfo() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.