Module Google::Cloud::Compute::V1::Address::Status (v1.0.0)

[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.

Constants

UNDEFINED_STATUS

value: 0
A value indicating that the enum field is not set.

IN_USE

value: 17393485
Address is being used by another resource and is not available.

RESERVED

value: 432241448
Address is reserved and available to use.

RESERVING

value: 514587225
Address is being reserved.