Method: Aws::DirectConnect::Types::VirtualInterface#virtual_interface_type
- Defined in:
- lib/aws-sdk-directconnect/types.rb
#virtual_interface_type ⇒ String
The type of virtual interface. The possible values are private, public and transit.
4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 |
# File 'lib/aws-sdk-directconnect/types.rb', line 4260 class VirtualInterface < Struct.new( :owner_account, :virtual_interface_id, :location, :connection_id, :virtual_interface_type, :virtual_interface_name, :vlan, :asn, :asn_long, :amazon_side_asn, :auth_key, :amazon_address, :customer_address, :address_family, :virtual_interface_state, :customer_router_config, :mtu, :jumbo_frame_capable, :virtual_gateway_id, :direct_connect_gateway_id, :route_filter_prefixes, :bgp_peers, :region, :aws_device_v2, :aws_logical_device_id, :tags, :site_link_enabled) SENSITIVE = [] include Aws::Structure end |