public class DeletePrometheusConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeletePrometheusConfigRequest() | 
| DeletePrometheusConfigRequest(DeletePrometheusConfigRequest 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 | getClusterType()Get 集群类型 | 
| String | getInstanceId()Get 实例id | 
| String[] | getPodMonitors()Get 要删除的PodMonitor名字列表 | 
| String[] | getProbes()Get 要删除的Probe名字列表 | 
| String[] | getRawJobs()Get 要删除的RawJobs名字列表 | 
| String[] | getServiceMonitors()Get 要删除的ServiceMonitor名字列表 | 
| void | setClusterId(String ClusterId)Set 集群id | 
| void | setClusterType(String ClusterType)Set 集群类型 | 
| void | setInstanceId(String InstanceId)Set 实例id | 
| void | setPodMonitors(String[] PodMonitors)Set 要删除的PodMonitor名字列表 | 
| void | setProbes(String[] Probes)Set 要删除的Probe名字列表 | 
| void | setRawJobs(String[] RawJobs)Set 要删除的RawJobs名字列表 | 
| void | setServiceMonitors(String[] ServiceMonitors)Set 要删除的ServiceMonitor名字列表 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeletePrometheusConfigRequest()
public DeletePrometheusConfigRequest(DeletePrometheusConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例idpublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType - 集群类型public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群idpublic String[] getServiceMonitors()
public void setServiceMonitors(String[] ServiceMonitors)
ServiceMonitors - 要删除的ServiceMonitor名字列表public String[] getPodMonitors()
public void setPodMonitors(String[] PodMonitors)
PodMonitors - 要删除的PodMonitor名字列表public String[] getRawJobs()
public void setRawJobs(String[] RawJobs)
RawJobs - 要删除的RawJobs名字列表public String[] getProbes()
public void setProbes(String[] Probes)
Probes - 要删除的Probe名字列表Copyright © 2025. All rights reserved.