Class NextHopInterconnectAttachment
A route next hop that leads to an interconnect attachment resource.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class NextHopInterconnectAttachment : 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 interconnect attachment resource. Data transfer is available only in supported locations.
Declaration
[JsonProperty("siteToSiteDataTransfer")]
public virtual bool? SiteToSiteDataTransfer { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Uri
The URI of the interconnect attachment resource.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |
VpcNetwork
The VPC network where this interconnect attachment is located.
Declaration
[JsonProperty("vpcNetwork")]
public virtual string VpcNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |