public class DescribeDedicatedClusterOverviewResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDedicatedClusterOverviewResponse() |
DescribeDedicatedClusterOverviewResponse(DescribeDedicatedClusterOverviewResponse 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 |
getCvmCount()
Get Number of CVMs
|
Long |
getHostCount()
Get Number of hosts
|
HostDetailInfo[] |
getHostDetailInfo()
Get
|
Long |
getHostNormalCount()
Get
|
Long |
getHostStandbyCount()
Get
|
LocalNetInfo |
getLocalNetInfo()
Get Local gateway information
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
VpngwBandwidthData[] |
getVpnConnectionBandwidthData()
Get VPN gateway channel monitoring data
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
String |
getVpnConnectionState()
Get VPN channel status
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
VpngwBandwidthData |
getVpngwBandwidthData()
Get VPN gateway monitoring data
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setCvmCount(Long CvmCount)
Set Number of CVMs
|
void |
setHostCount(Long HostCount)
Set Number of hosts
|
void |
setHostDetailInfo(HostDetailInfo[] HostDetailInfo)
Set
|
void |
setHostNormalCount(Long HostNormalCount)
Set
|
void |
setHostStandbyCount(Long HostStandbyCount)
Set
|
void |
setLocalNetInfo(LocalNetInfo LocalNetInfo)
Set Local gateway information
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setVpnConnectionBandwidthData(VpngwBandwidthData[] VpnConnectionBandwidthData)
Set VPN gateway channel monitoring data
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setVpnConnectionState(String VpnConnectionState)
Set VPN channel status
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
setVpngwBandwidthData(VpngwBandwidthData VpngwBandwidthData)
Set VPN gateway monitoring data
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDedicatedClusterOverviewResponse()
public DescribeDedicatedClusterOverviewResponse(DescribeDedicatedClusterOverviewResponse source)
public Long getCvmCount()
public void setCvmCount(Long CvmCount)
CvmCount
- Number of CVMspublic Long getHostCount()
public void setHostCount(Long HostCount)
HostCount
- Number of hostspublic String getVpnConnectionState()
public void setVpnConnectionState(String VpnConnectionState)
VpnConnectionState
- VPN channel status
Note: The returned value of this field may be null, indicating that no valid value is obtained.public VpngwBandwidthData getVpngwBandwidthData()
public void setVpngwBandwidthData(VpngwBandwidthData VpngwBandwidthData)
VpngwBandwidthData
- VPN gateway monitoring data
Note: The returned value of this field may be null, indicating that no valid value is obtained.public LocalNetInfo getLocalNetInfo()
public void setLocalNetInfo(LocalNetInfo LocalNetInfo)
LocalNetInfo
- Local gateway information
Note: The returned value of this field may be null, indicating that no valid value is obtained.public VpngwBandwidthData[] getVpnConnectionBandwidthData()
public void setVpnConnectionBandwidthData(VpngwBandwidthData[] VpnConnectionBandwidthData)
VpnConnectionBandwidthData
- VPN gateway channel monitoring data
Note: The returned value of this field may be null, indicating that no valid value is obtained.public HostDetailInfo[] getHostDetailInfo()
public void setHostDetailInfo(HostDetailInfo[] HostDetailInfo)
HostDetailInfo
- public Long getHostStandbyCount()
public void setHostStandbyCount(Long HostStandbyCount)
HostStandbyCount
- public Long getHostNormalCount()
public void setHostNormalCount(Long HostNormalCount)
HostNormalCount
- public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.