Uses of Interface
com.google.cloud.compute.v1.AutoscalingPolicyScaleInControlOrBuilder
-
Packages that use AutoscalingPolicyScaleInControlOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of AutoscalingPolicyScaleInControlOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement AutoscalingPolicyScaleInControlOrBuilder Modifier and Type Class Description class
AutoscalingPolicyScaleInControl
Configuration that allows for slower scale in so that even if Autoscaler recommends an abrupt scale in of a MIG, it will be throttled as specified by the parameters below.static class
AutoscalingPolicyScaleInControl.Builder
Configuration that allows for slower scale in so that even if Autoscaler recommends an abrupt scale in of a MIG, it will be throttled as specified by the parameters below.Methods in com.google.cloud.compute.v1 that return AutoscalingPolicyScaleInControlOrBuilder Modifier and Type Method Description AutoscalingPolicyScaleInControlOrBuilder
AutoscalingPolicy.Builder. getScaleInControlOrBuilder()
optional .google.cloud.compute.v1.AutoscalingPolicyScaleInControl scale_in_control = 527670872;
AutoscalingPolicyScaleInControlOrBuilder
AutoscalingPolicy. getScaleInControlOrBuilder()
optional .google.cloud.compute.v1.AutoscalingPolicyScaleInControl scale_in_control = 527670872;
AutoscalingPolicyScaleInControlOrBuilder
AutoscalingPolicyOrBuilder. getScaleInControlOrBuilder()
optional .google.cloud.compute.v1.AutoscalingPolicyScaleInControl scale_in_control = 527670872;
-