public static class ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
canDelete
Indicates whether the exporter can be deleted.
|
Boolean |
canEditor
Indicates whether the exporter can be edited.
|
String |
clusterId
The ID of the Prometheus instance.
|
String |
containerName
The name of the container.
|
String |
describe
The description of the exporter.
|
String |
exporterType
The type of the exporter.
|
Long |
instanceId
The exporter ID.
|
String |
instanceName
The name of the exporter.
|
String |
integrationType
The integration type.
|
String |
namespace
The namespace.
|
Boolean |
needUpgrade
Indicates whether an upgrade is required.
|
String |
param
The configurations of the exporter.
|
String |
podName
The pod name of the exporter.
|
Boolean |
showDescribe
Indicates whether the description is displayed.
|
Boolean |
showLog
Indicates whether the exporter logs are displayed.
|
String |
status
The state of the exporter.
|
String |
target
The monitored IP address.
|
String |
version
The version number.
|
| 构造器和说明 |
|---|
ListPrometheusIntegrationResponseBodyData() |
@NameInMap(value="CanDelete") public Boolean canDelete
Indicates whether the exporter can be deleted.
example:true
@NameInMap(value="CanEditor") public Boolean canEditor
Indicates whether the exporter can be edited.
example:true
@NameInMap(value="ClusterId") public String clusterId
The ID of the Prometheus instance.
example:c589a1b8db05c4561aefbb898ca8fb1cf
@NameInMap(value="ContainerName") public String containerName
The name of the container.
example:container-1
@NameInMap(value="Describe") public String describe
The description of the exporter.
example:"{}"
@NameInMap(value="ExporterType") public String exporterType
The type of the exporter.
example:kafka-exporter
@NameInMap(value="InstanceId") public Long instanceId
The exporter ID.
example:29374
@NameInMap(value="InstanceName") public String instanceName
The name of the exporter.
example:inet
@NameInMap(value="IntegrationType") public String integrationType
The integration type.
example:Kafka, mysql, redis, snmp, emr, nubela, and tidb
@NameInMap(value="Namespace") public String namespace
The namespace.
example:arms-prom
@NameInMap(value="NeedUpgrade") public Boolean needUpgrade
Indicates whether an upgrade is required.
example:true
@NameInMap(value="Param") public String param
The configurations of the exporter. The value is a JSON string.
example:{ "port": "5554", "name": "kafka-test12", "kafka_instance": "kafka-test", "__label_value": "kafka-test", "scrape_interval": 33, "metrics_path": "/metrics", "__label_key": "kafka-test" }
@NameInMap(value="PodName") public String podName
The pod name of the exporter.
example:kafka-exporter-1
@NameInMap(value="ShowDescribe") public Boolean showDescribe
Indicates whether the description is displayed.
example:true
@NameInMap(value="ShowLog") public Boolean showLog
Indicates whether the exporter logs are displayed.
example:true
@NameInMap(value="Status") public String status
The state of the exporter.
example:installed
@NameInMap(value="Target") public String target
The monitored IP address.
example:121.40.62.240:3342
@NameInMap(value="Version") public String version
The version number.
example:1.0.0
public ListPrometheusIntegrationResponseBodyData()
public static ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setCanDelete(Boolean canDelete)
public Boolean getCanDelete()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setCanEditor(Boolean canEditor)
public Boolean getCanEditor()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setClusterId(String clusterId)
public String getClusterId()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setContainerName(String containerName)
public String getContainerName()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setDescribe(String describe)
public String getDescribe()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setExporterType(String exporterType)
public String getExporterType()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setInstanceId(Long instanceId)
public Long getInstanceId()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setInstanceName(String instanceName)
public String getInstanceName()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setIntegrationType(String integrationType)
public String getIntegrationType()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setNamespace(String namespace)
public String getNamespace()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setNeedUpgrade(Boolean needUpgrade)
public Boolean getNeedUpgrade()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setParam(String param)
public String getParam()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setPodName(String podName)
public String getPodName()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setShowDescribe(Boolean showDescribe)
public Boolean getShowDescribe()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setShowLog(Boolean showLog)
public Boolean getShowLog()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setStatus(String status)
public String getStatus()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setTarget(String target)
public String getTarget()
public ListPrometheusIntegrationResponseBody.ListPrometheusIntegrationResponseBodyData setVersion(String version)
public String getVersion()
Copyright © 2024. All rights reserved.