Class InterconnectDiagnosticsLinkLACPStatus (1.5.0)

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

Attributes

NameDescription
google_system_id str
System ID of the port on Google's side of the LACP exchange. This field is a member of `oneof`_ ``_google_system_id``.
neighbor_system_id str
System ID of the port on the neighbor's side of the LACP exchange. This field is a member of `oneof`_ ``_neighbor_system_id``.
state str
The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty. Check the State enum for the list of possible values. This field is a member of `oneof`_ ``_state``.

Inheritance

builtins.object > proto.message.Message > InterconnectDiagnosticsLinkLACPStatus

Classes

State

State(value)

The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty.