Uses of Class
com.google.cloud.compute.v1.FixedOrPercent
-
Packages that use FixedOrPercent Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of FixedOrPercent in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return FixedOrPercent Modifier and Type Method Description FixedOrPercent
FixedOrPercent.Builder. build()
FixedOrPercent
FixedOrPercent.Builder. buildPartial()
static FixedOrPercent
FixedOrPercent. getDefaultInstance()
FixedOrPercent
FixedOrPercent.Builder. getDefaultInstanceForType()
FixedOrPercent
FixedOrPercent. getDefaultInstanceForType()
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
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
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
InstanceGroupManagerUpdatePolicy.Builder. 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
InstanceGroupManagerUpdatePolicyOrBuilder. getMaxSurge()
The maximum number of instances that can be created above the specified targetSize during the update process.FixedOrPercent
InstanceGroupManagerUpdatePolicy.Builder. 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
InstanceGroupManagerUpdatePolicyOrBuilder. getMaxUnavailable()
The maximum number of instances that can be unavailable during the update process.FixedOrPercent
InstanceGroupManagerVersion.Builder. getTargetSize()
Specifies the intended number of instances to be created from the instanceTemplate.FixedOrPercent
InstanceGroupManagerVersion. 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(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)
static FixedOrPercent
FixedOrPercent. parseFrom(ByteBuffer data)
static FixedOrPercent
FixedOrPercent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type FixedOrPercent Modifier and Type Method Description com.google.protobuf.Parser<FixedOrPercent>
FixedOrPercent. getParserForType()
static com.google.protobuf.Parser<FixedOrPercent>
FixedOrPercent. parser()
Methods in com.google.cloud.compute.v1 with parameters of type FixedOrPercent Modifier and Type Method 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.
-