Class GooseFSxAttribute
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.goosefs.v20220519.models.GooseFSxAttribute
-
public class GooseFSxAttribute extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GooseFSxAttribute()GooseFSxAttribute(GooseFSxAttribute 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCapacity()Get 容量单位是GB, 比如4608(4.5TB)ClientClusterManagerNodeInfo[]getClientManagerNodeList()Get 客户侧管理节点信息MappedBucket[]getMappedBucketList()Get 要关联映射的bucket列表StringgetModel()Get GooseFSx的型号voidsetCapacity(Long Capacity)Set 容量单位是GB, 比如4608(4.5TB)voidsetClientManagerNodeList(ClientClusterManagerNodeInfo[] ClientManagerNodeList)Set 客户侧管理节点信息voidsetMappedBucketList(MappedBucket[] MappedBucketList)Set 要关联映射的bucket列表voidsetModel(String Model)Set GooseFSx的型号voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GooseFSxAttribute
public GooseFSxAttribute()
-
GooseFSxAttribute
public GooseFSxAttribute(GooseFSxAttribute 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.
-
-
Method Detail
-
getModel
public String getModel()
Get GooseFSx的型号- Returns:
- Model GooseFSx的型号
-
setModel
public void setModel(String Model)
Set GooseFSx的型号- Parameters:
Model- GooseFSx的型号
-
getCapacity
public Long getCapacity()
Get 容量单位是GB, 比如4608(4.5TB)- Returns:
- Capacity 容量单位是GB, 比如4608(4.5TB)
-
setCapacity
public void setCapacity(Long Capacity)
Set 容量单位是GB, 比如4608(4.5TB)- Parameters:
Capacity- 容量单位是GB, 比如4608(4.5TB)
-
getMappedBucketList
public MappedBucket[] getMappedBucketList()
Get 要关联映射的bucket列表- Returns:
- MappedBucketList 要关联映射的bucket列表
-
setMappedBucketList
public void setMappedBucketList(MappedBucket[] MappedBucketList)
Set 要关联映射的bucket列表- Parameters:
MappedBucketList- 要关联映射的bucket列表
-
getClientManagerNodeList
public ClientClusterManagerNodeInfo[] getClientManagerNodeList()
Get 客户侧管理节点信息- Returns:
- ClientManagerNodeList 客户侧管理节点信息
-
setClientManagerNodeList
public void setClientManagerNodeList(ClientClusterManagerNodeInfo[] ClientManagerNodeList)
Set 客户侧管理节点信息- Parameters:
ClientManagerNodeList- 客户侧管理节点信息
-
-