public sealed class InterconnectDiagnostics : IMessage<InterconnectDiagnostics>, IEquatable<InterconnectDiagnostics>, IDeepCloneable<InterconnectDiagnostics>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InterconnectDiagnostics.
Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.
Implements
IMessageInterconnectDiagnostics, IEquatableInterconnectDiagnostics, IDeepCloneableInterconnectDiagnostics, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectDiagnostics()
public InterconnectDiagnostics()
InterconnectDiagnostics(InterconnectDiagnostics)
public InterconnectDiagnostics(InterconnectDiagnostics other)
Parameter | |
---|---|
Name | Description |
other |
InterconnectDiagnostics |
Properties
ArpCaches
public RepeatedField<InterconnectDiagnosticsARPEntry> ArpCaches { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInterconnectDiagnosticsARPEntry |
BundleAggregationType
public string BundleAggregationType { get; set; }
The aggregation type of the bundle interface. Check the BundleAggregationType enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |
BundleOperationalStatus
public string BundleOperationalStatus { get; set; }
The operational status of the bundle interface. Check the BundleOperationalStatus enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |
HasBundleAggregationType
public bool HasBundleAggregationType { get; }
Gets whether the "bundle_aggregation_type" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasBundleOperationalStatus
public bool HasBundleOperationalStatus { get; }
Gets whether the "bundle_operational_status" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasMacAddress
public bool HasMacAddress { get; }
Gets whether the "mac_address" field is set
Property Value | |
---|---|
Type | Description |
bool |
Links
public RepeatedField<InterconnectDiagnosticsLinkStatus> Links { get; }
A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInterconnectDiagnosticsLinkStatus |
MacAddress
public string MacAddress { get; set; }
The MAC address of the Interconnect's bundle interface.
Property Value | |
---|---|
Type | Description |
string |