Class VirtualMachineNetworkDetails
Details of network adapters and settings.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class VirtualMachineNetworkDetails : IDirectResponseSchema
Properties
DefaultGw
Default gateway address.
Declaration
[JsonProperty("defaultGw")]
public virtual string DefaultGw { 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
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
Public IP address of the machine.
Declaration
[JsonProperty("publicIpAddress")]
public virtual string PublicIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |