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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This documentation page covers the `DiagnoseNetworkResponse.Types.NetworkStatus` class within the Google Cloud Edge Network v1 API, providing details on its functionality and usage."],["The `NetworkStatus` class, inheriting from `object`, is designed to provide a comprehensive list of statuses for subnets within a given network and is implemented with multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default `NetworkStatus()` constructor and another that accepts an existing `NetworkStatus` object to create a copy."],["Key properties of the `NetworkStatus` class include `MacsecStatusInternalLinks`, which reveals the MACsec status of internal links, and `SubnetStatus`, a list of subnet statuses represented using the `RepeatedField` type."],["The documentation also includes previous versions of the `NetworkStatus` class, which can be found from versions 1.0.0 to the most recent version 1.4.0."]]],[]]