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 Maximum capacity of local HDD storage
Note: This field may return null, indicating that no valid value is found.
|
Long |
getMinSize()
Get Minimum capacity of local HDD storage
Note: This field may return null, indicating that no valid value is found.
|
String |
getType()
Get Local HDD storage type.
|
void |
setMaxSize(Long MaxSize)
Set Maximum capacity of local HDD storage
Note: This field may return null, indicating that no valid value is found.
|
void |
setMinSize(Long MinSize)
Set Minimum capacity of local HDD storage
Note: This field may return null, indicating that no valid value is found.
|
void |
setType(String Type)
Set Local HDD storage type.
|
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
- Local HDD storage type. Value: LOCAL_PRO.
Note: This field may return null, indicating that no valid value is found.public Long getMinSize()
public void setMinSize(Long MinSize)
MinSize
- Minimum capacity of local HDD storage
Note: This field may return null, indicating that no valid value is found.public Long getMaxSize()
public void setMaxSize(Long MaxSize)
MaxSize
- Maximum capacity of local HDD storage
Note: This field may return null, indicating that no valid value is found.Copyright © 2024. All rights reserved.