public class ClusterInfo extends AbstractModel
Constructor and Description |
---|
ClusterInfo() |
ClusterInfo(ClusterInfo 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 |
getAvailableBandWidth()
Get The cluster’s available bandwidth in MB/s
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
Long |
getAvailableDiskSize()
Get The cluster’s available disk capacity in GB
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
Long |
getClusterId()
Get Cluster ID
|
String |
getClusterName()
Get Cluster name
|
Long |
getMaxBandWidth()
Get The cluster’s maximum bandwidth in MB/s
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
Long |
getMaxDiskSize()
Get The cluster’s maximum disk capacity in GB
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
Long |
getZoneId()
Get The AZ where the cluster resides
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
Long[] |
getZoneIds()
Get The AZ where the cluster nodes reside.
|
void |
setAvailableBandWidth(Long AvailableBandWidth)
Set The cluster’s available bandwidth in MB/s
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
void |
setAvailableDiskSize(Long AvailableDiskSize)
Set The cluster’s available disk capacity in GB
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
void |
setClusterId(Long ClusterId)
Set Cluster ID
|
void |
setClusterName(String ClusterName)
Set Cluster name
|
void |
setMaxBandWidth(Long MaxBandWidth)
Set The cluster’s maximum bandwidth in MB/s
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
void |
setMaxDiskSize(Long MaxDiskSize)
Set The cluster’s maximum disk capacity in GB
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
void |
setZoneId(Long ZoneId)
Set The AZ where the cluster resides
Note: `null` may be returned for this field, indicating that no valid values can be obtained.
|
void |
setZoneIds(Long[] ZoneIds)
Set The AZ where the cluster nodes reside.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ClusterInfo()
public ClusterInfo(ClusterInfo source)
public Long getClusterId()
public void setClusterId(Long ClusterId)
ClusterId
- Cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster namepublic Long getMaxDiskSize()
public void setMaxDiskSize(Long MaxDiskSize)
MaxDiskSize
- The cluster’s maximum disk capacity in GB
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getMaxBandWidth()
public void setMaxBandWidth(Long MaxBandWidth)
MaxBandWidth
- The cluster’s maximum bandwidth in MB/s
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getAvailableDiskSize()
public void setAvailableDiskSize(Long AvailableDiskSize)
AvailableDiskSize
- The cluster’s available disk capacity in GB
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getAvailableBandWidth()
public void setAvailableBandWidth(Long AvailableBandWidth)
AvailableBandWidth
- The cluster’s available bandwidth in MB/s
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- The AZ where the cluster resides
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long[] getZoneIds()
public void setZoneIds(Long[] ZoneIds)
ZoneIds
- The AZ where the cluster nodes reside. If the cluster is a multi-AZ cluster, this field means multiple AZs where the cluster nodes reside.
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.