public class GooseFSxAttribute extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCapacity()Get 容量单位是GB, 例如4608(4.5TB) | 
| ClientClusterManagerNodeInfo[] | getClientManagerNodeList()Get 客户侧管理节点信息 | 
| MappedBucket[] | getMappedBucketList()Get 要关联映射的bucket列表 | 
| String | getModel()Get GooseFSx的型号 | 
| void | setCapacity(Long Capacity)Set 容量单位是GB, 例如4608(4.5TB) | 
| void | setClientManagerNodeList(ClientClusterManagerNodeInfo[] ClientManagerNodeList)Set 客户侧管理节点信息 | 
| 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GooseFSxAttribute()
public GooseFSxAttribute(GooseFSxAttribute 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列表public ClientClusterManagerNodeInfo[] getClientManagerNodeList()
public void setClientManagerNodeList(ClientClusterManagerNodeInfo[] ClientManagerNodeList)
ClientManagerNodeList - 客户侧管理节点信息Copyright © 2025. All rights reserved.