Migration Center v1 API - Class NetworkAdapterDetails (1.0.0)

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

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

Details of network adapter.

Inheritance

object > NetworkAdapterDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

NetworkAdapterDetails()

public NetworkAdapterDetails()

NetworkAdapterDetails(NetworkAdapterDetails)

public NetworkAdapterDetails(NetworkAdapterDetails other)
Parameter
NameDescription
otherNetworkAdapterDetails

Properties

AdapterType

public string AdapterType { get; set; }

Network adapter type (e.g. VMXNET3).

Property Value
TypeDescription
string

Addresses

public NetworkAddressList Addresses { get; set; }

NetworkAddressList

Property Value
TypeDescription
NetworkAddressList

MacAddress

public string MacAddress { get; set; }

MAC address.

Property Value
TypeDescription
string