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 INITIALRPKI validation is complete.PREFIX_CONFIGURATION_COMPLETEThe prefix is fully configured.PREFIX_CONFIGURATION_IN_PROGRESSThe prefix is being configured.PREFIX_REMOVAL_IN_PROGRESSThe prefix is being removed.PTR_CONFIGUREDUser has configured the PTR.REVERSE_DNS_LOOKUP_FAILEDReverse DNS lookup failed.UNDEFINED_STATUSA value indicating that the enum field is not set.UNRECOGNIZEDVALIDATEDReverse DNS lookup is successful.
-
Field Summary
Fields Modifier and Type Field Description static intINITIAL_VALUERPKI validation is complete.static intPREFIX_CONFIGURATION_COMPLETE_VALUEThe prefix is fully configured.static intPREFIX_CONFIGURATION_IN_PROGRESS_VALUEThe prefix is being configured.static intPREFIX_REMOVAL_IN_PROGRESS_VALUEThe prefix is being removed.static intPTR_CONFIGURED_VALUEUser has configured the PTR.static intREVERSE_DNS_LOOKUP_FAILED_VALUEReverse DNS lookup failed.static intUNDEFINED_STATUS_VALUEA value indicating that the enum field is not set.static intVALIDATED_VALUEReverse DNS lookup is successful.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PublicAdvertisedPrefix.StatusforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<PublicAdvertisedPrefix.Status>internalGetValueMap()static PublicAdvertisedPrefix.StatusvalueOf(int value)Deprecated.static PublicAdvertisedPrefix.StatusvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PublicAdvertisedPrefix.StatusvalueOf(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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein 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
-
-