public static class UpdatePrometheusGlobalViewResponseBody.UpdatePrometheusGlobalViewResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<UpdatePrometheusGlobalViewResponseBody.UpdatePrometheusGlobalViewResponseBodyDataFailedInstances> |
failedInstances
The data sources that failed to be updated.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
UpdatePrometheusGlobalViewResponseBodyData() |
@NameInMap(value="FailedInstances") public List<UpdatePrometheusGlobalViewResponseBody.UpdatePrometheusGlobalViewResponseBodyDataFailedInstances> failedInstances
The data sources that failed to be updated.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
truefalsetrue
public UpdatePrometheusGlobalViewResponseBodyData()
public static UpdatePrometheusGlobalViewResponseBody.UpdatePrometheusGlobalViewResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic UpdatePrometheusGlobalViewResponseBody.UpdatePrometheusGlobalViewResponseBodyData setFailedInstances(List<UpdatePrometheusGlobalViewResponseBody.UpdatePrometheusGlobalViewResponseBodyDataFailedInstances> failedInstances)
public List<UpdatePrometheusGlobalViewResponseBody.UpdatePrometheusGlobalViewResponseBodyDataFailedInstances> getFailedInstances()
public UpdatePrometheusGlobalViewResponseBody.UpdatePrometheusGlobalViewResponseBodyData setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.