Migration Center v1 API - Class NetworkConnectionList (1.1.0)

public sealed class NetworkConnectionList : IMessage<NetworkConnectionList>, IEquatable<NetworkConnectionList>, IDeepCloneable<NetworkConnectionList>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class NetworkConnectionList.

Network connection list.

Inheritance

object > NetworkConnectionList

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

NetworkConnectionList()

public NetworkConnectionList()

NetworkConnectionList(NetworkConnectionList)

public NetworkConnectionList(NetworkConnectionList other)
Parameter
NameDescription
otherNetworkConnectionList

Properties

Entries

public RepeatedField<NetworkConnection> Entries { get; }

Network connection entries.

Property Value
TypeDescription
RepeatedFieldNetworkConnection