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"
441 |
# File 'sig/client.rbs', line 441
def address_family: () -> ("ipv4" | "ipv6")
|
#amazon_address ⇒ ::String
439 |
# File 'sig/client.rbs', line 439
def amazon_address: () -> ::String
|
#amazon_side_asn ⇒ ::Integer
437 |
# File 'sig/client.rbs', line 437
def amazon_side_asn: () -> ::Integer
|
#asn ⇒ ::Integer
435 |
# File 'sig/client.rbs', line 435
def asn: () -> ::Integer
|
#asn_long ⇒ ::Integer
436 |
# File 'sig/client.rbs', line 436
def asn_long: () -> ::Integer
|
#auth_key ⇒ ::String
438 |
# File 'sig/client.rbs', line 438
def auth_key: () -> ::String
|
#aws_device_v2 ⇒ ::String
451 |
# File 'sig/client.rbs', line 451
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
452 |
# File 'sig/client.rbs', line 452
def aws_logical_device_id: () -> ::String
|
#bgp_peers ⇒ ::Array[Types::BGPPeer]
449 |
# File 'sig/client.rbs', line 449
def bgp_peers: () -> ::Array[Types::BGPPeer]
|
#connection_id ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def connection_id: () -> ::String
|
#customer_address ⇒ ::String
440 |
# File 'sig/client.rbs', line 440
def customer_address: () -> ::String
|
#customer_router_config ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def customer_router_config: () -> ::String
|
#direct_connect_gateway_id ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def direct_connect_gateway_id: () -> ::String
|
#jumbo_frame_capable ⇒ Boolean
445 |
# File 'sig/client.rbs', line 445
def jumbo_frame_capable: () -> bool
|
#location ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def location: () -> ::String
|
#mtu ⇒ ::Integer
444 |
# File 'sig/client.rbs', line 444
def mtu: () -> ::Integer
|
#owner_account ⇒ ::String
428 |
# File 'sig/client.rbs', line 428
def owner_account: () -> ::String
|
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
455 |
# File 'sig/client.rbs', line 455
def prefix_pool_allocated_count_ipv_4: () -> ::Integer
|
#prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
456 |
# File 'sig/client.rbs', line 456
def prefix_pool_allocated_count_ipv_6: () -> ::Integer
|
#rate_limit ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def rate_limit: () -> ::String
|
#region ⇒ ::String
450 |
# File 'sig/client.rbs', line 450
def region: () -> ::String
|
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
448 |
# File 'sig/client.rbs', line 448
def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix]
|
#site_link_enabled ⇒ Boolean
454 |
# File 'sig/client.rbs', line 454
def site_link_enabled: () -> bool
|
#tags ⇒ ::Array[Types::Tag]
453 |
# File 'sig/client.rbs', line 453
def tags: () -> ::Array[Types::Tag]
|
#virtual_gateway_id ⇒ ::String
446 |
# File 'sig/client.rbs', line 446
def virtual_gateway_id: () -> ::String
|
#virtual_interface_id ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def virtual_interface_id: () -> ::String
|
#virtual_interface_name ⇒ ::String
433 |
# File 'sig/client.rbs', line 433
def virtual_interface_name: () -> ::String
|
#virtual_interface_state ⇒ "confirming", ...
442 |
# File 'sig/client.rbs', line 442
def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown")
|
#virtual_interface_type ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def virtual_interface_type: () -> ::String
|
#vlan ⇒ ::Integer
434 |
# File 'sig/client.rbs', line 434
def vlan: () -> ::Integer
|