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