Method: Aws::DirectConnect::Types::NewPublicVirtualInterface#virtual_interface_name
- Defined in:
- lib/aws-sdk-directconnect/types.rb
#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 (-).
3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3376 class NewPublicVirtualInterface < Struct.new( :virtual_interface_name, :vlan, :asn, :asn_long, :auth_key, :amazon_address, :customer_address, :address_family, :route_filter_prefixes, :tags) SENSITIVE = [] include Aws::Structure end |