Show / Hide Table of Contents

Class InterconnectDiagnostics

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

Inheritance
object
InterconnectDiagnostics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InterconnectDiagnostics : IDirectResponseSchema

Properties

ArpCaches

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.

Declaration
[JsonProperty("arpCaches")]
public virtual IList<InterconnectDiagnosticsARPEntry> ArpCaches { get; set; }
Property Value
Type Description
IList<InterconnectDiagnosticsARPEntry>

BundleAggregationType

The aggregation type of the bundle interface.

Declaration
[JsonProperty("bundleAggregationType")]
public virtual string BundleAggregationType { get; set; }
Property Value
Type Description
string

BundleOperationalStatus

The operational status of the bundle interface.

Declaration
[JsonProperty("bundleOperationalStatus")]
public virtual string BundleOperationalStatus { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Links

A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.

Declaration
[JsonProperty("links")]
public virtual IList<InterconnectDiagnosticsLinkStatus> Links { get; set; }
Property Value
Type Description
IList<InterconnectDiagnosticsLinkStatus>

MacAddress

The MAC address of the Interconnect's bundle interface.

Declaration
[JsonProperty("macAddress")]
public virtual string MacAddress { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX