Migration Center v1 API - Class NetworkAdapterList (1.0.0)

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

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

List of network adapters.

Inheritance

object > NetworkAdapterList

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

NetworkAdapterList()

public NetworkAdapterList()

NetworkAdapterList(NetworkAdapterList)

public NetworkAdapterList(NetworkAdapterList other)
Parameter
NameDescription
otherNetworkAdapterList

Properties

Entries

public RepeatedField<NetworkAdapterDetails> Entries { get; }

Network adapter entries.

Property Value
TypeDescription
RepeatedFieldNetworkAdapterDetails