public sealed class NextHopInterconnectAttachment : IMessage<NextHopInterconnectAttachment>, IEquatable<NextHopInterconnectAttachment>, IDeepCloneable<NextHopInterconnectAttachment>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class NextHopInterconnectAttachment.
A route next hop that leads to an interconnect attachment resource.
Implements
IMessageNextHopInterconnectAttachment, IEquatableNextHopInterconnectAttachment, IDeepCloneableNextHopInterconnectAttachment, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
NextHopInterconnectAttachment()
public NextHopInterconnectAttachment()
NextHopInterconnectAttachment(NextHopInterconnectAttachment)
public NextHopInterconnectAttachment(NextHopInterconnectAttachment other)
Parameter | |
---|---|
Name | Description |
other |
NextHopInterconnectAttachment |
Properties
SiteToSiteDataTransfer
public bool SiteToSiteDataTransfer { get; set; }
Indicates whether site-to-site data transfer is allowed for this interconnect attachment resource. Data transfer is available only in supported locations.
Property Value | |
---|---|
Type | Description |
bool |
Uri
public string Uri { get; set; }
The URI of the interconnect attachment resource.
Property Value | |
---|---|
Type | Description |
string |
UriAsInterconnectAttachmentName
public InterconnectAttachmentName UriAsInterconnectAttachmentName { get; set; }
InterconnectAttachmentName-typed view over the Uri resource name property.
Property Value | |
---|---|
Type | Description |
InterconnectAttachmentName |
VpcNetwork
public string VpcNetwork { get; set; }
The VPC network where this interconnect attachment is 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 |