Distributed Cloud Edge Network v1 API - Class DiagnoseNetworkResponse (1.2.0)

public sealed class DiagnoseNetworkResponse : IMessage<DiagnoseNetworkResponse>, IEquatable<DiagnoseNetworkResponse>, IDeepCloneable<DiagnoseNetworkResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class DiagnoseNetworkResponse.

DiagnoseNetworkResponse contains the current status for a specific network.

Inheritance

object > DiagnoseNetworkResponse

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

DiagnoseNetworkResponse()

public DiagnoseNetworkResponse()

DiagnoseNetworkResponse(DiagnoseNetworkResponse)

public DiagnoseNetworkResponse(DiagnoseNetworkResponse other)
Parameter
Name Description
other DiagnoseNetworkResponse

Properties

Result

public DiagnoseNetworkResponse.Types.NetworkStatus Result { get; set; }

The network status of a specific network.

Property Value
Type Description
DiagnoseNetworkResponseTypesNetworkStatus

UpdateTime

public Timestamp UpdateTime { get; set; }

The time when the network status was last updated.

Property Value
Type Description
Timestamp