Reference documentation and code samples for the Compute V1 Client class Lacp.
[Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED
Protobuf type google.cloud.compute.v1.InterconnectRemoteLocation.Lacp
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectRemoteLocationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_LACP
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_LACP = 0;
LACP_SUPPORTED
Value: 339576113
LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
Generated from protobuf enum LACP_SUPPORTED = 339576113;
LACP_UNSUPPORTED
Value: 203930104
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.
Generated from protobuf enum LACP_UNSUPPORTED = 203930104;