Class InterconnectDiagnostics (1.18.0)

InterconnectDiagnostics(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
arp_caches MutableSequence[google.cloud.compute_v1.types.InterconnectDiagnosticsARPEntry]
A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
bundle_aggregation_type str
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values. This field is a member of oneof_ _bundle_aggregation_type.
bundle_operational_status str
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values. This field is a member of oneof_ _bundle_operational_status.
links MutableSequence[google.cloud.compute_v1.types.InterconnectDiagnosticsLinkStatus]
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
mac_address str
The MAC address of the Interconnect's bundle interface. This field is a member of oneof_ _mac_address.

Classes

BundleAggregationType

BundleAggregationType(value)

The aggregation type of the bundle interface.

Values: UNDEFINED_BUNDLE_AGGREGATION_TYPE (0): A value indicating that the enum field is not set. BUNDLE_AGGREGATION_TYPE_LACP (27758925): LACP is enabled. BUNDLE_AGGREGATION_TYPE_STATIC (50678873): LACP is disabled.

BundleOperationalStatus

BundleOperationalStatus(value)

The operational status of the bundle interface.

Values: UNDEFINED_BUNDLE_OPERATIONAL_STATUS (0): A value indicating that the enum field is not set. BUNDLE_OPERATIONAL_STATUS_DOWN (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. BUNDLE_OPERATIONAL_STATUS_UP (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.