Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
AutoscalingPolicyCustomMetricUtilization |
AutoscalingPolicyCustomMetricUtilization.clone() |
AutoscalingPolicyCustomMetricUtilization |
AutoscalingPolicyCustomMetricUtilization.set(String fieldName,
Object value) |
AutoscalingPolicyCustomMetricUtilization |
AutoscalingPolicyCustomMetricUtilization.setMetric(String metric)
The identifier (type) of the Stackdriver Monitoring metric.
|
AutoscalingPolicyCustomMetricUtilization |
AutoscalingPolicyCustomMetricUtilization.setUtilizationTarget(Double utilizationTarget)
The target value of the metric that autoscaler should maintain.
|
AutoscalingPolicyCustomMetricUtilization |
AutoscalingPolicyCustomMetricUtilization.setUtilizationTargetType(String utilizationTargetType)
Defines how target utilization value is expressed for a Stackdriver Monitoring metric.
|
Modifier and Type | Method and Description |
---|---|
List<AutoscalingPolicyCustomMetricUtilization> |
AutoscalingPolicy.getCustomMetricUtilizations()
Configuration parameters of autoscaling based on a custom metric.
|
Modifier and Type | Method and Description |
---|---|
AutoscalingPolicy |
AutoscalingPolicy.setCustomMetricUtilizations(List<AutoscalingPolicyCustomMetricUtilization> customMetricUtilizations)
Configuration parameters of autoscaling based on a custom metric.
|
Copyright © 2011–2019 Google. All rights reserved.