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 |
|
---|---|
Name | Description |
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.
BundleOperationalStatus
BundleOperationalStatus(value)
The operational status of the bundle interface.