Package | Description |
---|---|
com.tencentcloudapi.monitor.v20180724.models |
Modifier and Type | Method and Description |
---|---|
PrometheusConfigItem[] |
CreatePrometheusConfigRequest.getPodMonitors()
Get Configuration of pod monitors
|
PrometheusConfigItem[] |
DescribePrometheusGlobalConfigResponse.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[] |
PrometheusTempModify.getPodMonitors()
Get This parameter is valid if `Level` is `cluster`.
|
PrometheusConfigItem[] |
DescribePrometheusConfigResponse.getPodMonitors()
Get PodMonitor configuration
|
PrometheusConfigItem[] |
ModifyPrometheusConfigRequest.getPodMonitors()
Get Configuration of pod monitors
|
PrometheusConfigItem[] |
PrometheusTemp.getPodMonitors()
Get This parameter is valid if `Level` is `cluster`.
|
PrometheusConfigItem[] |
DescribePrometheusGlobalConfigResponse.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[] |
DescribePrometheusConfigResponse.getProbes()
Get Probes
|
PrometheusConfigItem[] |
CreatePrometheusConfigRequest.getRawJobs()
Get Configuration of Prometheus raw job
|
PrometheusConfigItem[] |
DescribePrometheusGlobalConfigResponse.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.
|
PrometheusConfigItem[] |
PrometheusTempModify.getRawJobs()
Get This parameter is valid if `Level` is `cluster`.
|
PrometheusConfigItem[] |
DescribePrometheusConfigResponse.getRawJobs()
Get Raw jobs
|
PrometheusConfigItem[] |
ModifyPrometheusConfigRequest.getRawJobs()
Get Configuration of Prometheus raw jobs
|
PrometheusConfigItem[] |
PrometheusTemp.getRawJobs()
Get This parameter is valid if `Level` is `cluster`.
|
PrometheusConfigItem[] |
PrometheusTempModify.getRecordRules()
Get This parameter is valid if `Level` is `instance`.
|
PrometheusConfigItem[] |
PrometheusTemp.getRecordRules()
Get This parameter is valid if `Level` is `instance`.
|
PrometheusConfigItem[] |
CreatePrometheusConfigRequest.getServiceMonitors()
Get Configuration of service monitors
|
PrometheusConfigItem[] |
DescribePrometheusGlobalConfigResponse.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.
|
PrometheusConfigItem[] |
PrometheusTempModify.getServiceMonitors()
Get This parameter is valid if `Level` is `cluster`.
|
PrometheusConfigItem[] |
DescribePrometheusConfigResponse.getServiceMonitors()
Get ServiceMonitor configuration
|
PrometheusConfigItem[] |
ModifyPrometheusConfigRequest.getServiceMonitors()
Get Configuration of service monitors
|
PrometheusConfigItem[] |
PrometheusTemp.getServiceMonitors()
Get This parameter is valid if `Level` is `cluster`.
|
Modifier and Type | Method and Description |
---|---|
void |
CreatePrometheusConfigRequest.setPodMonitors(PrometheusConfigItem[] PodMonitors)
Set Configuration of pod monitors
|
void |
DescribePrometheusGlobalConfigResponse.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 |
PrometheusTempModify.setPodMonitors(PrometheusConfigItem[] PodMonitors)
Set This parameter is valid if `Level` is `cluster`.
|
void |
DescribePrometheusConfigResponse.setPodMonitors(PrometheusConfigItem[] PodMonitors)
Set PodMonitor configuration
|
void |
ModifyPrometheusConfigRequest.setPodMonitors(PrometheusConfigItem[] PodMonitors)
Set Configuration of pod monitors
|
void |
PrometheusTemp.setPodMonitors(PrometheusConfigItem[] PodMonitors)
Set This parameter is valid if `Level` is `cluster`.
|
void |
DescribePrometheusGlobalConfigResponse.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 |
DescribePrometheusConfigResponse.setProbes(PrometheusConfigItem[] Probes)
Set Probes
|
void |
CreatePrometheusConfigRequest.setRawJobs(PrometheusConfigItem[] RawJobs)
Set Configuration of Prometheus raw job
|
void |
DescribePrometheusGlobalConfigResponse.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 |
PrometheusTempModify.setRawJobs(PrometheusConfigItem[] RawJobs)
Set This parameter is valid if `Level` is `cluster`.
|
void |
DescribePrometheusConfigResponse.setRawJobs(PrometheusConfigItem[] RawJobs)
Set Raw jobs
|
void |
ModifyPrometheusConfigRequest.setRawJobs(PrometheusConfigItem[] RawJobs)
Set Configuration of Prometheus raw jobs
|
void |
PrometheusTemp.setRawJobs(PrometheusConfigItem[] RawJobs)
Set This parameter is valid if `Level` is `cluster`.
|
void |
PrometheusTempModify.setRecordRules(PrometheusConfigItem[] RecordRules)
Set This parameter is valid if `Level` is `instance`.
|
void |
PrometheusTemp.setRecordRules(PrometheusConfigItem[] RecordRules)
Set This parameter is valid if `Level` is `instance`.
|
void |
CreatePrometheusConfigRequest.setServiceMonitors(PrometheusConfigItem[] ServiceMonitors)
Set Configuration of service monitors
|
void |
DescribePrometheusGlobalConfigResponse.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 |
PrometheusTempModify.setServiceMonitors(PrometheusConfigItem[] ServiceMonitors)
Set This parameter is valid if `Level` is `cluster`.
|
void |
DescribePrometheusConfigResponse.setServiceMonitors(PrometheusConfigItem[] ServiceMonitors)
Set ServiceMonitor configuration
|
void |
ModifyPrometheusConfigRequest.setServiceMonitors(PrometheusConfigItem[] ServiceMonitors)
Set Configuration of service monitors
|
void |
PrometheusTemp.setServiceMonitors(PrometheusConfigItem[] ServiceMonitors)
Set This parameter is valid if `Level` is `cluster`.
|
Constructor and Description |
---|
PrometheusConfigItem(PrometheusConfigItem 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.
|
Copyright © 2023. All rights reserved.