public static enum PublicDelegatedPrefix.Status extends Enum<PublicDelegatedPrefix.Status> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned.Protobuf enum
google.cloud.compute.v1.PublicDelegatedPrefix.Status| Enum Constant and Description |
|---|
ANNOUNCED
The public delegated prefix is active.
|
DELETING
The public delegated prefix is being deprovsioned.
|
INITIALIZING
The public delegated prefix is being initialized and addresses cannot be created yet.
|
READY_TO_ANNOUNCE
The public delegated prefix is currently withdrawn but ready to be announced.
|
UNDEFINED_STATUS
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ANNOUNCED_VALUE
The public delegated prefix is active.
|
static int |
DELETING_VALUE
The public delegated prefix is being deprovsioned.
|
static int |
INITIALIZING_VALUE
The public delegated prefix is being initialized and addresses cannot be created yet.
|
static int |
READY_TO_ANNOUNCE_VALUE
The public delegated prefix is currently withdrawn but ready to be announced.
|
static int |
UNDEFINED_STATUS_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicDelegatedPrefix.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<PublicDelegatedPrefix.Status> |
internalGetValueMap() |
static PublicDelegatedPrefix.Status |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PublicDelegatedPrefix.Status |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PublicDelegatedPrefix.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicDelegatedPrefix.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublicDelegatedPrefix.Status UNDEFINED_STATUS
A value indicating that the enum field is not set.
UNDEFINED_STATUS = 0;public static final PublicDelegatedPrefix.Status ANNOUNCED
The public delegated prefix is active.
ANNOUNCED = 365103355;public static final PublicDelegatedPrefix.Status DELETING
The public delegated prefix is being deprovsioned.
DELETING = 528602024;public static final PublicDelegatedPrefix.Status INITIALIZING
The public delegated prefix is being initialized and addresses cannot be created yet.
INITIALIZING = 306588749;public static final PublicDelegatedPrefix.Status READY_TO_ANNOUNCE
The public delegated prefix is currently withdrawn but ready to be announced.
READY_TO_ANNOUNCE = 64641265;public static final PublicDelegatedPrefix.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 ANNOUNCED_VALUE
The public delegated prefix is active.
ANNOUNCED = 365103355;public static final int DELETING_VALUE
The public delegated prefix is being deprovsioned.
DELETING = 528602024;public static final int INITIALIZING_VALUE
The public delegated prefix is being initialized and addresses cannot be created yet.
INITIALIZING = 306588749;public static final int READY_TO_ANNOUNCE_VALUE
The public delegated prefix is currently withdrawn but ready to be announced.
READY_TO_ANNOUNCE = 64641265;public static PublicDelegatedPrefix.Status[] values()
for (PublicDelegatedPrefix.Status c : PublicDelegatedPrefix.Status.values()) System.out.println(c);
public static PublicDelegatedPrefix.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 PublicDelegatedPrefix.Status valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PublicDelegatedPrefix.Status forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PublicDelegatedPrefix.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 PublicDelegatedPrefix.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.