Class LinkedInterconnectAttachments (1.0.0)

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

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

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

LinkedInterconnectAttachments()

public LinkedInterconnectAttachments()

LinkedInterconnectAttachments(LinkedInterconnectAttachments)

public LinkedInterconnectAttachments(LinkedInterconnectAttachments other)
Parameter
NameDescription
otherLinkedInterconnectAttachments

Properties

SiteToSiteDataTransfer

public bool SiteToSiteDataTransfer { get; set; }

A value that controls whether site-to-site data transfer is enabled for these resources. This field is set to false by default, but you must set it to true. Note that data transfer is available only in supported locations.

Property Value
TypeDescription
Boolean

Uris

public RepeatedField<string> Uris { get; }

The URIs of linked interconnect attachment resources

Property Value
TypeDescription
RepeatedField<String>

UrisAsInterconnectAttachmentNames

public ResourceNameList<InterconnectAttachmentName> UrisAsInterconnectAttachmentNames { get; }

InterconnectAttachmentName-typed view over the Uris resource name property.

Property Value
TypeDescription
ResourceNameList<InterconnectAttachmentName>