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. 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.