public class GetManagedPrometheusStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId
The ID of the ASK cluster.
|
String |
clusterType
The type of the monitoring object.
|
String |
regionId
The region ID.
|
String |
resourceGroupId
The ID of the resource group to which the Prometheus instance belongs.
|
String |
vpcId
This parameter is required if the ClusterType parameter is set to ecs.
|
| 构造器和说明 |
|---|
GetManagedPrometheusStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetManagedPrometheusStatusRequest |
build(Map<String,?> map) |
String |
getClusterId() |
String |
getClusterType() |
String |
getRegionId() |
String |
getResourceGroupId() |
String |
getVpcId() |
GetManagedPrometheusStatusRequest |
setClusterId(String clusterId) |
GetManagedPrometheusStatusRequest |
setClusterType(String clusterType) |
GetManagedPrometheusStatusRequest |
setRegionId(String regionId) |
GetManagedPrometheusStatusRequest |
setResourceGroupId(String resourceGroupId) |
GetManagedPrometheusStatusRequest |
setVpcId(String vpcId) |
@NameInMap(value="ClusterId") public String clusterId
The ID of the ASK cluster. This parameter is required if the ClusterType parameter is set to ask.
This parameter is required.
example:cc7a37ee31aea4ed1a059eff8034b****
@NameInMap(value="ClusterType") public String clusterType
The type of the monitoring object. Valid values: ask , acs , one and ecs.
This parameter is required.
example:ask
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the Prometheus instance belongs.
example:rg-acfmxyexli2****
@NameInMap(value="VpcId") public String vpcId
This parameter is required if the ClusterType parameter is set to ecs.
example:vpc-***
public static GetManagedPrometheusStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetManagedPrometheusStatusRequest setClusterId(String clusterId)
public String getClusterId()
public GetManagedPrometheusStatusRequest setClusterType(String clusterType)
public String getClusterType()
public GetManagedPrometheusStatusRequest setRegionId(String regionId)
public String getRegionId()
public GetManagedPrometheusStatusRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public GetManagedPrometheusStatusRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.