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.
-
#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.
701 702 703 |
# File 'sig/types.rbs', line 701 def allows_hosted_connections @allows_hosted_connections end |
#aws_device ⇒ ::String
Returns the value of attribute aws_device.
697 698 699 |
# File 'sig/types.rbs', line 697 def aws_device @aws_device end |
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
698 699 700 |
# File 'sig/types.rbs', line 698 def aws_device_v2 @aws_device_v2 end |
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
699 700 701 |
# File 'sig/types.rbs', line 699 def aws_logical_device_id @aws_logical_device_id end |
#connections ⇒ ::Array[Types::Connection]
Returns the value of attribute connections.
700 701 702 |
# File 'sig/types.rbs', line 700 def connections @connections end |
#connections_bandwidth ⇒ ::String
Returns the value of attribute connections_bandwidth.
688 689 690 |
# File 'sig/types.rbs', line 688 def connections_bandwidth @connections_bandwidth end |
#encryption_mode ⇒ ::String
Returns the value of attribute encryption_mode.
707 708 709 |
# File 'sig/types.rbs', line 707 def encryption_mode @encryption_mode end |
#has_logical_redundancy ⇒ "unknown", ...
Returns the value of attribute has_logical_redundancy.
703 704 705 |
# File 'sig/types.rbs', line 703 def has_logical_redundancy @has_logical_redundancy end |
#jumbo_frame_capable ⇒ Boolean
Returns the value of attribute jumbo_frame_capable.
702 703 704 |
# File 'sig/types.rbs', line 702 def jumbo_frame_capable @jumbo_frame_capable end |
#lag_id ⇒ ::String
Returns the value of attribute lag_id.
690 691 692 |
# File 'sig/types.rbs', line 690 def lag_id @lag_id end |
#lag_name ⇒ ::String
Returns the value of attribute lag_name.
692 693 694 |
# File 'sig/types.rbs', line 692 def lag_name @lag_name end |
#lag_state ⇒ "requested", ...
Returns the value of attribute lag_state.
693 694 695 |
# File 'sig/types.rbs', line 693 def lag_state @lag_state end |
#location ⇒ ::String
Returns the value of attribute location.
694 695 696 |
# File 'sig/types.rbs', line 694 def location @location end |
#mac_sec_capable ⇒ Boolean
Returns the value of attribute mac_sec_capable.
706 707 708 |
# File 'sig/types.rbs', line 706 def mac_sec_capable @mac_sec_capable end |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
Returns the value of attribute mac_sec_keys.
708 709 710 |
# File 'sig/types.rbs', line 708 def mac_sec_keys @mac_sec_keys end |
#minimum_links ⇒ ::Integer
Returns the value of attribute minimum_links.
696 697 698 |
# File 'sig/types.rbs', line 696 def minimum_links @minimum_links end |
#number_of_connections ⇒ ::Integer
Returns the value of attribute number_of_connections.
689 690 691 |
# File 'sig/types.rbs', line 689 def number_of_connections @number_of_connections end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
691 692 693 |
# File 'sig/types.rbs', line 691 def owner_account @owner_account end |
#prefix_pool_size_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_size_ipv_4.
709 710 711 |
# File 'sig/types.rbs', line 709 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.
710 711 712 |
# File 'sig/types.rbs', line 710 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.
711 712 713 |
# File 'sig/types.rbs', line 711 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.
712 713 714 |
# File 'sig/types.rbs', line 712 def prefix_pool_unallocated_count_ipv_6 @prefix_pool_unallocated_count_ipv_6 end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
705 706 707 |
# File 'sig/types.rbs', line 705 def provider_name @provider_name end |
#rate_limiter_status ⇒ Types::RateLimiterStatus
Returns the value of attribute rate_limiter_status.
713 714 715 |
# File 'sig/types.rbs', line 713 def rate_limiter_status @rate_limiter_status end |
#region ⇒ ::String
Returns the value of attribute region.
695 696 697 |
# File 'sig/types.rbs', line 695 def region @region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
704 705 706 |
# File 'sig/types.rbs', line 704 def @tags end |