public static class ListPrometheusRemoteWritesResponseBody.ListPrometheusRemoteWritesResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId
The ID of the Prometheus instance.
|
String |
remoteWriteName
The name of the remote write configuration item.
|
String |
remoteWriteYaml
The information about the queried remote write configuration item of the Prometheus instance.
|
| 构造器和说明 |
|---|
ListPrometheusRemoteWritesResponseBodyData() |
@NameInMap(value="ClusterId") public String clusterId
The ID of the Prometheus instance.
example:c589a1b8db05c4561aefbb898ca8fb1cf
@NameInMap(value="RemoteWriteName") public String remoteWriteName
The name of the remote write configuration item.
example:abc123
@NameInMap(value="RemoteWriteYaml") public String remoteWriteYaml
The information about the queried remote write configuration item of the Prometheus instance. The information is displayed in the YAML format.
example:remote_write:
public ListPrometheusRemoteWritesResponseBodyData()
public static ListPrometheusRemoteWritesResponseBody.ListPrometheusRemoteWritesResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic ListPrometheusRemoteWritesResponseBody.ListPrometheusRemoteWritesResponseBodyData setClusterId(String clusterId)
public String getClusterId()
public ListPrometheusRemoteWritesResponseBody.ListPrometheusRemoteWritesResponseBodyData setRemoteWriteName(String remoteWriteName)
public String getRemoteWriteName()
public ListPrometheusRemoteWritesResponseBody.ListPrometheusRemoteWritesResponseBodyData setRemoteWriteYaml(String remoteWriteYaml)
public String getRemoteWriteYaml()
Copyright © 2024. All rights reserved.