Class InterconnectDiagnosticsLinkLACPStatus (0.4.2)

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.
neighbor_system_id str
System ID of the port on the neighbor's side of the LACP exchange.
state google.cloud.compute_v1.types.InterconnectDiagnosticsLinkLACPStatus.State
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.

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.