Reference documentation and code samples for the Compute V1 Client class BundleAggregationType.
The aggregation type of the bundle interface.
Protobuf type google.cloud.compute.v1.InterconnectDiagnostics.BundleAggregationType
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectDiagnosticsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_BUNDLE_AGGREGATION_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_BUNDLE_AGGREGATION_TYPE = 0;
BUNDLE_AGGREGATION_TYPE_LACP
Value: 27758925
LACP is enabled.
Generated from protobuf enum BUNDLE_AGGREGATION_TYPE_LACP = 27758925;
BUNDLE_AGGREGATION_TYPE_STATIC
Value: 50678873
LACP is disabled.
Generated from protobuf enum BUNDLE_AGGREGATION_TYPE_STATIC = 50678873;