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.
Implements
IMessageNetworkConnectionList, IEquatableNetworkConnectionList, IDeepCloneableNetworkConnectionList, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
NetworkConnectionList()
public NetworkConnectionList()
NetworkConnectionList(NetworkConnectionList)
public NetworkConnectionList(NetworkConnectionList other)
Parameter | |
---|---|
Name | Description |
other |
NetworkConnectionList |
Properties
Entries
public RepeatedField<NetworkConnection> Entries { get; }
Network connection entries.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNetworkConnection |