public class DiskGroup extends AbstractModel
Constructor and Description |
---|
DiskGroup() |
DiskGroup(DiskGroup 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 |
getCount()
Get 同类型磁盘数量。
|
DiskSpec |
getSpec()
Get 磁盘规格。
|
void |
setCount(Long Count)
Set 同类型磁盘数量。
|
void |
setSpec(DiskSpec Spec)
Set 磁盘规格。
|
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 DiskGroup()
public DiskGroup(DiskGroup source)
public DiskSpec getSpec()
public void setSpec(DiskSpec Spec)
Spec
- 磁盘规格。public Long getCount()
public void setCount(Long Count)
Count
- 同类型磁盘数量。Copyright © 2021. All rights reserved.