Class InterconnectDiagnosticsLinkLACPStatus (1.0.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.

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.