status property

String? status
getter/setter pair

The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects.

  • AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.

Output only. Possible string values are:

  • "AVAILABLE" : The InterconnectLocation is available for provisioning new Interconnects.
  • "CLOSED" : The InterconnectLocation is closed for provisioning new Interconnects.

Implementation

core.String? status;