Module: Google::Cloud::Compute::V1::InterconnectAttachment::OperationalStatus
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[Output Only] 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.
Constant Summary collapse
- UNDEFINED_OPERATIONAL_STATUS =
A value indicating that the enum field is not set.
0
- OS_ACTIVE =
Indicates that attachment has been turned up and is ready to use.
55_721_409
- OS_UNPROVISIONED =
Indicates that attachment is not ready to use yet, because turnup is not complete.
239_771_840