public sealed class DiagnoseNetworkResponse.Types.NetworkStatus : IMessage<DiagnoseNetworkResponse.Types.NetworkStatus>, IEquatable<DiagnoseNetworkResponse.Types.NetworkStatus>, IDeepCloneable<DiagnoseNetworkResponse.Types.NetworkStatus>, IBufferMessage, IMessageReference 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.
Implements
IMessageDiagnoseNetworkResponseTypesNetworkStatus, IEquatableDiagnoseNetworkResponseTypesNetworkStatus, IDeepCloneableDiagnoseNetworkResponseTypesNetworkStatus, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
NetworkStatus()
public NetworkStatus()NetworkStatus(NetworkStatus)
public NetworkStatus(DiagnoseNetworkResponse.Types.NetworkStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
DiagnoseNetworkResponseTypesNetworkStatus |
Properties
MacsecStatusInternalLinks
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 |
|