Class HostedTransitVirtualInterfaceState
Inheritance
System.Object
HostedTransitVirtualInterfaceState
Inherited Members
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()
Assembly: Pulumi.Aws.dll
Syntax
public sealed class HostedTransitVirtualInterfaceState : ResourceArgs
Constructors
View Source
HostedTransitVirtualInterfaceState()
Declaration
public HostedTransitVirtualInterfaceState()
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
AmazonSideAsn
Declaration
public Input<string> AmazonSideAsn { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Arn
The ARN of the virtual interface.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AwsDevice
The Direct Connect endpoint on which the virtual interface terminates.
Declaration
public Input<string> AwsDevice { 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
JumboFrameCapable
Indicates whether jumbo frames (8500 MTU) are supported.
Declaration
public Input<bool> JumboFrameCapable { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Mtu
The maximum transmission unit (MTU) is the size, in bytes, of the largest permissible packet that can be passed over the connection. The MTU of a virtual transit interface can be either 1500 or 8500 (jumbo frames). Default is 1500.
Declaration
public Input<int> Mtu { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
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
OwnerAccountId
The AWS account that will own the new virtual interface.
Declaration
public Input<string> OwnerAccountId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Vlan
Declaration
public Input<int> Vlan { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|