lacp property

String? lacp
getter/setter pair

Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED

Output only. Possible string values are:

  • "LACP_SUPPORTED" : LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
  • "LACP_UNSUPPORTED" : LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this port. GetDiagnostics shows bundleAggregationType as "static". GCP does not support LAGs without LACP, so requestedLinkCount must be 1.

Implementation

core.String? lacp;