public class StorageBlock extends AbstractModel
Constructor and Description |
---|
StorageBlock() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxSize()
获取HDD本地存储的最大容量
注意:此字段可能返回 null,表示取不到有效值。
|
Integer |
getMinSize()
获取HDD本地存储的最小容量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
获取HDD本地存储类型,值为:LOCAL_PRO.
|
void |
setMaxSize(Integer MaxSize)
设置HDD本地存储的最大容量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMinSize(Integer MinSize)
设置HDD本地存储的最小容量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
设置HDD本地存储类型,值为:LOCAL_PRO.
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getType()
public void setType(String Type)
Type
- HDD本地存储类型,值为:LOCAL_PRO.
注意:此字段可能返回 null,表示取不到有效值。public Integer getMinSize()
public void setMinSize(Integer MinSize)
MinSize
- HDD本地存储的最小容量
注意:此字段可能返回 null,表示取不到有效值。public Integer getMaxSize()
public void setMaxSize(Integer MaxSize)
MaxSize
- HDD本地存储的最大容量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2019. All rights reserved.