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