public class StorageBlock extends AbstractModel
header, skipSign
Constructor and Description |
---|
StorageBlock() |
StorageBlock(StorageBlock 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 |
getMaxSize()
Get Specifies the maximum capacity of HDD local storage.
|
Long |
getMinSize()
Get Specifies the minimum HDD local storage capacity.
|
String |
getType()
Get HDD LOCAL storage type specifies the value: LOCAL_PRO.
|
void |
setMaxSize(Long MaxSize)
Set Specifies the maximum capacity of HDD local storage.
|
void |
setMinSize(Long MinSize)
Set Specifies the minimum HDD local storage capacity.
|
void |
setType(String Type)
Set HDD LOCAL storage type specifies the value: LOCAL_PRO.
|
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 StorageBlock()
public StorageBlock(StorageBlock source)
public String getType()
public void setType(String Type)
Type
- HDD LOCAL storage type specifies the value: LOCAL_PRO.public Long getMinSize()
public void setMinSize(Long MinSize)
MinSize
- Specifies the minimum HDD local storage capacity. measurement unit: GiB.public Long getMaxSize()
public void setMaxSize(Long MaxSize)
MaxSize
- Specifies the maximum capacity of HDD local storage. measurement unit: GiB.Copyright © 2025. All rights reserved.