Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::PublicDelegatedPrefix::Status.
[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 announced and ready to
use.
- `DELETING` The public delegated prefix is being deprovsioned.
- `ACTIVE` The public delegated prefix is ready to use.
Constants
UNDEFINED_STATUS
value: 0
A value indicating that the enum field is not set.
ACTIVE
value: 314_733_318
The public delegated prefix is ready to use.
ANNOUNCED
value: 365_103_355
The public delegated prefix is announced and ready to use.
ANNOUNCED_TO_GOOGLE
value: 454_875_705
The prefix is announced within Google network.
ANNOUNCED_TO_INTERNET
value: 177_880_897
The prefix is announced to Internet and within Google.
DELETING
value: 528_602_024
The public delegated prefix is being deprovsioned.
INITIALIZING
value: 306_588_749
The public delegated prefix is being initialized and addresses cannot be
created yet.
READY_TO_ANNOUNCE
value: 64_641_265
The public delegated prefix is currently withdrawn but ready to be
announced.