state property

String? state
getter/setter pair

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. Possible string values are:
  • "ACTIVE" : The link is configured and active within the bundle.
  • "DETACHED" : The link is not configured within the bundle, this means the rest of the object should be empty.

Implementation

core.String? state;