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 |
---|
Type | Description |
int | |
UTILIZATION_TARGET_FIELD_NUMBER
public static final int UTILIZATION_TARGET_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static AutoscalingPolicyCpuUtilization getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AutoscalingPolicyCpuUtilization.Builder newBuilder()
newBuilder(AutoscalingPolicyCpuUtilization prototype)
public static AutoscalingPolicyCpuUtilization.Builder newBuilder(AutoscalingPolicyCpuUtilization prototype)
public static AutoscalingPolicyCpuUtilization parseDelimitedFrom(InputStream input)
public static AutoscalingPolicyCpuUtilization parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AutoscalingPolicyCpuUtilization parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingPolicyCpuUtilization parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AutoscalingPolicyCpuUtilization parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingPolicyCpuUtilization parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingPolicyCpuUtilization parseFrom(CodedInputStream input)
public static AutoscalingPolicyCpuUtilization parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoscalingPolicyCpuUtilization parseFrom(InputStream input)
public static AutoscalingPolicyCpuUtilization parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AutoscalingPolicyCpuUtilization parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingPolicyCpuUtilization parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AutoscalingPolicyCpuUtilization> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public AutoscalingPolicyCpuUtilization getDefaultInstanceForType()
getParserForType()
public Parser<AutoscalingPolicyCpuUtilization> getParserForType()
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 |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
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 |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AutoscalingPolicyCpuUtilization.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AutoscalingPolicyCpuUtilization.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public AutoscalingPolicyCpuUtilization.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides