Show / Hide Table of Contents

Class NextHopInterconnectAttachment

A route next hop that leads to an interconnect attachment resource.

Inheritance
object
NextHopInterconnectAttachment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX