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 of the specified cluster to be scanned
|
String |
getClusterRegion()
Get Cluster region
|
String |
getNodeIp()
Get IP of the specified node to be scanned
|
String |
getWorkloadName()
Get Name of the specified workload to be scanned
|
void |
setClusterId(String ClusterId)
Set ID of the specified cluster to be scanned
|
void |
setClusterRegion(String ClusterRegion)
Set Cluster region
|
void |
setNodeIp(String NodeIp)
Set IP of the specified node to be scanned
|
void |
setWorkloadName(String WorkloadName)
Set Name of the specified workload to be scanned
|
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
- ID of the specified cluster to be scannedpublic String getClusterRegion()
public void setClusterRegion(String ClusterRegion)
ClusterRegion
- Cluster regionpublic String getNodeIp()
public void setNodeIp(String NodeIp)
NodeIp
- IP of the specified node to be scannedpublic String getWorkloadName()
public void setWorkloadName(String WorkloadName)
WorkloadName
- Name of the specified workload to be scannedCopyright © 2023. All rights reserved.