public class GooseFSxBuildElement extends AbstractModel
header, skipSign
Constructor and Description |
---|
GooseFSxBuildElement() |
GooseFSxBuildElement(GooseFSxBuildElement 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 |
getCapacity()
Get 容量单位是GB, 例如4608(4.5TB)
|
MappedBucket[] |
getMappedBucketList()
Get 要关联映射的bucket列表
|
String |
getModel()
Get GooseFSx的型号
|
void |
setCapacity(Long Capacity)
Set 容量单位是GB, 例如4608(4.5TB)
|
void |
setMappedBucketList(MappedBucket[] MappedBucketList)
Set 要关联映射的bucket列表
|
void |
setModel(String Model)
Set GooseFSx的型号
|
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 GooseFSxBuildElement()
public GooseFSxBuildElement(GooseFSxBuildElement source)
public String getModel()
public void setModel(String Model)
Model
- GooseFSx的型号public Long getCapacity()
public void setCapacity(Long Capacity)
Capacity
- 容量单位是GB, 例如4608(4.5TB)public MappedBucket[] getMappedBucketList()
public void setMappedBucketList(MappedBucket[] MappedBucketList)
MappedBucketList
- 要关联映射的bucket列表Copyright © 2024. All rights reserved.