Show / Hide Table of Contents

Class VirtualMachineNetworkDetails

Details of network adapters and settings.

Inheritance
object
VirtualMachineNetworkDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX