public class ListDashboardsByNameRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId
The ID of the cluster.
|
String |
clusterType
The cluster type.
|
String |
dashBoardName
The name of the dashboard.
|
String |
dashBoardVersion
The version of the dashboard.
|
String |
dataSourceType
The type of the data source.
|
String |
groupName
The name of the dashboard group.
|
Boolean |
onlyQuery
Specifies whether to display the Grafana dashboard only in the Application Real-Time Monitoring Service (ARMS) console.
|
String |
productCode
The abbreviation of the Alibaba Cloud service name.
|
String |
regionId
The ID of the region.
|
| 构造器和说明 |
|---|
ListDashboardsByNameRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDashboardsByNameRequest |
build(Map<String,?> map) |
String |
getClusterId() |
String |
getClusterType() |
String |
getDashBoardName() |
String |
getDashBoardVersion() |
String |
getDataSourceType() |
String |
getGroupName() |
Boolean |
getOnlyQuery() |
String |
getProductCode() |
String |
getRegionId() |
ListDashboardsByNameRequest |
setClusterId(String clusterId) |
ListDashboardsByNameRequest |
setClusterType(String clusterType) |
ListDashboardsByNameRequest |
setDashBoardName(String dashBoardName) |
ListDashboardsByNameRequest |
setDashBoardVersion(String dashBoardVersion) |
ListDashboardsByNameRequest |
setDataSourceType(String dataSourceType) |
ListDashboardsByNameRequest |
setGroupName(String groupName) |
ListDashboardsByNameRequest |
setOnlyQuery(Boolean onlyQuery) |
ListDashboardsByNameRequest |
setProductCode(String productCode) |
ListDashboardsByNameRequest |
setRegionId(String regionId) |
@NameInMap(value="ClusterId") public String clusterId
The ID of the cluster. If the ClusterType parameter is not set to cloud-product-prometheus or cms-enterprise-prometheus, you must specify the ClusterId parameter.
cc7a37ee31aea4ed1a059eff8034b****
@NameInMap(value="ClusterType") public String clusterType
The cluster type. Valid values:
cloud-product-prometheus
@NameInMap(value="DashBoardName") public String dashBoardName
The name of the dashboard.
example:edas-ingress-url
@NameInMap(value="DashBoardVersion") public String dashBoardVersion
The version of the dashboard.
example:latest
@NameInMap(value="DataSourceType") public String dataSourceType
The type of the data source. Valid values:
loki
@NameInMap(value="GroupName") public String groupName
The name of the dashboard group.
example:EDAS
@NameInMap(value="OnlyQuery") public Boolean onlyQuery
Specifies whether to display the Grafana dashboard only in the Application Real-Time Monitoring Service (ARMS) console.
example:true
@NameInMap(value="ProductCode") public String productCode
The abbreviation of the Alibaba Cloud service name.
example:edas
@NameInMap(value="RegionId") public String regionId
The ID of the region.
This parameter is required.
example:cn-hangzhou
public static ListDashboardsByNameRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDashboardsByNameRequest setClusterId(String clusterId)
public String getClusterId()
public ListDashboardsByNameRequest setClusterType(String clusterType)
public String getClusterType()
public ListDashboardsByNameRequest setDashBoardName(String dashBoardName)
public String getDashBoardName()
public ListDashboardsByNameRequest setDashBoardVersion(String dashBoardVersion)
public String getDashBoardVersion()
public ListDashboardsByNameRequest setDataSourceType(String dataSourceType)
public String getDataSourceType()
public ListDashboardsByNameRequest setGroupName(String groupName)
public String getGroupName()
public ListDashboardsByNameRequest setOnlyQuery(Boolean onlyQuery)
public Boolean getOnlyQuery()
public ListDashboardsByNameRequest setProductCode(String productCode)
public String getProductCode()
public ListDashboardsByNameRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.