public enum InterconnectRemoteLocation.Types.LacpReference documentation and code samples for the Compute Engine v1 API enum InterconnectRemoteLocation.Types.Lacp.
Output only. [Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
Supported |
LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect. |
UndefinedLacp |
A value indicating that the enum field is not set. |
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. |