Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
BackendServiceCustomMetric |
BackendServiceCustomMetric.clone() |
BackendServiceCustomMetric |
BackendServiceCustomMetric.set(String fieldName,
Object value) |
BackendServiceCustomMetric |
BackendServiceCustomMetric.setDryRun(Boolean dryRun)
If true, the metric data is not used for load balancing.
|
BackendServiceCustomMetric |
BackendServiceCustomMetric.setName(String name)
Name of a custom utilization signal.
|
Modifier and Type | Method and Description |
---|---|
List<BackendServiceCustomMetric> |
BackendService.getCustomMetrics()
List of custom metrics that are used for the WEIGHTED_ROUND_ROBIN locality_lb_policy.
|
Modifier and Type | Method and Description |
---|---|
BackendService |
BackendService.setCustomMetrics(List<BackendServiceCustomMetric> customMetrics)
List of custom metrics that are used for the WEIGHTED_ROUND_ROBIN locality_lb_policy.
|
Copyright © 2011–2025 Google. All rights reserved.