Migration Center v1 API - Class RuntimeNetworkInfo (1.4.0)

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.

Runtime networking information.

Inheritance

object > RuntimeNetworkInfo

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

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