public class ResourcePoolInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourcePoolInfo() |
ResourcePoolInfo(ResourcePoolInfo 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 |
---|---|
String |
getClusterId()
Get 集群id
|
String[] |
getResourcePools()
Get 资源池id
|
Long |
getStorageFileNum()
Get 存储文件数大小
|
Long |
getStorageSize()
Get 存储空间大小,单位 MB
|
String |
getStorageType()
Get 存储类型,0 代表HDFS,1 代表OZONE
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setResourcePools(String[] ResourcePools)
Set 资源池id
|
void |
setStorageFileNum(Long StorageFileNum)
Set 存储文件数大小
|
void |
setStorageSize(Long StorageSize)
Set 存储空间大小,单位 MB
|
void |
setStorageType(String StorageType)
Set 存储类型,0 代表HDFS,1 代表OZONE
|
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, toJsonString
public ResourcePoolInfo()
public ResourcePoolInfo(ResourcePoolInfo source)
public String[] getResourcePools()
public void setResourcePools(String[] ResourcePools)
ResourcePools
- 资源池idpublic Long getStorageSize()
public void setStorageSize(Long StorageSize)
StorageSize
- 存储空间大小,单位 MBpublic Long getStorageFileNum()
public void setStorageFileNum(Long StorageFileNum)
StorageFileNum
- 存储文件数大小public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String getStorageType()
public void setStorageType(String StorageType)
StorageType
- 存储类型,0 代表HDFS,1 代表OZONECopyright © 2025. All rights reserved.