Module: Aws::DirectConnect::Client::_CreateLagResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Lag]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allows_hosted_connections ⇒ Boolean
- #aws_device ⇒ ::String
- #aws_device_v2 ⇒ ::String
- #aws_logical_device_id ⇒ ::String
- #billing_mode ⇒ "PayAsYouGo", ...
- #connections ⇒ ::Array[Types::Connection]
- #connections_bandwidth ⇒ ::String
- #encryption_mode ⇒ ::String
- #has_logical_redundancy ⇒ "unknown", ...
- #jumbo_frame_capable ⇒ Boolean
- #lag_id ⇒ ::String
- #lag_name ⇒ ::String
- #lag_state ⇒ "requested", ...
- #location ⇒ ::String
- #mac_sec_capable ⇒ Boolean
- #mac_sec_keys ⇒ ::Array[Types::MacSecKey]
- #minimum_links ⇒ ::Integer
- #number_of_connections ⇒ ::Integer
- #owner_account ⇒ ::String
- #prefix_pool_size_ipv_4 ⇒ ::Integer
- #prefix_pool_size_ipv_6 ⇒ ::Integer
- #prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
- #prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
- #provider_name ⇒ ::String
- #rate_limiter_status ⇒ Types::RateLimiterStatus
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#allows_hosted_connections ⇒ Boolean
713 |
# File 'sig/client.rbs', line 713 def allows_hosted_connections: () -> bool |
#aws_device ⇒ ::String
709 |
# File 'sig/client.rbs', line 709 def aws_device: () -> ::String |
#aws_device_v2 ⇒ ::String
710 |
# File 'sig/client.rbs', line 710 def aws_device_v2: () -> ::String |
#aws_logical_device_id ⇒ ::String
711 |
# File 'sig/client.rbs', line 711 def aws_logical_device_id: () -> ::String |
#billing_mode ⇒ "PayAsYouGo", ...
726 |
# File 'sig/client.rbs', line 726 def billing_mode: () -> ("PayAsYouGo" | "FlatRateTier1" | "FlatRateTier2" | "FlatRateTier3" | "FlatRateTier4" | "FlatRateTier5" | "PortPairFlatRateTier1" | "PortPairFlatRateTier2" | "PortPairFlatRateTier3" | "PortPairFlatRateTier4" | "PortPairFlatRateTier5") |
#connections ⇒ ::Array[Types::Connection]
712 |
# File 'sig/client.rbs', line 712 def connections: () -> ::Array[Types::Connection] |
#connections_bandwidth ⇒ ::String
700 |
# File 'sig/client.rbs', line 700 def connections_bandwidth: () -> ::String |
#encryption_mode ⇒ ::String
719 |
# File 'sig/client.rbs', line 719 def encryption_mode: () -> ::String |
#has_logical_redundancy ⇒ "unknown", ...
715 |
# File 'sig/client.rbs', line 715 def has_logical_redundancy: () -> ("unknown" | "yes" | "no") |
#jumbo_frame_capable ⇒ Boolean
714 |
# File 'sig/client.rbs', line 714 def jumbo_frame_capable: () -> bool |
#lag_id ⇒ ::String
702 |
# File 'sig/client.rbs', line 702 def lag_id: () -> ::String |
#lag_name ⇒ ::String
704 |
# File 'sig/client.rbs', line 704 def lag_name: () -> ::String |
#lag_state ⇒ "requested", ...
705 |
# File 'sig/client.rbs', line 705 def lag_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown") |
#location ⇒ ::String
706 |
# File 'sig/client.rbs', line 706 def location: () -> ::String |
#mac_sec_capable ⇒ Boolean
718 |
# File 'sig/client.rbs', line 718 def mac_sec_capable: () -> bool |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
720 |
# File 'sig/client.rbs', line 720 def mac_sec_keys: () -> ::Array[Types::MacSecKey] |
#minimum_links ⇒ ::Integer
708 |
# File 'sig/client.rbs', line 708 def minimum_links: () -> ::Integer |
#number_of_connections ⇒ ::Integer
701 |
# File 'sig/client.rbs', line 701 def number_of_connections: () -> ::Integer |
#owner_account ⇒ ::String
703 |
# File 'sig/client.rbs', line 703 def owner_account: () -> ::String |
#prefix_pool_size_ipv_4 ⇒ ::Integer
721 |
# File 'sig/client.rbs', line 721 def prefix_pool_size_ipv_4: () -> ::Integer |
#prefix_pool_size_ipv_6 ⇒ ::Integer
722 |
# File 'sig/client.rbs', line 722 def prefix_pool_size_ipv_6: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
723 |
# File 'sig/client.rbs', line 723 def prefix_pool_unallocated_count_ipv_4: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
724 |
# File 'sig/client.rbs', line 724 def prefix_pool_unallocated_count_ipv_6: () -> ::Integer |
#provider_name ⇒ ::String
717 |
# File 'sig/client.rbs', line 717 def provider_name: () -> ::String |
#rate_limiter_status ⇒ Types::RateLimiterStatus
725 |
# File 'sig/client.rbs', line 725 def rate_limiter_status: () -> Types::RateLimiterStatus |
#region ⇒ ::String
707 |
# File 'sig/client.rbs', line 707 def region: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
716 |
# File 'sig/client.rbs', line 716 def tags: () -> ::Array[Types::Tag] |