public static class AddPrometheusGlobalViewByAliClusterIdsResponseBody.AddPrometheusGlobalViewByAliClusterIdsResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
info
The Info-level information.
|
String |
msg
The additional information.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
AddPrometheusGlobalViewByAliClusterIdsResponseBodyData() |
@NameInMap(value="Info") public String info
The Info-level information.
example:{regionId: the region where the aggregation instance resides. globalViewClusterId: the ID of the aggregation instance. failedClusterIds: the ID of the cluster that failed to be added. A cluster may fail to be added because the specified cluster ID is invalid or the cluster is added across continents.}
@NameInMap(value="Msg") public String msg
The additional information.
example:success
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
truefalsetrue
public AddPrometheusGlobalViewByAliClusterIdsResponseBodyData()
public static AddPrometheusGlobalViewByAliClusterIdsResponseBody.AddPrometheusGlobalViewByAliClusterIdsResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic AddPrometheusGlobalViewByAliClusterIdsResponseBody.AddPrometheusGlobalViewByAliClusterIdsResponseBodyData setInfo(String info)
public String getInfo()
public AddPrometheusGlobalViewByAliClusterIdsResponseBody.AddPrometheusGlobalViewByAliClusterIdsResponseBodyData setMsg(String msg)
public String getMsg()
public AddPrometheusGlobalViewByAliClusterIdsResponseBody.AddPrometheusGlobalViewByAliClusterIdsResponseBodyData setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.