Class InterconnectDiagnostics
Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |