Reference documentation and code samples for the Compute V1 Client class Status.
[Output Only] The status of the address, which can be one of RESERVING, RESERVED, or IN_USE. An address that is RESERVING is currently in the process of being reserved. A RESERVED address is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.
Protobuf type google.cloud.compute.v1.Address.Status
Namespace
Google \ Cloud \ Compute \ V1 \ AddressMethods
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;
IN_USE
Value: 17393485
Address is being used by another resource and is not available.
Generated from protobuf enum IN_USE = 17393485;
RESERVED
Value: 432241448
Address is reserved and available to use.
Generated from protobuf enum RESERVED = 432241448;
RESERVING
Value: 514587225
Address is being reserved.
Generated from protobuf enum RESERVING = 514587225;