Distributed Cloud Edge Network v1 API - Class DiagnoseNetworkResponse.Types.NetworkStatus (1.3.0)

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

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

NetworkStatus has a list of status for the subnets under the current network.

Inheritance

object > DiagnoseNetworkResponse.Types.NetworkStatus

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

NetworkStatus()

public NetworkStatus()

NetworkStatus(NetworkStatus)

public NetworkStatus(DiagnoseNetworkResponse.Types.NetworkStatus other)
Parameter
Name Description
other DiagnoseNetworkResponseTypesNetworkStatus

Properties

public DiagnoseNetworkResponse.Types.NetworkStatus.Types.MacsecStatus MacsecStatusInternalLinks { get; set; }

The MACsec status of internal links.

Property Value
Type Description
DiagnoseNetworkResponseTypesNetworkStatusTypesMacsecStatus

SubnetStatus

public RepeatedField<SubnetStatus> SubnetStatus { get; }

A list of status for the subnets under the current network.

Property Value
Type Description
RepeatedFieldSubnetStatus