Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::PublicAdvertisedPrefix::Status (v2.8.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::PublicAdvertisedPrefix::Status.

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.

Constants

UNDEFINED_STATUS

value: 0
A value indicating that the enum field is not set.

ANNOUNCED_TO_INTERNET

value: 177_880_897
The prefix is announced to Internet.

INITIAL

value: 518_841_124
RPKI validation is complete.

PREFIX_CONFIGURATION_COMPLETE

value: 480_889_551
The prefix is fully configured.

PREFIX_CONFIGURATION_IN_PROGRESS

value: 378_550_961
The prefix is being configured.

PREFIX_REMOVAL_IN_PROGRESS

value: 284_375_783
The prefix is being removed.

PTR_CONFIGURED

value: 513_497_167
User has configured the PTR.

READY_TO_ANNOUNCE

value: 64_641_265
The prefix is currently withdrawn but ready to be announced.

REVERSE_DNS_LOOKUP_FAILED

value: 295_755_183
Reverse DNS lookup failed.

VALIDATED

value: 66_197_998
Reverse DNS lookup is successful.