public static class GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
authToken
Indicates whether authentication is enabled.
|
String |
grafanaUrl
The internal URL for Grafana.
|
String |
internetGrafanaUrl
The public URL for Grafana.
|
String |
internetPushGatewayUrl
The public URL for Pushgateway.
|
String |
internetRemoteReadUrl
The public URL for remote read.
|
String |
internetRemoteWriteUrl
The public URL for remote write.
|
String |
pushGatewayUrl
The internal URL for Pushgateway.
|
String |
remoteReadUrl
The internal URL for remote read.
|
String |
remoteWriteUrl
The internal URL for remote write.
|
String |
token
The token value used for authentication.
|
| 构造器和说明 |
|---|
GetCloudClusterAllUrlResponseBodyDataRemoteUrl() |
@NameInMap(value="AuthToken") public Boolean authToken
Indicates whether authentication is enabled.
example:true
@NameInMap(value="GrafanaUrl") public String grafanaUrl
The internal URL for Grafana.
example:"http://cn-hangzhou-intranet.arms.aliyuncs.com:9090/api/v1/prometheus/XXXXXXXXXXXXXXXXX"
@NameInMap(value="InternetGrafanaUrl") public String internetGrafanaUrl
The public URL for Grafana.
example:"http://cn-hangzhou.arms.aliyuncs.com:9090/api/v1/prometheus/XXXXXXXXXXXXXXXXX"
@NameInMap(value="InternetPushGatewayUrl") public String internetPushGatewayUrl
The public URL for Pushgateway.
example:"http://cn-hangzhou.arms.aliyuncs.com:9090/api/v1/prometheus/XXXXXXXXXXXXXXXXX"
@NameInMap(value="InternetRemoteReadUrl") public String internetRemoteReadUrl
The public URL for remote read.
example:"http://cn-hangzhou.arms.aliyuncs.com:9090/api/v1/prometheus/XXXXXXXXXXXXXXXXX"
@NameInMap(value="InternetRemoteWriteUrl") public String internetRemoteWriteUrl
The public URL for remote write.
example:"http://cn-hangzhou.arms.aliyuncs.com:9090/api/v1/prometheus/XXXXXXXXXXXXXXXXX"
@NameInMap(value="PushGatewayUrl") public String pushGatewayUrl
The internal URL for Pushgateway.
example:"http://cn-hangzhou-intranet.arms.aliyuncs.com:9090/api/v1/prometheus/XXXXXXXXXXXXXXXXX"
@NameInMap(value="RemoteReadUrl") public String remoteReadUrl
The internal URL for remote read.
example:"http://cn-hangzhou-intranet.arms.aliyuncs.com:9090/api/v1/prometheus/XXXXXXXXXXXXXXXXX"
@NameInMap(value="RemoteWriteUrl") public String remoteWriteUrl
The internal URL for remote write.
example:"http://cn-hangzhou-intranet.arms.aliyuncs.com:9090/api/v1/prometheus/XXXXXXXXXXXXXXXXX"
@NameInMap(value="Token") public String token
The token value used for authentication.
example:"eyJhbGciOiJIUzI1NiJ9.DKEIFJSL.KYK6uOtNVxTVHXJbH5MNqlsAuUtKzNlUvmAIiKc-QXw"
public GetCloudClusterAllUrlResponseBodyDataRemoteUrl()
public static GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl build(Map<String,?> map) throws Exception
Exceptionpublic GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl setAuthToken(Boolean authToken)
public Boolean getAuthToken()
public GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl setGrafanaUrl(String grafanaUrl)
public String getGrafanaUrl()
public GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl setInternetGrafanaUrl(String internetGrafanaUrl)
public String getInternetGrafanaUrl()
public GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl setInternetPushGatewayUrl(String internetPushGatewayUrl)
public String getInternetPushGatewayUrl()
public GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl setInternetRemoteReadUrl(String internetRemoteReadUrl)
public String getInternetRemoteReadUrl()
public GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl setInternetRemoteWriteUrl(String internetRemoteWriteUrl)
public String getInternetRemoteWriteUrl()
public GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl setPushGatewayUrl(String pushGatewayUrl)
public String getPushGatewayUrl()
public GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl setRemoteReadUrl(String remoteReadUrl)
public String getRemoteReadUrl()
public GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl setRemoteWriteUrl(String remoteWriteUrl)
public String getRemoteWriteUrl()
public GetCloudClusterAllUrlResponseBody.GetCloudClusterAllUrlResponseBodyDataRemoteUrl setToken(String token)
public String getToken()
Copyright © 2024. All rights reserved.