public sealed class NextHopRouterApplianceInstance : IMessage<NextHopRouterApplianceInstance>, IEquatable<NextHopRouterApplianceInstance>, IDeepCloneable<NextHopRouterApplianceInstance>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1 API class NextHopRouterApplianceInstance.
A route next hop that leads to a Router appliance instance.
Implements
IMessageNextHopRouterApplianceInstance, IEquatableNextHopRouterApplianceInstance, IDeepCloneableNextHopRouterApplianceInstance, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
NextHopRouterApplianceInstance()
public NextHopRouterApplianceInstance()NextHopRouterApplianceInstance(NextHopRouterApplianceInstance)
public NextHopRouterApplianceInstance(NextHopRouterApplianceInstance other)| Parameter | |
|---|---|
| Name | Description |
other |
NextHopRouterApplianceInstance |
Properties
SiteToSiteDataTransfer
public bool SiteToSiteDataTransfer { get; set; }Indicates whether site-to-site data transfer is allowed for this Router appliance instance resource. Data transfer is available only in supported locations.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Uri
public string Uri { get; set; }The URI of the Router appliance instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UriAsInstanceName
public InstanceName UriAsInstanceName { get; set; }InstanceName-typed view over the Uri resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|
VpcNetwork
public string VpcNetwork { get; set; }The VPC network where this VM is located.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VpcNetworkAsNetworkName
public NetworkName VpcNetworkAsNetworkName { get; set; }NetworkName-typed view over the VpcNetwork resource name property.
| Property Value | |
|---|---|
| Type | Description |
NetworkName |
|