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