Class InterconnectAttachmentGroupsOperationalStatusAttachmentStatus (0.1.0)

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

The status of one Attachment in the group. List 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 this Attachment is enabled. This becomes false when the customer drains their Attachment. This field is a member of oneof_ _admin_enabled.
attachment str
The URL of the Attachment being described. This field is a member of oneof_ _attachment.
is_active str
Whether this Attachment is participating in the redundant configuration. This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA. Check the IsActive enum for the list of possible values. This field is a member of oneof_ _is_active.
status str
Whether this Attachment is active, and if so, whether BGP is up. This is based on the statuses available in the Pantheon UI here: http://google3/java/com/google/cloud/boq/clientapi/gce/hybrid/api/interconnect_models.proto Check the Status enum for the list of possible values. This field is a member of oneof_ _status.

Classes

IsActive

IsActive(value)

Whether this Attachment is participating in the redundant configuration. This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA.

Status

Status(value)

Whether this Attachment is active, and if so, whether BGP is up. This is based on the statuses available in the Pantheon UI here: http://google3/java/com/google/cloud/boq/clientapi/gce/hybrid/api/interconnect_models.proto