public class ClusterCheckTaskItem extends AbstractModel
Constructor and Description |
---|
ClusterCheckTaskItem() |
ClusterCheckTaskItem(ClusterCheckTaskItem 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 指定要扫描的集群ID
|
String |
getClusterRegion()
Get 集群所属地域
|
String |
getNodeIp()
Get 指定要扫描的节点IP
|
String |
getWorkloadName()
Get 按照要扫描的workload名字
|
void |
setClusterId(String ClusterId)
Set 指定要扫描的集群ID
|
void |
setClusterRegion(String ClusterRegion)
Set 集群所属地域
|
void |
setNodeIp(String NodeIp)
Set 指定要扫描的节点IP
|
void |
setWorkloadName(String WorkloadName)
Set 按照要扫描的workload名字
|
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 ClusterCheckTaskItem()
public ClusterCheckTaskItem(ClusterCheckTaskItem source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 指定要扫描的集群IDpublic String getClusterRegion()
public void setClusterRegion(String ClusterRegion)
ClusterRegion
- 集群所属地域public String getNodeIp()
public void setNodeIp(String NodeIp)
NodeIp
- 指定要扫描的节点IPpublic String getWorkloadName()
public void setWorkloadName(String WorkloadName)
WorkloadName
- 按照要扫描的workload名字Copyright © 2022. All rights reserved.