public sealed class RuntimeNetworkInfo : IMessage<RuntimeNetworkInfo>, IEquatable<RuntimeNetworkInfo>, IDeepCloneable<RuntimeNetworkInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class RuntimeNetworkInfo.
[[["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-03-21 UTC."],[[["The `RuntimeNetworkInfo` class in the Google Cloud Migration Center v1 API provides details about runtime networking information."],["This class can be found within the `Google.Cloud.MigrationCenter.V1` namespace in the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["It offers constructors to create new instances, either empty or as a copy of another `RuntimeNetworkInfo` object."],["The `RuntimeNetworkInfo` class includes properties for `Connections`, which represents the network connections as a `NetworkConnectionList`, and `ScanTime`, which indicates the time of the last network scan."],["It implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable and IBufferMessage."]]],[]]