public class ResourceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ResourceInfo()  | 
ResourceInfo(ResourceInfo 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 | 
getCount()
Get Resource count. 
 | 
CBSSpecInfo | 
getDiskSpec()
Get Disk information. 
 | 
String | 
getSpecName()
Get Resource name. 
 | 
String | 
getType()
Get Node type. 
 | 
void | 
setCount(Long Count)
Set Resource count. 
 | 
void | 
setDiskSpec(CBSSpecInfo DiskSpec)
Set Disk information. 
 | 
void | 
setSpecName(String SpecName)
Set Resource name. 
 | 
void | 
setType(String Type)
Set Node type. 
 | 
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 ResourceInfo()
public ResourceInfo(ResourceInfo source)
public String getSpecName()
public void setSpecName(String SpecName)
SpecName - Resource name.
Note: This field may return null, indicating that no valid values can be obtained.public Long getCount()
public void setCount(Long Count)
Count - Resource count.
Note: This field may return null, indicating that no valid values can be obtained.public CBSSpecInfo getDiskSpec()
public void setDiskSpec(CBSSpecInfo DiskSpec)
DiskSpec - Disk information.
Note: This field may return null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type - Node type. Valid values: cn and dn.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.