public static class AddAliClusterIdsToPrometheusGlobalViewResponseBody.AddAliClusterIdsToPrometheusGlobalViewResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
info
The Info-level information.
|
String |
msg
The additional information.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
AddAliClusterIdsToPrometheusGlobalViewResponseBodyData() |
@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:OK
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful.
true: The request was successful.false: The request failed.true
public AddAliClusterIdsToPrometheusGlobalViewResponseBodyData()
public static AddAliClusterIdsToPrometheusGlobalViewResponseBody.AddAliClusterIdsToPrometheusGlobalViewResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic AddAliClusterIdsToPrometheusGlobalViewResponseBody.AddAliClusterIdsToPrometheusGlobalViewResponseBodyData setInfo(String info)
public String getInfo()
public AddAliClusterIdsToPrometheusGlobalViewResponseBody.AddAliClusterIdsToPrometheusGlobalViewResponseBodyData setMsg(String msg)
public String getMsg()
public AddAliClusterIdsToPrometheusGlobalViewResponseBody.AddAliClusterIdsToPrometheusGlobalViewResponseBodyData setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.