public static enum PerInstanceConfig.Status extends Enum<PerInstanceConfig.Status> implements com.google.protobuf.ProtocolMessageEnum
The status of applying this per-instance configuration on the corresponding managed instance.Protobuf enum
google.cloud.compute.v1.PerInstanceConfig.Status| Enum Constant and Description |
|---|
APPLYING
The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH.
|
DELETING
The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH.
|
EFFECTIVE
The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance.
|
NONE
*[Default]* The default status, when no per-instance configuration exists.
|
UNAPPLIED
The per-instance configuration is set on an instance but not been applied yet.
|
UNAPPLIED_DELETION
The per-instance configuration has been deleted, but the deletion is not yet applied.
|
UNDEFINED_STATUS
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
APPLYING_VALUE
The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH.
|
static int |
DELETING_VALUE
The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH.
|
static int |
EFFECTIVE_VALUE
The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance.
|
static int |
NONE_VALUE
*[Default]* The default status, when no per-instance configuration exists.
|
static int |
UNAPPLIED_DELETION_VALUE
The per-instance configuration has been deleted, but the deletion is not yet applied.
|
static int |
UNAPPLIED_VALUE
The per-instance configuration is set on an instance but not been applied yet.
|
static int |
UNDEFINED_STATUS_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static PerInstanceConfig.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<PerInstanceConfig.Status> |
internalGetValueMap() |
static PerInstanceConfig.Status |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PerInstanceConfig.Status |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PerInstanceConfig.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerInstanceConfig.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerInstanceConfig.Status UNDEFINED_STATUS
A value indicating that the enum field is not set.
UNDEFINED_STATUS = 0;public static final PerInstanceConfig.Status APPLYING
The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH.
APPLYING = 352003508;public static final PerInstanceConfig.Status DELETING
The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH.
DELETING = 528602024;public static final PerInstanceConfig.Status EFFECTIVE
The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance.
EFFECTIVE = 244201863;public static final PerInstanceConfig.Status NONE
*[Default]* The default status, when no per-instance configuration exists.
NONE = 2402104;public static final PerInstanceConfig.Status UNAPPLIED
The per-instance configuration is set on an instance but not been applied yet.
UNAPPLIED = 483935140;public static final PerInstanceConfig.Status UNAPPLIED_DELETION
The per-instance configuration has been deleted, but the deletion is not yet applied.
UNAPPLIED_DELETION = 313956873;public static final PerInstanceConfig.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 APPLYING_VALUE
The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH.
APPLYING = 352003508;public static final int DELETING_VALUE
The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH.
DELETING = 528602024;public static final int EFFECTIVE_VALUE
The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance.
EFFECTIVE = 244201863;public static final int NONE_VALUE
*[Default]* The default status, when no per-instance configuration exists.
NONE = 2402104;public static final int UNAPPLIED_VALUE
The per-instance configuration is set on an instance but not been applied yet.
UNAPPLIED = 483935140;public static final int UNAPPLIED_DELETION_VALUE
The per-instance configuration has been deleted, but the deletion is not yet applied.
UNAPPLIED_DELETION = 313956873;public static PerInstanceConfig.Status[] values()
for (PerInstanceConfig.Status c : PerInstanceConfig.Status.values()) System.out.println(c);
public static PerInstanceConfig.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 PerInstanceConfig.Status valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PerInstanceConfig.Status forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PerInstanceConfig.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 PerInstanceConfig.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.