Compute Engine v1 API - Enum PublicAdvertisedPrefix.Types.Status (2.15.0)

public enum PublicAdvertisedPrefix.Types.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.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
AnnouncedToInternet

The prefix is announced to Internet.

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.

ReadyToAnnounce

The prefix is currently withdrawn but ready to be announced.

ReverseDnsLookupFailed

Reverse DNS lookup failed.

UndefinedStatus

A value indicating that the enum field is not set.

Validated

Reverse DNS lookup is successful.