public enum PublicDelegatedPrefix.Types.StatusReference documentation and code samples for the Compute Engine v1 API enum PublicDelegatedPrefix.Types.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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
The public delegated prefix is ready to use. |
Announced |
The public delegated prefix is announced and ready to use. |
AnnouncedToGoogle |
The prefix is announced within Google network. |
AnnouncedToInternet |
The prefix is announced to Internet and within Google. |
Deleting |
The public delegated prefix is being deprovsioned. |
Initializing |
The public delegated prefix is being initialized and addresses cannot be created yet. |
ReadyToAnnounce |
The public delegated prefix is currently withdrawn but ready to be announced. |
UndefinedStatus |
A value indicating that the enum field is not set. |