Class RouterApplianceInstance
RouterAppliance represents a Router appliance which is specified by a VM URI and a NIC address.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1alpha1.Data
Assembly: Google.Apis.Networkconnectivity.v1alpha1.dll
Syntax
public class RouterApplianceInstance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddress
The IP address of the network interface to use for peering.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkInterface
Declaration
[JsonProperty("networkInterface")]
public virtual string NetworkInterface { get; set; }
Property Value
Type | Description |
---|---|
string |
VirtualMachine
The URI of the virtual machine resource
Declaration
[JsonProperty("virtualMachine")]
public virtual string VirtualMachine { get; set; }
Property Value
Type | Description |
---|---|
string |