public static final class UpdatePrometheusGlobalViewRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdatePrometheusGlobalViewRequest.Builder |
allSubClustersSuccess(Boolean allSubClustersSuccess)
To edit a GlobalView aggregated instance, do you require all passed child instances to be verified successfully before creating a GlobalView instance (optional, default to false):
- true
- false
|
UpdatePrometheusGlobalViewRequest |
build() |
UpdatePrometheusGlobalViewRequest.Builder |
clusterId(String clusterId)
The ID of the Prometheus instance.
|
UpdatePrometheusGlobalViewRequest.Builder |
groupName(String groupName)
The name of the global aggregation instance.
|
UpdatePrometheusGlobalViewRequest.Builder |
mostRegionId(String mostRegionId)
The region ID of the global aggregation instance.
|
UpdatePrometheusGlobalViewRequest.Builder |
regionId(String regionId)
The ID of the region in which the Prometheus instance resides.
|
UpdatePrometheusGlobalViewRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the Prometheus instance belongs.
|
UpdatePrometheusGlobalViewRequest.Builder |
subClustersJson(String subClustersJson)
The data sources of the Prometheus instance for GlobalView.
|
public UpdatePrometheusGlobalViewRequest.Builder allSubClustersSuccess(Boolean allSubClustersSuccess)
- true - false
public UpdatePrometheusGlobalViewRequest.Builder clusterId(String clusterId)
public UpdatePrometheusGlobalViewRequest.Builder groupName(String groupName)
public UpdatePrometheusGlobalViewRequest.Builder mostRegionId(String mostRegionId)
public UpdatePrometheusGlobalViewRequest.Builder regionId(String regionId)
public UpdatePrometheusGlobalViewRequest.Builder resourceGroupId(String resourceGroupId)
public UpdatePrometheusGlobalViewRequest.Builder subClustersJson(String subClustersJson)
public UpdatePrometheusGlobalViewRequest build()
Copyright © 2024. All rights reserved.