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
- #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"
421 |
# File 'sig/client.rbs', line 421
def address_family: () -> ("ipv4" | "ipv6")
|
#amazon_address ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def amazon_address: () -> ::String
|
#amazon_side_asn ⇒ ::Integer
417 |
# File 'sig/client.rbs', line 417
def amazon_side_asn: () -> ::Integer
|
#asn ⇒ ::Integer
415 |
# File 'sig/client.rbs', line 415
def asn: () -> ::Integer
|
#asn_long ⇒ ::Integer
416 |
# File 'sig/client.rbs', line 416
def asn_long: () -> ::Integer
|
#auth_key ⇒ ::String
418 |
# File 'sig/client.rbs', line 418
def auth_key: () -> ::String
|
#aws_device_v2 ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def aws_logical_device_id: () -> ::String
|
#bgp_peers ⇒ ::Array[Types::BGPPeer]
429 |
# File 'sig/client.rbs', line 429
def bgp_peers: () -> ::Array[Types::BGPPeer]
|
#connection_id ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def connection_id: () -> ::String
|
#customer_address ⇒ ::String
420 |
# File 'sig/client.rbs', line 420
def customer_address: () -> ::String
|
#customer_router_config ⇒ ::String
423 |
# File 'sig/client.rbs', line 423
def customer_router_config: () -> ::String
|
#direct_connect_gateway_id ⇒ ::String
427 |
# File 'sig/client.rbs', line 427
def direct_connect_gateway_id: () -> ::String
|
#jumbo_frame_capable ⇒ Boolean
425 |
# File 'sig/client.rbs', line 425
def jumbo_frame_capable: () -> bool
|
#location ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def location: () -> ::String
|
#mtu ⇒ ::Integer
424 |
# File 'sig/client.rbs', line 424
def mtu: () -> ::Integer
|
#owner_account ⇒ ::String
408 |
# File 'sig/client.rbs', line 408
def owner_account: () -> ::String
|
#rate_limit ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def rate_limit: () -> ::String
|
#region ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def region: () -> ::String
|
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
428 |
# File 'sig/client.rbs', line 428
def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix]
|
#site_link_enabled ⇒ Boolean
434 |
# File 'sig/client.rbs', line 434
def site_link_enabled: () -> bool
|
#tags ⇒ ::Array[Types::Tag]
433 |
# File 'sig/client.rbs', line 433
def tags: () -> ::Array[Types::Tag]
|
#virtual_gateway_id ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def virtual_gateway_id: () -> ::String
|
#virtual_interface_id ⇒ ::String
409 |
# File 'sig/client.rbs', line 409
def virtual_interface_id: () -> ::String
|
#virtual_interface_name ⇒ ::String
413 |
# File 'sig/client.rbs', line 413
def virtual_interface_name: () -> ::String
|
#virtual_interface_state ⇒ "confirming", ...
422 |
# File 'sig/client.rbs', line 422
def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown")
|
#virtual_interface_type ⇒ ::String
412 |
# File 'sig/client.rbs', line 412
def virtual_interface_type: () -> ::String
|
#vlan ⇒ ::Integer
414 |
# File 'sig/client.rbs', line 414
def vlan: () -> ::Integer
|