Class NextHopSpoke
A route next hop that leads to a spoke resource.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class NextHopSpoke : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteToSiteDataTransfer
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.
Declaration
[JsonProperty("siteToSiteDataTransfer")]
public virtual bool? SiteToSiteDataTransfer { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Uri
The URI of the spoke resource.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |