public class NetworkClusterInfoItem extends AbstractModel
| Constructor and Description | 
|---|
| NetworkClusterInfoItem() | 
| NetworkClusterInfoItem(NetworkClusterInfoItem 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 | getClusterOs()Get Cluster OS | 
| String | getClusterStatus()Get Cluster status | 
| String | getClusterType()Get Cluster type | 
| String | getClusterVersion()Get Cluster version | 
| Long | getEnableRuleCount()Get Number of enabled policies | 
| String | getNetworkPolicyPlugin()Get Cluster network plugin | 
| String | getNetworkPolicyPluginError()Get Error message of the cluster network plugin
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getNetworkPolicyPluginStatus()Get Status of the cluster network plugin. | 
| String | getRegion()Get Cluster region | 
| Long | getTotalRuleCount()Get Total number of policies | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setClusterName(String ClusterName)Set Cluster name | 
| void | setClusterOs(String ClusterOs)Set Cluster OS | 
| void | setClusterStatus(String ClusterStatus)Set Cluster status | 
| void | setClusterType(String ClusterType)Set Cluster type | 
| void | setClusterVersion(String ClusterVersion)Set Cluster version | 
| void | setEnableRuleCount(Long EnableRuleCount)Set Number of enabled policies | 
| void | setNetworkPolicyPlugin(String NetworkPolicyPlugin)Set Cluster network plugin | 
| void | setNetworkPolicyPluginError(String NetworkPolicyPluginError)Set Error message of the cluster network plugin
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNetworkPolicyPluginStatus(String NetworkPolicyPluginStatus)Set Status of the cluster network plugin. | 
| void | setRegion(String Region)Set Cluster region | 
| void | setTotalRuleCount(Long TotalRuleCount)Set Total number of policies | 
| 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, toJsonStringpublic NetworkClusterInfoItem()
public NetworkClusterInfoItem(NetworkClusterInfoItem source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster namepublic String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion - Cluster versionpublic String getClusterOs()
public void setClusterOs(String ClusterOs)
ClusterOs - Cluster OSpublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType - Cluster typepublic String getRegion()
public void setRegion(String Region)
Region - Cluster regionpublic String getNetworkPolicyPlugin()
public void setNetworkPolicyPlugin(String NetworkPolicyPlugin)
NetworkPolicyPlugin - Cluster network pluginpublic String getClusterStatus()
public void setClusterStatus(String ClusterStatus)
ClusterStatus - Cluster statuspublic Long getTotalRuleCount()
public void setTotalRuleCount(Long TotalRuleCount)
TotalRuleCount - Total number of policiespublic Long getEnableRuleCount()
public void setEnableRuleCount(Long EnableRuleCount)
EnableRuleCount - Number of enabled policiespublic String getNetworkPolicyPluginStatus()
public void setNetworkPolicyPluginStatus(String NetworkPolicyPluginStatus)
NetworkPolicyPluginStatus - Status of the cluster network plugin. Valid values: `Running` (normal); `Error` (abnormal).public String getNetworkPolicyPluginError()
public void setNetworkPolicyPluginError(String NetworkPolicyPluginError)
NetworkPolicyPluginError - Error message of the cluster network plugin
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.