public sealed class NextHopSpoke : IMessage<NextHopSpoke>, IEquatable<NextHopSpoke>, IDeepCloneable<NextHopSpoke>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1beta API class NextHopSpoke.
A route next hop that leads to a spoke resource.
Implements
IMessageNextHopSpoke, IEquatableNextHopSpoke, IDeepCloneableNextHopSpoke, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1BetaAssembly
Google.Cloud.NetworkConnectivity.V1Beta.dll
Constructors
NextHopSpoke()
public NextHopSpoke()NextHopSpoke(NextHopSpoke)
public NextHopSpoke(NextHopSpoke other)| Parameter | |
|---|---|
| Name | Description |
other |
NextHopSpoke |
Properties
SiteToSiteDataTransfer
public bool SiteToSiteDataTransfer { get; set; }Indicates whether site-to-site data transfer is allowed for this spoke resource. Data transfer is available only in supported locations. Whether this route is accessible to other hybrid spokes with site-to-site data transfer enabled. If this is false, the route is only accessible to VPC spokes of the connected Hub.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Uri
public string Uri { get; set; }The URI of the spoke resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UriAsSpokeName
public SpokeName UriAsSpokeName { get; set; }| Property Value | |
|---|---|
| Type | Description |
SpokeName |
|