Enum 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 enum google.cloud.compute.v1.PublicAdvertisedPrefix.Status
    • 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;
      • 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;
      • REVERSE_DNS_LOOKUP_FAILED

        public static final PublicAdvertisedPrefix.Status REVERSE_DNS_LOOKUP_FAILED
         Reverse DNS lookup failed.
         
        REVERSE_DNS_LOOKUP_FAILED = 295755183;
    • 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 name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        NullPointerException - 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.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 name
        NullPointerException - if the argument is null