Module: Aws::DirectConnect::Client::_AssociateVirtualInterfaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::VirtualInterface]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #address_family ⇒ "ipv4", "ipv6"
- #amazon_address ⇒ ::String
- #amazon_side_asn ⇒ ::Integer
- #asn ⇒ ::Integer
- #asn_long ⇒ ::Integer
- #auth_key ⇒ ::String
- #aws_device_v2 ⇒ ::String
- #aws_logical_device_id ⇒ ::String
- #bgp_peers ⇒ ::Array[Types::BGPPeer]
- #connection_id ⇒ ::String
- #customer_address ⇒ ::String
- #customer_router_config ⇒ ::String
- #direct_connect_gateway_id ⇒ ::String
- #jumbo_frame_capable ⇒ Boolean
- #location ⇒ ::String
- #mtu ⇒ ::Integer
- #owner_account ⇒ ::String
- #prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
- #prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
- #rate_limit ⇒ ::String
- #region ⇒ ::String
- #route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
- #site_link_enabled ⇒ Boolean
- #tags ⇒ ::Array[Types::Tag]
- #virtual_gateway_id ⇒ ::String
- #virtual_interface_id ⇒ ::String
- #virtual_interface_name ⇒ ::String
- #virtual_interface_state ⇒ "confirming", ...
- #virtual_interface_type ⇒ ::String
- #vlan ⇒ ::Integer
Instance Method Details
#address_family ⇒ "ipv4", "ipv6"
457 |
# File 'sig/client.rbs', line 457 def address_family: () -> ("ipv4" | "ipv6") |
#amazon_address ⇒ ::String
455 |
# File 'sig/client.rbs', line 455 def amazon_address: () -> ::String |
#amazon_side_asn ⇒ ::Integer
453 |
# File 'sig/client.rbs', line 453 def amazon_side_asn: () -> ::Integer |
#asn ⇒ ::Integer
451 |
# File 'sig/client.rbs', line 451 def asn: () -> ::Integer |
#asn_long ⇒ ::Integer
452 |
# File 'sig/client.rbs', line 452 def asn_long: () -> ::Integer |
#auth_key ⇒ ::String
454 |
# File 'sig/client.rbs', line 454 def auth_key: () -> ::String |
#aws_device_v2 ⇒ ::String
467 |
# File 'sig/client.rbs', line 467 def aws_device_v2: () -> ::String |
#aws_logical_device_id ⇒ ::String
468 |
# File 'sig/client.rbs', line 468 def aws_logical_device_id: () -> ::String |
#bgp_peers ⇒ ::Array[Types::BGPPeer]
465 |
# File 'sig/client.rbs', line 465 def bgp_peers: () -> ::Array[Types::BGPPeer] |
#connection_id ⇒ ::String
447 |
# File 'sig/client.rbs', line 447 def connection_id: () -> ::String |
#customer_address ⇒ ::String
456 |
# File 'sig/client.rbs', line 456 def customer_address: () -> ::String |
#customer_router_config ⇒ ::String
459 |
# File 'sig/client.rbs', line 459 def customer_router_config: () -> ::String |
#direct_connect_gateway_id ⇒ ::String
463 |
# File 'sig/client.rbs', line 463 def direct_connect_gateway_id: () -> ::String |
#jumbo_frame_capable ⇒ Boolean
461 |
# File 'sig/client.rbs', line 461 def jumbo_frame_capable: () -> bool |
#location ⇒ ::String
446 |
# File 'sig/client.rbs', line 446 def location: () -> ::String |
#mtu ⇒ ::Integer
460 |
# File 'sig/client.rbs', line 460 def mtu: () -> ::Integer |
#owner_account ⇒ ::String
444 |
# File 'sig/client.rbs', line 444 def owner_account: () -> ::String |
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
471 |
# File 'sig/client.rbs', line 471 def prefix_pool_allocated_count_ipv_4: () -> ::Integer |
#prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
472 |
# File 'sig/client.rbs', line 472 def prefix_pool_allocated_count_ipv_6: () -> ::Integer |
#rate_limit ⇒ ::String
473 |
# File 'sig/client.rbs', line 473 def rate_limit: () -> ::String |
#region ⇒ ::String
466 |
# File 'sig/client.rbs', line 466 def region: () -> ::String |
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
464 |
# File 'sig/client.rbs', line 464 def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix] |
#site_link_enabled ⇒ Boolean
470 |
# File 'sig/client.rbs', line 470 def site_link_enabled: () -> bool |
#tags ⇒ ::Array[Types::Tag]
469 |
# File 'sig/client.rbs', line 469 def tags: () -> ::Array[Types::Tag] |
#virtual_gateway_id ⇒ ::String
462 |
# File 'sig/client.rbs', line 462 def virtual_gateway_id: () -> ::String |
#virtual_interface_id ⇒ ::String
445 |
# File 'sig/client.rbs', line 445 def virtual_interface_id: () -> ::String |
#virtual_interface_name ⇒ ::String
449 |
# File 'sig/client.rbs', line 449 def virtual_interface_name: () -> ::String |
#virtual_interface_state ⇒ "confirming", ...
458 |
# File 'sig/client.rbs', line 458 def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown") |
#virtual_interface_type ⇒ ::String
448 |
# File 'sig/client.rbs', line 448 def virtual_interface_type: () -> ::String |
#vlan ⇒ ::Integer
450 |
# File 'sig/client.rbs', line 450 def vlan: () -> ::Integer |