public sealed class InterconnectsGetDiagnosticsResponse : IMessage<InterconnectsGetDiagnosticsResponse>, IEquatable<InterconnectsGetDiagnosticsResponse>, IDeepCloneable<InterconnectsGetDiagnosticsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class InterconnectsGetDiagnosticsResponse.
Response for the InterconnectsGetDiagnosticsRequest.
Implements
IMessageInterconnectsGetDiagnosticsResponse, IEquatableInterconnectsGetDiagnosticsResponse, IDeepCloneableInterconnectsGetDiagnosticsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectsGetDiagnosticsResponse()
public InterconnectsGetDiagnosticsResponse()InterconnectsGetDiagnosticsResponse(InterconnectsGetDiagnosticsResponse)
public InterconnectsGetDiagnosticsResponse(InterconnectsGetDiagnosticsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectsGetDiagnosticsResponse |
Properties
Result
public InterconnectDiagnostics Result { get; set; }| Property Value | |
|---|---|
| Type | Description |
InterconnectDiagnostics |
|