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: - 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.
Protobuf type google.cloud.compute.v1.PublicDelegatedPrefix.Status
Namespace
Google \ Cloud \ Compute \ V1 \ PublicDelegatedPrefixMethods
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
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;