Reference documentation and code samples for the Compute V1 Client class BundleOperationalStatus.
The operational status of the bundle interface.
Protobuf type google.cloud.compute.v1.InterconnectDiagnostics.BundleOperationalStatus
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectDiagnosticsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_BUNDLE_OPERATIONAL_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_BUNDLE_OPERATIONAL_STATUS = 0;
BUNDLE_OPERATIONAL_STATUS_DOWN
Value: 453842693
If bundleAggregationType is LACP: LACP is not established and/or all links in the bundle have DOWN operational status. If bundleAggregationType is STATIC: one or more links in the bundle has DOWN operational status.
Generated from protobuf enum BUNDLE_OPERATIONAL_STATUS_DOWN = 453842693;
BUNDLE_OPERATIONAL_STATUS_UP
Value: 161366462
If bundleAggregationType is LACP: LACP is established and at least one link in the bundle has UP operational status. If bundleAggregationType is STATIC: all links in the bundle (typically just one) have UP operational status.
Generated from protobuf enum BUNDLE_OPERATIONAL_STATUS_UP = 161366462;