status property

String? status
getter/setter pair

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.

Output only. Possible string values are:

  • "IN_USE" : Address is being used by another resource and is not available.
  • "RESERVED" : Address is reserved and available to use.
  • "RESERVING" : Address is being reserved.

Implementation

core.String? status;