public final class AutoscalingPolicyCpuUtilization extends GeneratedMessageV3 implements AutoscalingPolicyCpuUtilizationOrBuilder
CPU utilization policy.
Protobuf type google.cloud.compute.v1.AutoscalingPolicyCpuUtilization
Static Fields
PREDICTIVE_METHOD_FIELD_NUMBER
public static final int PREDICTIVE_METHOD_FIELD_NUMBER
Field Value
UTILIZATION_TARGET_FIELD_NUMBER
public static final int UTILIZATION_TARGET_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AutoscalingPolicyCpuUtilization getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AutoscalingPolicyCpuUtilization.Builder newBuilder()
Returns
newBuilder(AutoscalingPolicyCpuUtilization prototype)
public static AutoscalingPolicyCpuUtilization.Builder newBuilder(AutoscalingPolicyCpuUtilization prototype)
Parameter
Returns
public static AutoscalingPolicyCpuUtilization parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AutoscalingPolicyCpuUtilization parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AutoscalingPolicyCpuUtilization parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingPolicyCpuUtilization parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AutoscalingPolicyCpuUtilization parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingPolicyCpuUtilization parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AutoscalingPolicyCpuUtilization parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AutoscalingPolicyCpuUtilization parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AutoscalingPolicyCpuUtilization parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AutoscalingPolicyCpuUtilization parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AutoscalingPolicyCpuUtilization parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingPolicyCpuUtilization parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AutoscalingPolicyCpuUtilization> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AutoscalingPolicyCpuUtilization getDefaultInstanceForType()
Returns
getParserForType()
public Parser<AutoscalingPolicyCpuUtilization> getParserForType()
Returns
Overrides
getPredictiveMethod()
public String getPredictiveMethod()
Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are: * NONE (default). No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand.
Check the PredictiveMethod enum for the list of possible values.
optional string predictive_method = 390220737;
Returns
Type | Description |
String | The predictiveMethod.
|
getPredictiveMethodBytes()
public ByteString getPredictiveMethodBytes()
Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are: * NONE (default). No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand.
Check the PredictiveMethod enum for the list of possible values.
optional string predictive_method = 390220737;
Returns
Type | Description |
ByteString | The bytes for predictiveMethod.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUtilizationTarget()
public double getUtilizationTarget()
The target CPU utilization that the autoscaler maintains. Must be a float value in the range (0, 1]. If not specified, the default is 0.6. If the CPU level is below the target utilization, the autoscaler scales in the number of instances until it reaches the minimum number of instances you specified or until the average CPU of your instances reaches the target utilization. If the average CPU is above the target utilization, the autoscaler scales out until it reaches the maximum number of instances you specified or until the average utilization reaches the target utilization.
optional double utilization_target = 215905870;
Returns
Type | Description |
double | The utilizationTarget.
|
hasPredictiveMethod()
public boolean hasPredictiveMethod()
Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are: * NONE (default). No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand.
Check the PredictiveMethod enum for the list of possible values.
optional string predictive_method = 390220737;
Returns
Type | Description |
boolean | Whether the predictiveMethod field is set.
|
hasUtilizationTarget()
public boolean hasUtilizationTarget()
The target CPU utilization that the autoscaler maintains. Must be a float value in the range (0, 1]. If not specified, the default is 0.6. If the CPU level is below the target utilization, the autoscaler scales in the number of instances until it reaches the minimum number of instances you specified or until the average CPU of your instances reaches the target utilization. If the average CPU is above the target utilization, the autoscaler scales out until it reaches the maximum number of instances you specified or until the average utilization reaches the target utilization.
optional double utilization_target = 215905870;
Returns
Type | Description |
boolean | Whether the utilizationTarget field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AutoscalingPolicyCpuUtilization.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AutoscalingPolicyCpuUtilization.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AutoscalingPolicyCpuUtilization.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions