Show / Hide Table of Contents

Class LinkedInterconnectAttachments

A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.

Inheritance
object
LinkedInterconnectAttachments
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 LinkedInterconnectAttachments : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcludeExportRanges

Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during export to hub.

Declaration
[JsonProperty("excludeExportRanges")]
public virtual IList<string> ExcludeExportRanges { get; set; }
Property Value
Type Description
IList<string>

ExcludeImportRanges

Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import from hub.

Declaration
[JsonProperty("excludeImportRanges")]
public virtual IList<string> ExcludeImportRanges { get; set; }
Property Value
Type Description
IList<string>

IncludeExportRanges

Optional. Dynamic routes fully encompassed by include export ranges are included during export to hub.

Declaration
[JsonProperty("includeExportRanges")]
public virtual IList<string> IncludeExportRanges { get; set; }
Property Value
Type Description
IList<string>

IncludeImportRanges

Optional. Hub routes fully encompassed by include import ranges are included during import from hub.

Declaration
[JsonProperty("includeImportRanges")]
public virtual IList<string> IncludeImportRanges { get; set; }
Property Value
Type Description
IList<string>

SiteToSiteDataTransfer

A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.

Declaration
[JsonProperty("siteToSiteDataTransfer")]
public virtual bool? SiteToSiteDataTransfer { get; set; }
Property Value
Type Description
bool?

Uris

The URIs of linked interconnect attachment resources

Declaration
[JsonProperty("uris")]
public virtual IList<string> Uris { get; set; }
Property Value
Type Description
IList<string>

VpcNetwork

Output only. The VPC network where these VLAN attachments are 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