public sealed class MachineNetworkDetails : IMessage<MachineNetworkDetails>, IEquatable<MachineNetworkDetails>, IDeepCloneable<MachineNetworkDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class MachineNetworkDetails.
Details of network adapters and settings.
Implements
IMessageMachineNetworkDetails, IEquatableMachineNetworkDetails, IDeepCloneableMachineNetworkDetails, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
MachineNetworkDetails()
public MachineNetworkDetails()
MachineNetworkDetails(MachineNetworkDetails)
public MachineNetworkDetails(MachineNetworkDetails other)
Parameter | |
---|---|
Name | Description |
other | MachineNetworkDetails |
Properties
Adapters
public NetworkAdapterList Adapters { get; set; }
List of network adapters.
Property Value | |
---|---|
Type | Description |
NetworkAdapterList |
PrimaryIpAddress
public string PrimaryIpAddress { get; set; }
The primary IP address of the machine.
Property Value | |
---|---|
Type | Description |
string |
PrimaryMacAddress
public string PrimaryMacAddress { get; set; }
MAC address of the machine. This property is used to uniqly identify the machine.
Property Value | |
---|---|
Type | Description |
string |
PublicIpAddress
public string PublicIpAddress { get; set; }
The public IP address of the machine.
Property Value | |
---|---|
Type | Description |
string |