public class GetGrafanaDashboardUrlRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
k8sClusterId
The ID of the Container Service for Kubernetes (ACK) or ACK Serverless cluster.
|
String |
serviceMeshId
The ID of the Service Mesh (ASM) instance.
|
String |
title
The name of the dashboard.
|
| 构造器和说明 |
|---|
GetGrafanaDashboardUrlRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetGrafanaDashboardUrlRequest |
build(Map<String,?> map) |
String |
getK8sClusterId() |
String |
getServiceMeshId() |
String |
getTitle() |
GetGrafanaDashboardUrlRequest |
setK8sClusterId(String k8sClusterId) |
GetGrafanaDashboardUrlRequest |
setServiceMeshId(String serviceMeshId) |
GetGrafanaDashboardUrlRequest |
setTitle(String title) |
@NameInMap(value="K8sClusterId") public String k8sClusterId
The ID of the Container Service for Kubernetes (ACK) or ACK Serverless cluster.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ID of the Service Mesh (ASM) instance.
@NameInMap(value="Title") public String title
The name of the dashboard.
public static GetGrafanaDashboardUrlRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetGrafanaDashboardUrlRequest setK8sClusterId(String k8sClusterId)
public String getK8sClusterId()
public GetGrafanaDashboardUrlRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
public GetGrafanaDashboardUrlRequest setTitle(String title)
public String getTitle()
Copyright © 2023. All rights reserved.