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
- #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
- #provider_name ⇒ ::String
- #rate_limiter_status ⇒ Types::RateLimiterStatus
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#allows_hosted_connections ⇒ Boolean
669 |
# File 'sig/client.rbs', line 669
def allows_hosted_connections: () -> bool
|
#aws_device ⇒ ::String
665 |
# File 'sig/client.rbs', line 665
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
666 |
# File 'sig/client.rbs', line 666
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
667 |
# File 'sig/client.rbs', line 667
def aws_logical_device_id: () -> ::String
|
#connections ⇒ ::Array[Types::Connection]
668 |
# File 'sig/client.rbs', line 668
def connections: () -> ::Array[Types::Connection]
|
#connections_bandwidth ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def connections_bandwidth: () -> ::String
|
#encryption_mode ⇒ ::String
675 |
# File 'sig/client.rbs', line 675
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
671 |
# File 'sig/client.rbs', line 671
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
670 |
# File 'sig/client.rbs', line 670
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
658 |
# File 'sig/client.rbs', line 658
def lag_id: () -> ::String
|
#lag_name ⇒ ::String
660 |
# File 'sig/client.rbs', line 660
def lag_name: () -> ::String
|
#lag_state ⇒ "requested", ...
661 |
# File 'sig/client.rbs', line 661
def lag_state: () -> ("requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "unknown")
|
#location ⇒ ::String
662 |
# File 'sig/client.rbs', line 662
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
674 |
# File 'sig/client.rbs', line 674
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
676 |
# File 'sig/client.rbs', line 676
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#minimum_links ⇒ ::Integer
664 |
# File 'sig/client.rbs', line 664
def minimum_links: () -> ::Integer
|
#number_of_connections ⇒ ::Integer
657 |
# File 'sig/client.rbs', line 657
def number_of_connections: () -> ::Integer
|
#owner_account ⇒ ::String
659 |
# File 'sig/client.rbs', line 659
def owner_account: () -> ::String
|
#provider_name ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
677 |
# File 'sig/client.rbs', line 677
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
663 |
# File 'sig/client.rbs', line 663
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
672 |
# File 'sig/client.rbs', line 672
def tags: () -> ::Array[Types::Tag]
|