| Modifier and Type | Method and Description |
|---|---|
FixedOrPercent |
FixedOrPercent.Builder.build() |
FixedOrPercent |
FixedOrPercent.Builder.buildPartial() |
static FixedOrPercent |
FixedOrPercent.getDefaultInstance() |
FixedOrPercent |
FixedOrPercent.getDefaultInstanceForType() |
FixedOrPercent |
FixedOrPercent.Builder.getDefaultInstanceForType() |
FixedOrPercent |
AutoscalingPolicyScaleInControlOrBuilder.getMaxScaledInReplicas()
Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations.
|
FixedOrPercent |
AutoscalingPolicyScaleInControl.getMaxScaledInReplicas()
Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations.
|
FixedOrPercent |
AutoscalingPolicyScaleInControl.Builder.getMaxScaledInReplicas()
Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations.
|
FixedOrPercent |
InstanceGroupManagerUpdatePolicyOrBuilder.getMaxSurge()
The maximum number of instances that can be created above the specified targetSize during the update process.
|
FixedOrPercent |
InstanceGroupManagerUpdatePolicy.getMaxSurge()
The maximum number of instances that can be created above the specified targetSize during the update process.
|
FixedOrPercent |
InstanceGroupManagerUpdatePolicy.Builder.getMaxSurge()
The maximum number of instances that can be created above the specified targetSize during the update process.
|
FixedOrPercent |
InstanceGroupManagerUpdatePolicyOrBuilder.getMaxUnavailable()
The maximum number of instances that can be unavailable during the update process.
|
FixedOrPercent |
InstanceGroupManagerUpdatePolicy.getMaxUnavailable()
The maximum number of instances that can be unavailable during the update process.
|
FixedOrPercent |
InstanceGroupManagerUpdatePolicy.Builder.getMaxUnavailable()
The maximum number of instances that can be unavailable during the update process.
|
FixedOrPercent |
InstanceGroupManagerVersion.getTargetSize()
Specifies the intended number of instances to be created from the instanceTemplate.
|
FixedOrPercent |
InstanceGroupManagerVersion.Builder.getTargetSize()
Specifies the intended number of instances to be created from the instanceTemplate.
|
FixedOrPercent |
InstanceGroupManagerVersionOrBuilder.getTargetSize()
Specifies the intended number of instances to be created from the instanceTemplate.
|
static FixedOrPercent |
FixedOrPercent.parseDelimitedFrom(InputStream input) |
static FixedOrPercent |
FixedOrPercent.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FixedOrPercent |
FixedOrPercent.parseFrom(byte[] data) |
static FixedOrPercent |
FixedOrPercent.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FixedOrPercent |
FixedOrPercent.parseFrom(ByteBuffer data) |
static FixedOrPercent |
FixedOrPercent.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FixedOrPercent |
FixedOrPercent.parseFrom(com.google.protobuf.ByteString data) |
static FixedOrPercent |
FixedOrPercent.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FixedOrPercent |
FixedOrPercent.parseFrom(com.google.protobuf.CodedInputStream input) |
static FixedOrPercent |
FixedOrPercent.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FixedOrPercent |
FixedOrPercent.parseFrom(InputStream input) |
static FixedOrPercent |
FixedOrPercent.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<FixedOrPercent> |
FixedOrPercent.getParserForType() |
static com.google.protobuf.Parser<FixedOrPercent> |
FixedOrPercent.parser() |
| Modifier and Type | Method and Description |
|---|---|
FixedOrPercent.Builder |
FixedOrPercent.Builder.mergeFrom(FixedOrPercent other) |
AutoscalingPolicyScaleInControl.Builder |
AutoscalingPolicyScaleInControl.Builder.mergeMaxScaledInReplicas(FixedOrPercent value)
Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations.
|
InstanceGroupManagerUpdatePolicy.Builder |
InstanceGroupManagerUpdatePolicy.Builder.mergeMaxSurge(FixedOrPercent value)
The maximum number of instances that can be created above the specified targetSize during the update process.
|
InstanceGroupManagerUpdatePolicy.Builder |
InstanceGroupManagerUpdatePolicy.Builder.mergeMaxUnavailable(FixedOrPercent value)
The maximum number of instances that can be unavailable during the update process.
|
InstanceGroupManagerVersion.Builder |
InstanceGroupManagerVersion.Builder.mergeTargetSize(FixedOrPercent value)
Specifies the intended number of instances to be created from the instanceTemplate.
|
static FixedOrPercent.Builder |
FixedOrPercent.newBuilder(FixedOrPercent prototype) |
AutoscalingPolicyScaleInControl.Builder |
AutoscalingPolicyScaleInControl.Builder.setMaxScaledInReplicas(FixedOrPercent value)
Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations.
|
InstanceGroupManagerUpdatePolicy.Builder |
InstanceGroupManagerUpdatePolicy.Builder.setMaxSurge(FixedOrPercent value)
The maximum number of instances that can be created above the specified targetSize during the update process.
|
InstanceGroupManagerUpdatePolicy.Builder |
InstanceGroupManagerUpdatePolicy.Builder.setMaxUnavailable(FixedOrPercent value)
The maximum number of instances that can be unavailable during the update process.
|
InstanceGroupManagerVersion.Builder |
InstanceGroupManagerVersion.Builder.setTargetSize(FixedOrPercent value)
Specifies the intended number of instances to be created from the instanceTemplate.
|
Copyright © 2023 Google LLC. All rights reserved.