public static enum Autoscaler.Status extends Enum<Autoscaler.Status> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] The status of the autoscaler configuration. Current set of possible values: - PENDING: Autoscaler backend hasn't read new/updated configuration. - DELETING: Configuration is being deleted. - ACTIVE: Configuration is acknowledged to be effective. Some warnings might be present in the statusDetails field. - ERROR: Configuration has errors. Actionable for users. Details are present in the statusDetails field. New values might be added in the future.Protobuf enum
google.cloud.compute.v1.Autoscaler.Status| Enum Constant and Description |
|---|
ACTIVE
Configuration is acknowledged to be effective
|
DELETING
Configuration is being deleted
|
ERROR
Configuration has errors.
|
PENDING
Autoscaler backend hasn't read new/updated configuration
|
UNDEFINED_STATUS
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
Configuration is acknowledged to be effective
|
static int |
DELETING_VALUE
Configuration is being deleted
|
static int |
ERROR_VALUE
Configuration has errors.
|
static int |
PENDING_VALUE
Autoscaler backend hasn't read new/updated configuration
|
static int |
UNDEFINED_STATUS_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static Autoscaler.Status |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Autoscaler.Status> |
internalGetValueMap() |
static Autoscaler.Status |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Autoscaler.Status |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Autoscaler.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Autoscaler.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Autoscaler.Status UNDEFINED_STATUS
A value indicating that the enum field is not set.
UNDEFINED_STATUS = 0;public static final Autoscaler.Status ACTIVE
Configuration is acknowledged to be effective
ACTIVE = 314733318;public static final Autoscaler.Status DELETING
Configuration is being deleted
DELETING = 528602024;public static final Autoscaler.Status ERROR
Configuration has errors. Actionable for users.
ERROR = 66247144;public static final Autoscaler.Status PENDING
Autoscaler backend hasn't read new/updated configuration
PENDING = 35394935;public static final Autoscaler.Status UNRECOGNIZED
public static final int UNDEFINED_STATUS_VALUE
A value indicating that the enum field is not set.
UNDEFINED_STATUS = 0;public static final int ACTIVE_VALUE
Configuration is acknowledged to be effective
ACTIVE = 314733318;public static final int DELETING_VALUE
Configuration is being deleted
DELETING = 528602024;public static final int ERROR_VALUE
Configuration has errors. Actionable for users.
ERROR = 66247144;public static final int PENDING_VALUE
Autoscaler backend hasn't read new/updated configuration
PENDING = 35394935;public static Autoscaler.Status[] values()
for (Autoscaler.Status c : Autoscaler.Status.values()) System.out.println(c);
public static Autoscaler.Status valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Autoscaler.Status valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Autoscaler.Status forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Autoscaler.Status> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Autoscaler.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.