public enum Status
Reference documentation and code samples for the Compute Engine v1 API enum PublicAdvertisedPrefix.Types.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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields | |
---|---|
Name | Description |
Initial | RPKI validation is complete. |
PrefixConfigurationComplete | The prefix is fully configured. |
PrefixConfigurationInProgress | The prefix is being configured. |
PrefixRemovalInProgress | The prefix is being removed. |
PtrConfigured | User has configured the PTR. |
ReverseDnsLookupFailed | Reverse DNS lookup failed. |
UndefinedStatus | A value indicating that the enum field is not set. |
Validated | Reverse DNS lookup is successful. |