public sealed class NetworkAdapterList : IMessage<NetworkAdapterList>, IEquatable<NetworkAdapterList>, IDeepCloneable<NetworkAdapterList>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class NetworkAdapterList.
List of network adapters.
Implements
IMessageNetworkAdapterList, IEquatableNetworkAdapterList, IDeepCloneableNetworkAdapterList, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
NetworkAdapterList()
public NetworkAdapterList()NetworkAdapterList(NetworkAdapterList)
public NetworkAdapterList(NetworkAdapterList other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkAdapterList |
Properties
Entries
public RepeatedField<NetworkAdapterDetails> Entries { get; }Network adapter entries.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNetworkAdapterDetails |
|