public static enum PublicAdvertisedPrefix.Status extends Enum<PublicAdvertisedPrefix.Status> implements com.google.protobuf.ProtocolMessageEnum
The status of the public advertised prefix. Possible values include: - `INITIAL`: RPKI validation is complete. - `PTR_CONFIGURED`: User has configured the PTR. - `VALIDATED`: Reverse DNS lookup is successful. - `REVERSE_DNS_LOOKUP_FAILED`: Reverse DNS lookup failed. - `PREFIX_CONFIGURATION_IN_PROGRESS`: The prefix is being configured. - `PREFIX_CONFIGURATION_COMPLETE`: The prefix is fully configured. - `PREFIX_REMOVAL_IN_PROGRESS`: The prefix is being removed.Protobuf enum
google.cloud.compute.v1.PublicAdvertisedPrefix.Status| Enum Constant and Description |
|---|
INITIAL
RPKI validation is complete.
|
PREFIX_CONFIGURATION_COMPLETE
The prefix is fully configured.
|
PREFIX_CONFIGURATION_IN_PROGRESS
The prefix is being configured.
|
PREFIX_REMOVAL_IN_PROGRESS
The prefix is being removed.
|
PTR_CONFIGURED
User has configured the PTR.
|
REVERSE_DNS_LOOKUP_FAILED
Reverse DNS lookup failed.
|
UNDEFINED_STATUS
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
VALIDATED
Reverse DNS lookup is successful.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
INITIAL_VALUE
RPKI validation is complete.
|
static int |
PREFIX_CONFIGURATION_COMPLETE_VALUE
The prefix is fully configured.
|
static int |
PREFIX_CONFIGURATION_IN_PROGRESS_VALUE
The prefix is being configured.
|
static int |
PREFIX_REMOVAL_IN_PROGRESS_VALUE
The prefix is being removed.
|
static int |
PTR_CONFIGURED_VALUE
User has configured the PTR.
|
static int |
REVERSE_DNS_LOOKUP_FAILED_VALUE
Reverse DNS lookup failed.
|
static int |
UNDEFINED_STATUS_VALUE
A value indicating that the enum field is not set.
|
static int |
VALIDATED_VALUE
Reverse DNS lookup is successful.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicAdvertisedPrefix.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<PublicAdvertisedPrefix.Status> |
internalGetValueMap() |
static PublicAdvertisedPrefix.Status |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PublicAdvertisedPrefix.Status |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PublicAdvertisedPrefix.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicAdvertisedPrefix.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublicAdvertisedPrefix.Status UNDEFINED_STATUS
A value indicating that the enum field is not set.
UNDEFINED_STATUS = 0;public static final PublicAdvertisedPrefix.Status INITIAL
RPKI validation is complete.
INITIAL = 518841124;public static final PublicAdvertisedPrefix.Status PREFIX_CONFIGURATION_COMPLETE
The prefix is fully configured.
PREFIX_CONFIGURATION_COMPLETE = 480889551;public static final PublicAdvertisedPrefix.Status PREFIX_CONFIGURATION_IN_PROGRESS
The prefix is being configured.
PREFIX_CONFIGURATION_IN_PROGRESS = 378550961;public static final PublicAdvertisedPrefix.Status PREFIX_REMOVAL_IN_PROGRESS
The prefix is being removed.
PREFIX_REMOVAL_IN_PROGRESS = 284375783;public static final PublicAdvertisedPrefix.Status PTR_CONFIGURED
User has configured the PTR.
PTR_CONFIGURED = 513497167;public static final PublicAdvertisedPrefix.Status REVERSE_DNS_LOOKUP_FAILED
Reverse DNS lookup failed.
REVERSE_DNS_LOOKUP_FAILED = 295755183;public static final PublicAdvertisedPrefix.Status VALIDATED
Reverse DNS lookup is successful.
VALIDATED = 66197998;public static final PublicAdvertisedPrefix.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 INITIAL_VALUE
RPKI validation is complete.
INITIAL = 518841124;public static final int PREFIX_CONFIGURATION_COMPLETE_VALUE
The prefix is fully configured.
PREFIX_CONFIGURATION_COMPLETE = 480889551;public static final int PREFIX_CONFIGURATION_IN_PROGRESS_VALUE
The prefix is being configured.
PREFIX_CONFIGURATION_IN_PROGRESS = 378550961;public static final int PREFIX_REMOVAL_IN_PROGRESS_VALUE
The prefix is being removed.
PREFIX_REMOVAL_IN_PROGRESS = 284375783;public static final int PTR_CONFIGURED_VALUE
User has configured the PTR.
PTR_CONFIGURED = 513497167;public static final int REVERSE_DNS_LOOKUP_FAILED_VALUE
Reverse DNS lookup failed.
REVERSE_DNS_LOOKUP_FAILED = 295755183;public static final int VALIDATED_VALUE
Reverse DNS lookup is successful.
VALIDATED = 66197998;public static PublicAdvertisedPrefix.Status[] values()
for (PublicAdvertisedPrefix.Status c : PublicAdvertisedPrefix.Status.values()) System.out.println(c);
public static PublicAdvertisedPrefix.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 PublicAdvertisedPrefix.Status valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PublicAdvertisedPrefix.Status forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PublicAdvertisedPrefix.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 PublicAdvertisedPrefix.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.