Class InterconnectGroupsOperationalStatusInterconnectStatus (0.1.0)

InterconnectGroupsOperationalStatusInterconnectStatus(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The status of one Interconnect in the group. The order is arbitrary.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
admin_enabled bool
Whether the Interconnect is enabled. This field is a member of oneof_ _admin_enabled.
diagnostics google.cloud.compute_v1beta.types.InterconnectDiagnostics
The diagnostics of the Interconnect, as returned by the existing get-diagnostics method. This field is a member of oneof_ _diagnostics.
interconnect str
The URL of the Interconnect being described. This field is a member of oneof_ _interconnect.
is_active str
Whether this interconnect is participating in the redundant configuration. Check the IsActive enum for the list of possible values. This field is a member of oneof_ _is_active.

Classes

IsActive

IsActive(value)

Whether this interconnect is participating in the redundant configuration.