public sealed class InterconnectsGetDiagnosticsResponse : IMessage<InterconnectsGetDiagnosticsResponse>, IEquatable<InterconnectsGetDiagnosticsResponse>, IDeepCloneable<InterconnectsGetDiagnosticsResponse>, IBufferMessage, IMessageResponse for the InterconnectsGetDiagnosticsRequest.
Implements
IMessage<InterconnectsGetDiagnosticsResponse>, IEquatable<InterconnectsGetDiagnosticsResponse>, IDeepCloneable<InterconnectsGetDiagnosticsResponse>, 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 |
|