Show / Hide Table of Contents

Class PublicVirtualInterfaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PublicVirtualInterfaceArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.DirectConnect
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PublicVirtualInterfaceArgs : ResourceArgs

Constructors

View Source

PublicVirtualInterfaceArgs()

Declaration
public PublicVirtualInterfaceArgs()

Properties

View Source

AddressFamily

The address family for the BGP peer. ipv4 or ipv6.

Declaration
public Input<string> AddressFamily { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AmazonAddress

The IPv4 CIDR address to use to send traffic to Amazon. Required for IPv4 BGP peers.

Declaration
public Input<string> AmazonAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

BgpAsn

The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

Declaration
public Input<int> BgpAsn { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

BgpAuthKey

The authentication key for BGP configuration.

Declaration
public Input<string> BgpAuthKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ConnectionId

The ID of the Direct Connect connection (or LAG) on which to create the virtual interface.

Declaration
public Input<string> ConnectionId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CustomerAddress

The IPv4 CIDR destination address to which Amazon should send traffic. Required for IPv4 BGP peers.

Declaration
public Input<string> CustomerAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name for the virtual interface.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RouteFilterPrefixes

A list of routes to be advertised to the AWS network in this region.

Declaration
public InputList<string> RouteFilterPrefixes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Vlan

The VLAN ID.

Declaration
public Input<int> Vlan { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.