state property

String? state
getter/setter pair

The current state of Interconnect functionality, which can take one of the following values:

  • ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this Interconnect.
  • UNPROVISIONED: The Interconnect has not completed turnup.

No attachments may be provisioned on this Interconnect.

  • UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.

Output only. Possible string values are:

  • "ACTIVE" : The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect.
  • "UNPROVISIONED" : The interconnect has not completed turnup. No attachments may be provisioned on this interconnect.

Implementation

core.String? state;