public final class AutoscalingPolicyCpuUtilization extends GeneratedMessage implements AutoscalingPolicyCpuUtilizationOrBuilder
CPU utilization policy.
Protobuf type google.cloud.compute.v1.AutoscalingPolicyCpuUtilization
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
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
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 is0.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 is0.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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AutoscalingPolicyCpuUtilization.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AutoscalingPolicyCpuUtilization.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public AutoscalingPolicyCpuUtilization.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides