Reference documentation and code samples for the Compute V1 Client class Status.
[Output Only] The status of the public delegated prefix, which can be one of following values:
-
INITIALIZINGThe public delegated prefix is being initialized and addresses cannot be created yet.
-
READY_TO_ANNOUNCEThe public delegated prefix is a live migration prefix and is active.-
ANNOUNCEDThe public delegated prefix is announced and ready to use. -
DELETINGThe public delegated prefix is being deprovsioned. -
ACTIVEThe public delegated prefix is ready to use.
-
Protobuf type google.cloud.compute.v1.PublicDelegatedPrefix.Status
Namespace
Google \ Cloud \ Compute \ V1 \ PublicDelegatedPrefixMethods
static::name
value
mixed
static::value
name
mixed
Constants
UNDEFINED_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATUS = 0;
ACTIVE
Value: 314733318
The public delegated prefix is ready to use.
Generated from protobuf enum ACTIVE = 314733318;
ANNOUNCED
Value: 365103355
The public delegated prefix is announced and ready to use.
Generated from protobuf enum ANNOUNCED = 365103355;
ANNOUNCED_TO_GOOGLE
Value: 454875705
The prefix is announced within Google network.
Generated from protobuf enum ANNOUNCED_TO_GOOGLE = 454875705;
ANNOUNCED_TO_INTERNET
Value: 177880897
The prefix is announced to Internet and within Google.
Generated from protobuf enum ANNOUNCED_TO_INTERNET = 177880897;
DELETING
Value: 528602024
The public delegated prefix is being deprovsioned.
Generated from protobuf enum DELETING = 528602024;
INITIALIZING
Value: 306588749
The public delegated prefix is being initialized and addresses cannot be created yet.
Generated from protobuf enum INITIALIZING = 306588749;
READY_TO_ANNOUNCE
Value: 64641265
The public delegated prefix is currently withdrawn but ready to be announced.
Generated from protobuf enum READY_TO_ANNOUNCE = 64641265;

