Compute V1 Client - Class Status (2.0.0)

Reference documentation and code samples for the Compute V1 Client class 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.

Protobuf type google.cloud.compute.v1.PublicAdvertisedPrefix.Status

Namespace

Google \ Cloud \ Compute \ V1 \ PublicAdvertisedPrefix

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATUS

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATUS = 0;

ANNOUNCED_TO_INTERNET

Value: 177880897

The prefix is announced to Internet.

Generated from protobuf enum ANNOUNCED_TO_INTERNET = 177880897;

INITIAL

Value: 518841124

RPKI validation is complete.

Generated from protobuf enum INITIAL = 518841124;

PREFIX_CONFIGURATION_COMPLETE

Value: 480889551

The prefix is fully configured.

Generated from protobuf enum PREFIX_CONFIGURATION_COMPLETE = 480889551;

PREFIX_CONFIGURATION_IN_PROGRESS

Value: 378550961

The prefix is being configured.

Generated from protobuf enum PREFIX_CONFIGURATION_IN_PROGRESS = 378550961;

PREFIX_REMOVAL_IN_PROGRESS

Value: 284375783

The prefix is being removed.

Generated from protobuf enum PREFIX_REMOVAL_IN_PROGRESS = 284375783;

PTR_CONFIGURED

Value: 513497167

User has configured the PTR.

Generated from protobuf enum PTR_CONFIGURED = 513497167;

READY_TO_ANNOUNCE

Value: 64641265

The prefix is currently withdrawn but ready to be announced.

Generated from protobuf enum READY_TO_ANNOUNCE = 64641265;

REVERSE_DNS_LOOKUP_FAILED

Value: 295755183

Reverse DNS lookup failed.

Generated from protobuf enum REVERSE_DNS_LOOKUP_FAILED = 295755183;

VALIDATED

Value: 66197998

Reverse DNS lookup is successful.

Generated from protobuf enum VALIDATED = 66197998;