Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
BackendCustomMetric |
BackendCustomMetric.clone() |
BackendCustomMetric |
BackendCustomMetric.set(String fieldName,
Object value) |
BackendCustomMetric |
BackendCustomMetric.setDryRun(Boolean dryRun)
If true, the metric data is collected and reported to Cloud Monitoring, but is not used for
load balancing.
|
BackendCustomMetric |
BackendCustomMetric.setMaxUtilization(Float maxUtilization)
Optional parameter to define a target utilization for the Custom Metrics balancing mode.
|
BackendCustomMetric |
BackendCustomMetric.setName(String name)
Name of a custom utilization signal.
|
Modifier and Type | Method and Description |
---|---|
List<BackendCustomMetric> |
Backend.getCustomMetrics()
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
Modifier and Type | Method and Description |
---|---|
Backend |
Backend.setCustomMetrics(List<BackendCustomMetric> customMetrics)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
Copyright © 2011–2025 Google. All rights reserved.