public sealed class RuntimeNetworkInfo : IMessage<RuntimeNetworkInfo>, IEquatable<RuntimeNetworkInfo>, IDeepCloneable<RuntimeNetworkInfo>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class RuntimeNetworkInfo.
Runtime networking information.
Implements
IMessageRuntimeNetworkInfo, IEquatableRuntimeNetworkInfo, IDeepCloneableRuntimeNetworkInfo, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
RuntimeNetworkInfo()
public RuntimeNetworkInfo()RuntimeNetworkInfo(RuntimeNetworkInfo)
public RuntimeNetworkInfo(RuntimeNetworkInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
RuntimeNetworkInfo |
Properties
Connections
public NetworkConnectionList Connections { get; set; }Network connections.
| Property Value | |
|---|---|
| Type | Description |
NetworkConnectionList |
|
ScanTime
public Timestamp ScanTime { get; set; }Time of the last network scan.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|