Class: Aws::Types::Lag
- Inherits:
-
Object
- Object
- Aws::Types::Lag
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allows_hosted_connections ⇒ Boolean
Returns the value of attribute allows_hosted_connections.
-
#aws_device ⇒ ::String
Returns the value of attribute aws_device.
-
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
-
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
-
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
-
#connections ⇒ ::Array[Types::Connection]
Returns the value of attribute connections.
-
#connections_bandwidth ⇒ ::String
Returns the value of attribute connections_bandwidth.
-
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
-
#has_logical_redundancy ⇒ "unknown", ...
Returns the value of attribute has_logical_redundancy.
-
#jumbo_frame_capable ⇒ Boolean
Returns the value of attribute jumbo_frame_capable.
-
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
-
#lag_name ⇒ ::String
Returns the value of attribute lag_name.
-
#lag_state ⇒ "requested", ...
Returns the value of attribute lag_state.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#mac_sec_capable ⇒ Boolean
Returns the value of attribute mac_sec_capable.
-
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
Returns the value of attribute mac_sec_keys.
-
#minimum_links ⇒ ::Integer
Returns the value of attribute minimum_links.
-
#number_of_connections ⇒ ::Integer
Returns the value of attribute number_of_connections.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#prefix_pool_size_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_size_ipv_4.
-
#prefix_pool_size_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_size_ipv_6.
-
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_unallocated_count_ipv_4.
-
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_unallocated_count_ipv_6.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#rate_limiter_status ⇒ Types::RateLimiterStatus
Returns the value of attribute rate_limiter_status.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#allows_hosted_connections ⇒ Boolean
Returns the value of attribute allows_hosted_connections.
768 769 770 |
# File 'sig/types.rbs', line 768 def allows_hosted_connections @allows_hosted_connections end |
#aws_device ⇒ ::String
Returns the value of attribute aws_device.
764 765 766 |
# File 'sig/types.rbs', line 764 def aws_device @aws_device end |
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
765 766 767 |
# File 'sig/types.rbs', line 765 def aws_device_v2 @aws_device_v2 end |
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
766 767 768 |
# File 'sig/types.rbs', line 766 def aws_logical_device_id @aws_logical_device_id end |
#billing_mode ⇒ "PayAsYouGo", ...
Returns the value of attribute billing_mode.
781 782 783 |
# File 'sig/types.rbs', line 781 def billing_mode @billing_mode end |
#connections ⇒ ::Array[Types::Connection]
Returns the value of attribute connections.
767 768 769 |
# File 'sig/types.rbs', line 767 def connections @connections end |
#connections_bandwidth ⇒ ::String
Returns the value of attribute connections_bandwidth.
755 756 757 |
# File 'sig/types.rbs', line 755 def connections_bandwidth @connections_bandwidth end |
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
774 775 776 |
# File 'sig/types.rbs', line 774 def encryption_mode @encryption_mode end |
#has_logical_redundancy ⇒ "unknown", ...
Returns the value of attribute has_logical_redundancy.
770 771 772 |
# File 'sig/types.rbs', line 770 def has_logical_redundancy @has_logical_redundancy end |
#jumbo_frame_capable ⇒ Boolean
Returns the value of attribute jumbo_frame_capable.
769 770 771 |
# File 'sig/types.rbs', line 769 def jumbo_frame_capable @jumbo_frame_capable end |
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
757 758 759 |
# File 'sig/types.rbs', line 757 def lag_id @lag_id end |
#lag_name ⇒ ::String
Returns the value of attribute lag_name.
759 760 761 |
# File 'sig/types.rbs', line 759 def lag_name @lag_name end |
#lag_state ⇒ "requested", ...
Returns the value of attribute lag_state.
760 761 762 |
# File 'sig/types.rbs', line 760 def lag_state @lag_state end |
#location ⇒ ::String
Returns the value of attribute location.
761 762 763 |
# File 'sig/types.rbs', line 761 def location @location end |
#mac_sec_capable ⇒ Boolean
Returns the value of attribute mac_sec_capable.
773 774 775 |
# File 'sig/types.rbs', line 773 def mac_sec_capable @mac_sec_capable end |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
Returns the value of attribute mac_sec_keys.
775 776 777 |
# File 'sig/types.rbs', line 775 def mac_sec_keys @mac_sec_keys end |
#minimum_links ⇒ ::Integer
Returns the value of attribute minimum_links.
763 764 765 |
# File 'sig/types.rbs', line 763 def minimum_links @minimum_links end |
#number_of_connections ⇒ ::Integer
Returns the value of attribute number_of_connections.
756 757 758 |
# File 'sig/types.rbs', line 756 def number_of_connections @number_of_connections end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
758 759 760 |
# File 'sig/types.rbs', line 758 def owner_account @owner_account end |
#prefix_pool_size_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_size_ipv_4.
776 777 778 |
# File 'sig/types.rbs', line 776 def prefix_pool_size_ipv_4 @prefix_pool_size_ipv_4 end |
#prefix_pool_size_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_size_ipv_6.
777 778 779 |
# File 'sig/types.rbs', line 777 def prefix_pool_size_ipv_6 @prefix_pool_size_ipv_6 end |
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_unallocated_count_ipv_4.
778 779 780 |
# File 'sig/types.rbs', line 778 def prefix_pool_unallocated_count_ipv_4 @prefix_pool_unallocated_count_ipv_4 end |
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_unallocated_count_ipv_6.
779 780 781 |
# File 'sig/types.rbs', line 779 def prefix_pool_unallocated_count_ipv_6 @prefix_pool_unallocated_count_ipv_6 end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
772 773 774 |
# File 'sig/types.rbs', line 772 def provider_name @provider_name end |
#rate_limiter_status ⇒ Types::RateLimiterStatus
Returns the value of attribute rate_limiter_status.
780 781 782 |
# File 'sig/types.rbs', line 780 def rate_limiter_status @rate_limiter_status end |
#region ⇒ ::String
Returns the value of attribute region.
762 763 764 |
# File 'sig/types.rbs', line 762 def region @region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
771 772 773 |
# File 'sig/types.rbs', line 771 def end |