Class MachineNetworkDetails
Details of network adapters and settings.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class MachineNetworkDetails : IDirectResponseSchema
Properties
Adapters
List of network adapters.
Declaration
[JsonProperty("adapters")]
public virtual NetworkAdapterList Adapters { get; set; }
Property Value
Type | Description |
---|---|
NetworkAdapterList |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PrimaryIpAddress
The primary IP address of the machine.
Declaration
[JsonProperty("primaryIpAddress")]
public virtual string PrimaryIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
PrimaryMacAddress
MAC address of the machine. This property is used to uniqly identify the machine.
Declaration
[JsonProperty("primaryMacAddress")]
public virtual string PrimaryMacAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicIpAddress
The public IP address of the machine.
Declaration
[JsonProperty("publicIpAddress")]
public virtual string PublicIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |