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