Migration Center v1 API - Class MachineNetworkDetails (1.0.0)

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.

Inheritance

object > MachineNetworkDetails

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

MachineNetworkDetails()

public MachineNetworkDetails()

MachineNetworkDetails(MachineNetworkDetails)

public MachineNetworkDetails(MachineNetworkDetails other)
Parameter
NameDescription
otherMachineNetworkDetails

Properties

Adapters

public NetworkAdapterList Adapters { get; set; }

List of network adapters.

Property Value
TypeDescription
NetworkAdapterList

PrimaryIpAddress

public string PrimaryIpAddress { get; set; }

The primary IP address of the machine.

Property Value
TypeDescription
string

PrimaryMacAddress

public string PrimaryMacAddress { get; set; }

MAC address of the machine. This property is used to uniqly identify the machine.

Property Value
TypeDescription
string

PublicIpAddress

public string PublicIpAddress { get; set; }

The public IP address of the machine.

Property Value
TypeDescription
string