Show / Hide Table of Contents

Class InterconnectAttachmentInfo

For display only. Metadata associated with an Interconnect attachment.

Inheritance
object
InterconnectAttachmentInfo
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.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class InterconnectAttachmentInfo : IDirectResponseSchema

Properties

CloudRouterUri

URI of the Cloud Router to be used for dynamic routing.

Declaration
[JsonProperty("cloudRouterUri")]
public virtual string CloudRouterUri { get; set; }
Property Value
Type Description
string

DisplayName

Name of an Interconnect attachment.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

InterconnectUri

URI of the Interconnect where the Interconnect attachment is configured.

Declaration
[JsonProperty("interconnectUri")]
public virtual string InterconnectUri { get; set; }
Property Value
Type Description
string

L2AttachmentMatchedIpAddress

Appliance IP address that was matched for L2_DEDICATED attachments.

Declaration
[JsonProperty("l2AttachmentMatchedIpAddress")]
public virtual string L2AttachmentMatchedIpAddress { get; set; }
Property Value
Type Description
string

Region

Name of a Google Cloud region where the Interconnect attachment is configured.

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
string

Type

The type of interconnect attachment this is.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Uri

URI of an Interconnect attachment.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX