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