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.
Implements
IMessageNetworkAdapterDetails, IEquatableNetworkAdapterDetails, IDeepCloneableNetworkAdapterDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
NetworkAdapterDetails()
public NetworkAdapterDetails()
NetworkAdapterDetails(NetworkAdapterDetails)
public NetworkAdapterDetails(NetworkAdapterDetails other)
Parameter | |
---|---|
Name | Description |
other | NetworkAdapterDetails |
Properties
AdapterType
public string AdapterType { get; set; }
Network adapter type (e.g. VMXNET3).
Property Value | |
---|---|
Type | Description |
string |
Addresses
public NetworkAddressList Addresses { get; set; }
NetworkAddressList
Property Value | |
---|---|
Type | Description |
NetworkAddressList |
MacAddress
public string MacAddress { get; set; }
MAC address.
Property Value | |
---|---|
Type | Description |
string |