public class DeletePrometheusGlobalViewRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
globalViewClusterId
The ID of the global aggregation instance.
|
String |
regionId
The region ID.
|
| 构造器和说明 |
|---|
DeletePrometheusGlobalViewRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeletePrometheusGlobalViewRequest |
build(Map<String,?> map) |
String |
getGlobalViewClusterId() |
String |
getRegionId() |
DeletePrometheusGlobalViewRequest |
setGlobalViewClusterId(String globalViewClusterId) |
DeletePrometheusGlobalViewRequest |
setRegionId(String regionId) |
@NameInMap(value="GlobalViewClusterId") public String globalViewClusterId
The ID of the global aggregation instance.
This parameter is required.
example:global-v2-cn-1670100631025794-amaykca4
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
public static DeletePrometheusGlobalViewRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeletePrometheusGlobalViewRequest setGlobalViewClusterId(String globalViewClusterId)
public String getGlobalViewClusterId()
public DeletePrometheusGlobalViewRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.