Compute Engine v1 API - Enum Interconnect.Types.OperationalStatus (2.15.0)

public enum Interconnect.Types.OperationalStatus

Reference documentation and code samples for the Compute Engine v1 API enum Interconnect.Types.OperationalStatus.

[Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
OsActive

The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect.

OsUnprovisioned

The interconnect has not completed turnup. No attachments may be provisioned on this interconnect.

UndefinedOperationalStatus

A value indicating that the enum field is not set.