PublicAdvertisedPrefixStatus

enum PublicAdvertisedPrefixStatus : Enum<PublicAdvertisedPrefixStatus> , ConvertibleToJava<PublicAdvertisedPrefixStatus>

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.

Entries

Link copied to clipboard

RPKI validation is complete.

Link copied to clipboard

The prefix is fully configured.

Link copied to clipboard

The prefix is being configured.

Link copied to clipboard

The prefix is being removed.

Link copied to clipboard

User has configured the PTR.

Link copied to clipboard

Reverse DNS lookup failed.

Link copied to clipboard

Reverse DNS lookup is successful.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): PublicAdvertisedPrefixStatus
Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: PublicAdvertisedPrefixStatus
Link copied to clipboard
Link copied to clipboard