Class MachineNetworkDetails
Details of network adapters and settings.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class MachineNetworkDetails : IDirectResponseSchema
Properties
DefaultGateway
Default gateway address.
Declaration
[JsonProperty("defaultGateway")]
public virtual string DefaultGateway { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkAdapters
List of network adapters.
Declaration
[JsonProperty("networkAdapters")]
public virtual NetworkAdapterList NetworkAdapters { get; set; }
Property Value
Type | Description |
---|---|
NetworkAdapterList |
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 |