public class DescribePrometheusGlobalConfigResponse extends AbstractModel
Constructor and Description |
---|
DescribePrometheusGlobalConfigResponse() |
DescribePrometheusGlobalConfigResponse(DescribePrometheusGlobalConfigResponse 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 |
getConfig()
Get Configuration content
|
PrometheusConfigItem[] |
getPodMonitors()
Get List of pod monitors and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.
|
PrometheusConfigItem[] |
getProbes()
Get List of probes and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.
|
PrometheusConfigItem[] |
getRawJobs()
Get List of raw jobs and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
PrometheusConfigItem[] |
getServiceMonitors()
Get List of service monitors and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setConfig(String Config)
Set Configuration content
|
void |
setPodMonitors(PrometheusConfigItem[] PodMonitors)
Set List of pod monitors and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProbes(PrometheusConfigItem[] Probes)
Set List of probes and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRawJobs(PrometheusConfigItem[] RawJobs)
Set List of raw jobs and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setServiceMonitors(PrometheusConfigItem[] ServiceMonitors)
Set List of service monitors and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.
|
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 DescribePrometheusGlobalConfigResponse()
public DescribePrometheusGlobalConfigResponse(DescribePrometheusGlobalConfigResponse source)
public String getConfig()
public void setConfig(String Config)
Config
- Configuration contentpublic PrometheusConfigItem[] getServiceMonitors()
public void setServiceMonitors(PrometheusConfigItem[] ServiceMonitors)
ServiceMonitors
- List of service monitors and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.public PrometheusConfigItem[] getPodMonitors()
public void setPodMonitors(PrometheusConfigItem[] PodMonitors)
PodMonitors
- List of pod monitors and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.public PrometheusConfigItem[] getRawJobs()
public void setRawJobs(PrometheusConfigItem[] RawJobs)
RawJobs
- List of raw jobs and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.public PrometheusConfigItem[] getProbes()
public void setProbes(PrometheusConfigItem[] Probes)
Probes
- List of probes and the corresponding targets information
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.