Network Connectivity v1beta API - Class NextHopSpoke (1.0.0-beta01)

public sealed class NextHopSpoke : IMessage<NextHopSpoke>, IEquatable<NextHopSpoke>, IDeepCloneable<NextHopSpoke>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1beta API class NextHopSpoke.

A route next hop that leads to a spoke resource.

Inheritance

object > NextHopSpoke

Namespace

Google.Cloud.NetworkConnectivity.V1Beta

Assembly

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; }

SpokeName-typed view over the Uri resource name property.

Property Value
Type Description
SpokeName