public class AffectedNodeItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AffectedNodeItem() | 
| AffectedNodeItem(AffectedNodeItem 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 Cluster ID | 
| String | getClusterName()Get Cluster name | 
| String | getClusterVersion()Get K8s version | 
| String | getContainerRuntime()Get Runtime component. | 
| String | getInstanceId()Get Instance ID | 
| String | getInstanceRole()Get Node role, such as `Master` and `Work`. | 
| String | getNodeName()Get Node name | 
| String | getPrivateIpAddresses()Get Private IP | 
| String | getRegion()Get Region | 
| String | getVerifyInfo()Get Verification information of the check result | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setClusterName(String ClusterName)Set Cluster name | 
| void | setClusterVersion(String ClusterVersion)Set K8s version | 
| void | setContainerRuntime(String ContainerRuntime)Set Runtime component. | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setInstanceRole(String InstanceRole)Set Node role, such as `Master` and `Work`. | 
| void | setNodeName(String NodeName)Set Node name | 
| void | setPrivateIpAddresses(String PrivateIpAddresses)Set Private IP | 
| void | setRegion(String Region)Set Region | 
| void | setVerifyInfo(String VerifyInfo)Set Verification information of the check result | 
| 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, toJsonStringpublic AffectedNodeItem()
public AffectedNodeItem(AffectedNodeItem source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster namepublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getPrivateIpAddresses()
public void setPrivateIpAddresses(String PrivateIpAddresses)
PrivateIpAddresses - Private IPpublic String getInstanceRole()
public void setInstanceRole(String InstanceRole)
InstanceRole - Node role, such as `Master` and `Work`.public String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion - K8s versionpublic String getContainerRuntime()
public void setContainerRuntime(String ContainerRuntime)
ContainerRuntime - Runtime component. Valid values: `docker`, `containerd`.public String getRegion()
public void setRegion(String Region)
Region - Regionpublic String getVerifyInfo()
public void setVerifyInfo(String VerifyInfo)
VerifyInfo - Verification information of the check resultpublic String getNodeName()
public void setNodeName(String NodeName)
NodeName - Node nameCopyright © 2025. All rights reserved.