public sealed class LinkedInterconnectAttachments : IMessage<LinkedInterconnectAttachments>, IEquatable<LinkedInterconnectAttachments>, IDeepCloneable<LinkedInterconnectAttachments>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1 API 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.
Implements
IMessageLinkedInterconnectAttachments, IEquatableLinkedInterconnectAttachments, IDeepCloneableLinkedInterconnectAttachments, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
LinkedInterconnectAttachments()
public LinkedInterconnectAttachments()LinkedInterconnectAttachments(LinkedInterconnectAttachments)
public LinkedInterconnectAttachments(LinkedInterconnectAttachments other)| Parameter | |
|---|---|
| Name | Description |
other |
LinkedInterconnectAttachments |
Properties
IncludeImportRanges
public RepeatedField<string> IncludeImportRanges { get; }Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES".
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SiteToSiteDataTransfer
public bool SiteToSiteDataTransfer { get; set; }A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Uris
public RepeatedField<string> Uris { get; }The URIs of linked interconnect attachment resources
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
UrisAsInterconnectAttachmentNames
public ResourceNameList<InterconnectAttachmentName> UrisAsInterconnectAttachmentNames { get; }InterconnectAttachmentName-typed view over the Uris resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListInterconnectAttachmentName |
|
VpcNetwork
public string VpcNetwork { get; set; }Output only. The VPC network where these VLAN attachments are located.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VpcNetworkAsNetworkName
public NetworkName VpcNetworkAsNetworkName { get; set; }NetworkName-typed view over the VpcNetwork resource name property.
| Property Value | |
|---|---|
| Type | Description |
NetworkName |
|