Class: Aws::DirectConnect::Types::NewPrivateVirtualInterfaceAllocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::NewPrivateVirtualInterfaceAllocation
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Information about a private virtual interface to be provisioned on a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_family ⇒ String
The address family for the BGP peer.
-
#amazon_address ⇒ String
The IP address assigned to the Amazon interface.
-
#asn ⇒ Integer
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
-
#auth_key ⇒ String
The authentication key for BGP configuration.
-
#customer_address ⇒ String
The IP address assigned to the customer interface.
-
#mtu ⇒ Integer
The maximum transmission unit (MTU), in bytes.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the private virtual interface.
-
#virtual_interface_name ⇒ String
The name of the virtual interface assigned by the customer network.
-
#vlan ⇒ Integer
The ID of the VLAN.
Instance Attribute Details
#address_family ⇒ String
The address family for the BGP peer.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2975 class NewPrivateVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :mtu, :auth_key, :amazon_address, :address_family, :customer_address, :tags) SENSITIVE = [] include Aws::Structure end |
#amazon_address ⇒ String
The IP address assigned to the Amazon interface.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2975 class NewPrivateVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :mtu, :auth_key, :amazon_address, :address_family, :customer_address, :tags) SENSITIVE = [] include Aws::Structure end |
#asn ⇒ Integer
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The valid values are 1-2147483647.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2975 class NewPrivateVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :mtu, :auth_key, :amazon_address, :address_family, :customer_address, :tags) SENSITIVE = [] include Aws::Structure end |
#auth_key ⇒ String
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2975 class NewPrivateVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :mtu, :auth_key, :amazon_address, :address_family, :customer_address, :tags) SENSITIVE = [] include Aws::Structure end |
#customer_address ⇒ String
The IP address assigned to the customer interface.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2975 class NewPrivateVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :mtu, :auth_key, :amazon_address, :address_family, :customer_address, :tags) SENSITIVE = [] include Aws::Structure end |
#mtu ⇒ Integer
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2975 class NewPrivateVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :mtu, :auth_key, :amazon_address, :address_family, :customer_address, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the private virtual interface.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2975 class NewPrivateVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :mtu, :auth_key, :amazon_address, :address_family, :customer_address, :tags) SENSITIVE = [] include Aws::Structure end |
#virtual_interface_name ⇒ String
The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2975 class NewPrivateVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :mtu, :auth_key, :amazon_address, :address_family, :customer_address, :tags) SENSITIVE = [] include Aws::Structure end |
#vlan ⇒ Integer
The ID of the VLAN.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2975 class NewPrivateVirtualInterfaceAllocation < Struct.new( :virtual_interface_name, :vlan, :asn, :mtu, :auth_key, :amazon_address, :address_family, :customer_address, :tags) SENSITIVE = [] include Aws::Structure end |