Module: Google::Cloud::Compute::V1::Address::Status

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

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

Constant Summary collapse

UNDEFINED_STATUS =

A value indicating that the enum field is not set.

0
IN_USE =

Address is being used by another resource and is not available.

17393485
RESERVED =

Address is reserved and available to use.

432241448
RESERVING =

Address is being reserved.

514587225