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 FixedOrPercentFixedOrPercent.Builder. build()FixedOrPercentFixedOrPercent.Builder. buildPartial()static FixedOrPercentFixedOrPercent. getDefaultInstance()FixedOrPercentFixedOrPercent.Builder. getDefaultInstanceForType()FixedOrPercentFixedOrPercent. getDefaultInstanceForType()FixedOrPercentAutoscalingPolicyScaleInControl.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.FixedOrPercentAutoscalingPolicyScaleInControl. getMaxScaledInReplicas()Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations.FixedOrPercentAutoscalingPolicyScaleInControlOrBuilder. getMaxScaledInReplicas()Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations.FixedOrPercentInstanceGroupManagerUpdatePolicy.Builder. getMaxSurge()The maximum number of instances that can be created above the specified targetSize during the update process.FixedOrPercentInstanceGroupManagerUpdatePolicy. getMaxSurge()The maximum number of instances that can be created above the specified targetSize during the update process.FixedOrPercentInstanceGroupManagerUpdatePolicyOrBuilder. getMaxSurge()The maximum number of instances that can be created above the specified targetSize during the update process.FixedOrPercentInstanceGroupManagerUpdatePolicy.Builder. getMaxUnavailable()The maximum number of instances that can be unavailable during the update process.FixedOrPercentInstanceGroupManagerUpdatePolicy. getMaxUnavailable()The maximum number of instances that can be unavailable during the update process.FixedOrPercentInstanceGroupManagerUpdatePolicyOrBuilder. getMaxUnavailable()The maximum number of instances that can be unavailable during the update process.FixedOrPercentInstanceGroupManagerVersion.Builder. getTargetSize()Specifies the intended number of instances to be created from the instanceTemplate.FixedOrPercentInstanceGroupManagerVersion. getTargetSize()Specifies the intended number of instances to be created from the instanceTemplate.FixedOrPercentInstanceGroupManagerVersionOrBuilder. getTargetSize()Specifies the intended number of instances to be created from the instanceTemplate.static FixedOrPercentFixedOrPercent. parseDelimitedFrom(InputStream input)static FixedOrPercentFixedOrPercent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedOrPercentFixedOrPercent. parseFrom(byte[] data)static FixedOrPercentFixedOrPercent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedOrPercentFixedOrPercent. parseFrom(com.google.protobuf.ByteString data)static FixedOrPercentFixedOrPercent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedOrPercentFixedOrPercent. parseFrom(com.google.protobuf.CodedInputStream input)static FixedOrPercentFixedOrPercent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedOrPercentFixedOrPercent. parseFrom(InputStream input)static FixedOrPercentFixedOrPercent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedOrPercentFixedOrPercent. parseFrom(ByteBuffer data)static FixedOrPercentFixedOrPercent. 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.BuilderFixedOrPercent.Builder. mergeFrom(FixedOrPercent other)AutoscalingPolicyScaleInControl.BuilderAutoscalingPolicyScaleInControl.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.BuilderInstanceGroupManagerUpdatePolicy.Builder. mergeMaxSurge(FixedOrPercent value)The maximum number of instances that can be created above the specified targetSize during the update process.InstanceGroupManagerUpdatePolicy.BuilderInstanceGroupManagerUpdatePolicy.Builder. mergeMaxUnavailable(FixedOrPercent value)The maximum number of instances that can be unavailable during the update process.InstanceGroupManagerVersion.BuilderInstanceGroupManagerVersion.Builder. mergeTargetSize(FixedOrPercent value)Specifies the intended number of instances to be created from the instanceTemplate.static FixedOrPercent.BuilderFixedOrPercent. newBuilder(FixedOrPercent prototype)AutoscalingPolicyScaleInControl.BuilderAutoscalingPolicyScaleInControl.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.BuilderInstanceGroupManagerUpdatePolicy.Builder. setMaxSurge(FixedOrPercent value)The maximum number of instances that can be created above the specified targetSize during the update process.InstanceGroupManagerUpdatePolicy.BuilderInstanceGroupManagerUpdatePolicy.Builder. setMaxUnavailable(FixedOrPercent value)The maximum number of instances that can be unavailable during the update process.InstanceGroupManagerVersion.BuilderInstanceGroupManagerVersion.Builder. setTargetSize(FixedOrPercent value)Specifies the intended number of instances to be created from the instanceTemplate.
-