Network Management v1 API - Class InterconnectAttachmentInfo (2.16.0)

public sealed class InterconnectAttachmentInfo : IMessage<InterconnectAttachmentInfo>, IEquatable<InterconnectAttachmentInfo>, IDeepCloneable<InterconnectAttachmentInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Management v1 API class InterconnectAttachmentInfo.

For display only. Metadata associated with an Interconnect attachment.

Inheritance

object > InterconnectAttachmentInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

InterconnectAttachmentInfo()

public InterconnectAttachmentInfo()

InterconnectAttachmentInfo(InterconnectAttachmentInfo)

public InterconnectAttachmentInfo(InterconnectAttachmentInfo other)
Parameter
Name Description
other InterconnectAttachmentInfo

Properties

CloudRouterUri

public string CloudRouterUri { get; set; }

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

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

Name of an Interconnect attachment.

Property Value
Type Description
string

InterconnectUri

public string InterconnectUri { get; set; }

URI of the Interconnect where the Interconnect attachment is configured.

Property Value
Type Description
string

L2AttachmentMatchedIpAddress

public string L2AttachmentMatchedIpAddress { get; set; }

Appliance IP address that was matched for L2_DEDICATED attachments.

Property Value
Type Description
string

Region

public string Region { get; set; }

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

Property Value
Type Description
string

Type

public InterconnectAttachmentInfo.Types.Type Type { get; set; }

The type of interconnect attachment this is.

Property Value
Type Description
InterconnectAttachmentInfoTypesType

Uri

public string Uri { get; set; }

URI of an Interconnect attachment.

Property Value
Type Description
string