public class DescribeClusterDetailResponse extends AbstractModel
Constructor and Description |
---|
DescribeClusterDetailResponse() |
DescribeClusterDetailResponse(DescribeClusterDetailResponse 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 |
getApiServerAddress()
Get API server address
|
String |
getCheckStatus()
Get Status of the check task
|
String |
getClusterId()
Get Cluster ID
|
String |
getClusterName()
Get Cluster name
|
Long |
getClusterNodeNum()
Get Number of nodes in the cluster
|
String |
getClusterStatus()
Get Cluster status.
|
String |
getClusterType()
Get Cluster type.
|
String |
getClusterVersion()
Get Cluster version
|
String |
getContainerRuntime()
Get Runtime component
|
String |
getDefenderStatus()
Get Status of the defender
|
Long |
getHighRiskCount()
Get Number of high-risk check items
|
Long |
getHintRiskCount()
Get Number of prompt-risk check items
|
Long |
getIngressCount()
Get Number of Ingresses
|
Long |
getMiddleRiskCount()
Get Number of medium-risk check items
|
Long |
getNamespaceCount()
Get Number of namespaces
|
String |
getNetworkType()
Get Network type.
|
Long |
getNodeCount()
Get Number of nodes
|
Long |
getPodCount()
Get Number of Pods
|
String |
getRegion()
Get Cluster region
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getScanTaskProgress()
Get Progress of the current cluster scan task.
|
Long |
getSeriousRiskCount()
Get Number of critical check items
|
Long |
getServiceCount()
Get Number of Services
|
String |
getTaskCreateTime()
Get Creation time of the scan task
|
Long |
getWorkloadCount()
Get Number of workloads
|
void |
setApiServerAddress(String ApiServerAddress)
Set API server address
|
void |
setCheckStatus(String CheckStatus)
Set Status of the check task
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setClusterName(String ClusterName)
Set Cluster name
|
void |
setClusterNodeNum(Long ClusterNodeNum)
Set Number of nodes in the cluster
|
void |
setClusterStatus(String ClusterStatus)
Set Cluster status.
|
void |
setClusterType(String ClusterType)
Set Cluster type.
|
void |
setClusterVersion(String ClusterVersion)
Set Cluster version
|
void |
setContainerRuntime(String ContainerRuntime)
Set Runtime component
|
void |
setDefenderStatus(String DefenderStatus)
Set Status of the defender
|
void |
setHighRiskCount(Long HighRiskCount)
Set Number of high-risk check items
|
void |
setHintRiskCount(Long HintRiskCount)
Set Number of prompt-risk check items
|
void |
setIngressCount(Long IngressCount)
Set Number of Ingresses
|
void |
setMiddleRiskCount(Long MiddleRiskCount)
Set Number of medium-risk check items
|
void |
setNamespaceCount(Long NamespaceCount)
Set Number of namespaces
|
void |
setNetworkType(String NetworkType)
Set Network type.
|
void |
setNodeCount(Long NodeCount)
Set Number of nodes
|
void |
setPodCount(Long PodCount)
Set Number of Pods
|
void |
setRegion(String Region)
Set Cluster region
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setScanTaskProgress(Long ScanTaskProgress)
Set Progress of the current cluster scan task.
|
void |
setSeriousRiskCount(Long SeriousRiskCount)
Set Number of critical check items
|
void |
setServiceCount(Long ServiceCount)
Set Number of Services
|
void |
setTaskCreateTime(String TaskCreateTime)
Set Creation time of the scan task
|
void |
setWorkloadCount(Long WorkloadCount)
Set Number of workloads
|
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 DescribeClusterDetailResponse()
public DescribeClusterDetailResponse(DescribeClusterDetailResponse source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster namepublic Long getScanTaskProgress()
public void setScanTaskProgress(Long ScanTaskProgress)
ScanTaskProgress
- Progress of the current cluster scan task. `100` indicates that the scan is completed.public String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion
- Cluster versionpublic String getContainerRuntime()
public void setContainerRuntime(String ContainerRuntime)
ContainerRuntime
- Runtime componentpublic Long getClusterNodeNum()
public void setClusterNodeNum(Long ClusterNodeNum)
ClusterNodeNum
- Number of nodes in the clusterpublic String getClusterStatus()
public void setClusterStatus(String ClusterStatus)
ClusterStatus
- Cluster status. Valid values: `Running`, `Creating`, `Abnormal`.public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- Cluster type. Valid values: `MANAGED_CLUSTER` (managed cluster); `INDEPENDENT_CLUSTER` (self-deployed cluster).public String getRegion()
public void setRegion(String Region)
Region
- Cluster regionpublic Long getSeriousRiskCount()
public void setSeriousRiskCount(Long SeriousRiskCount)
SeriousRiskCount
- Number of critical check itemspublic Long getHighRiskCount()
public void setHighRiskCount(Long HighRiskCount)
HighRiskCount
- Number of high-risk check itemspublic Long getMiddleRiskCount()
public void setMiddleRiskCount(Long MiddleRiskCount)
MiddleRiskCount
- Number of medium-risk check itemspublic Long getHintRiskCount()
public void setHintRiskCount(Long HintRiskCount)
HintRiskCount
- Number of prompt-risk check itemspublic String getCheckStatus()
public void setCheckStatus(String CheckStatus)
CheckStatus
- Status of the check taskpublic String getDefenderStatus()
public void setDefenderStatus(String DefenderStatus)
DefenderStatus
- Status of the defenderpublic String getTaskCreateTime()
public void setTaskCreateTime(String TaskCreateTime)
TaskCreateTime
- Creation time of the scan taskpublic String getNetworkType()
public void setNetworkType(String NetworkType)
NetworkType
- Network type. Valid values: `PublicNetwork` (public network); `VPCNetwork` (VPC).public String getApiServerAddress()
public void setApiServerAddress(String ApiServerAddress)
ApiServerAddress
- API server addresspublic Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount
- Number of nodespublic Long getNamespaceCount()
public void setNamespaceCount(Long NamespaceCount)
NamespaceCount
- Number of namespacespublic Long getWorkloadCount()
public void setWorkloadCount(Long WorkloadCount)
WorkloadCount
- Number of workloadspublic Long getPodCount()
public void setPodCount(Long PodCount)
PodCount
- Number of Podspublic Long getServiceCount()
public void setServiceCount(Long ServiceCount)
ServiceCount
- Number of Servicespublic Long getIngressCount()
public void setIngressCount(Long IngressCount)
IngressCount
- Number of Ingressespublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.