Module: Google::Cloud::Compute::V1::PublicAdvertisedPrefix::Status
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
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.
Constant Summary collapse
- UNDEFINED_STATUS =
A value indicating that the enum field is not set.
0- ANNOUNCED_TO_INTERNET =
The prefix is announced to Internet.
177_880_897- INITIAL =
RPKI validation is complete.
518_841_124- PREFIX_CONFIGURATION_COMPLETE =
The prefix is fully configured.
480_889_551- PREFIX_CONFIGURATION_IN_PROGRESS =
The prefix is being configured.
378_550_961- PREFIX_REMOVAL_IN_PROGRESS =
The prefix is being removed.
284_375_783- PTR_CONFIGURED =
User has configured the PTR.
513_497_167- READY_TO_ANNOUNCE =
The prefix is currently withdrawn but ready to be announced.
64_641_265- REVERSE_DNS_LOOKUP_FAILED =
Reverse DNS lookup failed.
295_755_183- VALIDATED =
Reverse DNS lookup is successful.
66_197_998