operationalStatus property

String? operationalStatus
getter/setter pair

The current status of whether or not this interconnect attachment is functional, which can take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use.

  • OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete.

Output only. Possible string values are:

  • "OS_ACTIVE" : Indicates that attachment has been turned up and is ready to use.
  • "OS_UNPROVISIONED" : Indicates that attachment is not ready to use yet, because turnup is not complete.

Implementation

core.String? operationalStatus;