Class: Aws::DirectConnect::Types::NewPublicVirtualInterfaceAllocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb

Overview

Information about a public virtual interface to be provisioned on a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_familyString

The address family for the BGP peer.

Returns:

  • (String)


3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3102

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#amazon_addressString

The IP address assigned to the Amazon interface.

Returns:

  • (String)


3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3102

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#asnInteger

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

The valid values are 1-2147483647.

Returns:

  • (Integer)


3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3102

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#auth_keyString

The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.

Returns:

  • (String)


3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3102

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#customer_addressString

The IP address assigned to the customer interface.

Returns:

  • (String)


3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3102

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#route_filter_prefixesArray<Types::RouteFilterPrefix>

The routes to be advertised to the Amazon Web Services network in this Region. Applies to public virtual interfaces.

Returns:



3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3102

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the public virtual interface.

Returns:



3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3102

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_interface_nameString

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 (-).

Returns:

  • (String)


3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3102

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vlanInteger

The ID of the VLAN.

Returns:

  • (Integer)


3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3102

class NewPublicVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :route_filter_prefixes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end