Package com.google.cloud.compute.v1
Enum PublicAdvertisedPrefix.Status
- java.lang.Object
-
- java.lang.Enum<PublicAdvertisedPrefix.Status>
-
- com.google.cloud.compute.v1.PublicAdvertisedPrefix.Status
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<PublicAdvertisedPrefix.Status>
- Enclosing class:
- PublicAdvertisedPrefix
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 enumgoogle.cloud.compute.v1.PublicAdvertisedPrefix.Status
-
-
Enum Constant Summary
Enum Constants Enum Constant 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.
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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(int value)
Deprecated.static PublicAdvertisedPrefix.Status
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.
-
-
-
Enum Constant Detail
-
UNDEFINED_STATUS
public static final PublicAdvertisedPrefix.Status UNDEFINED_STATUS
A value indicating that the enum field is not set.
UNDEFINED_STATUS = 0;
-
INITIAL
public static final PublicAdvertisedPrefix.Status INITIAL
RPKI validation is complete.
INITIAL = 518841124;
-
PREFIX_CONFIGURATION_COMPLETE
public static final PublicAdvertisedPrefix.Status PREFIX_CONFIGURATION_COMPLETE
The prefix is fully configured.
PREFIX_CONFIGURATION_COMPLETE = 480889551;
-
PREFIX_CONFIGURATION_IN_PROGRESS
public static final PublicAdvertisedPrefix.Status PREFIX_CONFIGURATION_IN_PROGRESS
The prefix is being configured.
PREFIX_CONFIGURATION_IN_PROGRESS = 378550961;
-
PREFIX_REMOVAL_IN_PROGRESS
public static final PublicAdvertisedPrefix.Status PREFIX_REMOVAL_IN_PROGRESS
The prefix is being removed.
PREFIX_REMOVAL_IN_PROGRESS = 284375783;
-
PTR_CONFIGURED
public static final PublicAdvertisedPrefix.Status PTR_CONFIGURED
User has configured the PTR.
PTR_CONFIGURED = 513497167;
-
REVERSE_DNS_LOOKUP_FAILED
public static final PublicAdvertisedPrefix.Status REVERSE_DNS_LOOKUP_FAILED
Reverse DNS lookup failed.
REVERSE_DNS_LOOKUP_FAILED = 295755183;
-
VALIDATED
public static final PublicAdvertisedPrefix.Status VALIDATED
Reverse DNS lookup is successful.
VALIDATED = 66197998;
-
UNRECOGNIZED
public static final PublicAdvertisedPrefix.Status UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_STATUS_VALUE
public static final int UNDEFINED_STATUS_VALUE
A value indicating that the enum field is not set.
UNDEFINED_STATUS = 0;
- See Also:
- Constant Field Values
-
INITIAL_VALUE
public static final int INITIAL_VALUE
RPKI validation is complete.
INITIAL = 518841124;
- See Also:
- Constant Field Values
-
PREFIX_CONFIGURATION_COMPLETE_VALUE
public static final int PREFIX_CONFIGURATION_COMPLETE_VALUE
The prefix is fully configured.
PREFIX_CONFIGURATION_COMPLETE = 480889551;
- See Also:
- Constant Field Values
-
PREFIX_CONFIGURATION_IN_PROGRESS_VALUE
public static final int PREFIX_CONFIGURATION_IN_PROGRESS_VALUE
The prefix is being configured.
PREFIX_CONFIGURATION_IN_PROGRESS = 378550961;
- See Also:
- Constant Field Values
-
PREFIX_REMOVAL_IN_PROGRESS_VALUE
public static final int PREFIX_REMOVAL_IN_PROGRESS_VALUE
The prefix is being removed.
PREFIX_REMOVAL_IN_PROGRESS = 284375783;
- See Also:
- Constant Field Values
-
PTR_CONFIGURED_VALUE
public static final int PTR_CONFIGURED_VALUE
User has configured the PTR.
PTR_CONFIGURED = 513497167;
- See Also:
- Constant Field Values
-
REVERSE_DNS_LOOKUP_FAILED_VALUE
public static final int REVERSE_DNS_LOOKUP_FAILED_VALUE
Reverse DNS lookup failed.
REVERSE_DNS_LOOKUP_FAILED = 295755183;
- See Also:
- Constant Field Values
-
VALIDATED_VALUE
public static final int VALIDATED_VALUE
Reverse DNS lookup is successful.
VALIDATED = 66197998;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static PublicAdvertisedPrefix.Status[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PublicAdvertisedPrefix.Status c : PublicAdvertisedPrefix.Status.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PublicAdvertisedPrefix.Status valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static PublicAdvertisedPrefix.Status valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static PublicAdvertisedPrefix.Status forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<PublicAdvertisedPrefix.Status> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static PublicAdvertisedPrefix.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-