Module: Google::Cloud::Compute::V1::PublicDelegatedPrefix::Status

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

[Output Only] The status of the public delegated prefix, which can be one of following values: - INITIALIZING The public delegated prefix is being initialized and addresses cannot be created yet. - READY_TO_ANNOUNCE The public delegated prefix is a live migration prefix and is active. - ANNOUNCED The public delegated prefix is active. - DELETING The public delegated prefix is being deprovsioned.

Constant Summary collapse

UNDEFINED_STATUS =

A value indicating that the enum field is not set.

0
ANNOUNCED =

The public delegated prefix is active.

365103355
DELETING =

The public delegated prefix is being deprovsioned.

528602024
INITIALIZING =

The public delegated prefix is being initialized and addresses cannot be created yet.

306588749
READY_TO_ANNOUNCE =

The public delegated prefix is currently withdrawn but ready to be announced.

64641265