Module: Aws::DirectConnect::Client::_DeleteConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Connection]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_device ⇒ ::String
- #aws_device_v2 ⇒ ::String
- #aws_logical_device_id ⇒ ::String
- #bandwidth ⇒ ::String
- #billing_mode ⇒ "PayAsYouGo", ...
- #connection_id ⇒ ::String
- #connection_name ⇒ ::String
- #connection_state ⇒ "ordering", ...
- #encryption_mode ⇒ ::String
- #has_logical_redundancy ⇒ "unknown", ...
- #jumbo_frame_capable ⇒ Boolean
- #lag_id ⇒ ::String
- #loa_issue_time ⇒ ::Time
- #location ⇒ ::String
- #mac_sec_capable ⇒ Boolean
- #mac_sec_keys ⇒ ::Array[Types::MacSecKey]
- #owner_account ⇒ ::String
- #partner_interconnect_mac_sec_capable ⇒ Boolean
- #partner_name ⇒ ::String
- #port_encryption_status ⇒ ::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]
- #vlan ⇒ ::Integer
Instance Method Details
#aws_device ⇒ ::String
953 |
# File 'sig/client.rbs', line 953 def aws_device: () -> ::String |
#aws_device_v2 ⇒ ::String
955 |
# File 'sig/client.rbs', line 955 def aws_device_v2: () -> ::String |
#aws_logical_device_id ⇒ ::String
956 |
# File 'sig/client.rbs', line 956 def aws_logical_device_id: () -> ::String |
#bandwidth ⇒ ::String
948 |
# File 'sig/client.rbs', line 948 def bandwidth: () -> ::String |
#billing_mode ⇒ "PayAsYouGo", ...
970 |
# File 'sig/client.rbs', line 970 def billing_mode: () -> ("PayAsYouGo" | "FlatRateTier1" | "FlatRateTier2" | "FlatRateTier3" | "FlatRateTier4" | "FlatRateTier5" | "PortPairFlatRateTier1" | "PortPairFlatRateTier2" | "PortPairFlatRateTier3" | "PortPairFlatRateTier4" | "PortPairFlatRateTier5") |
#connection_id ⇒ ::String
943 |
# File 'sig/client.rbs', line 943 def connection_id: () -> ::String |
#connection_name ⇒ ::String
944 |
# File 'sig/client.rbs', line 944 def connection_name: () -> ::String |
#connection_state ⇒ "ordering", ...
945 |
# File 'sig/client.rbs', line 945 def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown") |
#encryption_mode ⇒ ::String
962 |
# File 'sig/client.rbs', line 962 def encryption_mode: () -> ::String |
#has_logical_redundancy ⇒ "unknown", ...
957 |
# File 'sig/client.rbs', line 957 def has_logical_redundancy: () -> ("unknown" | "yes" | "no") |
#jumbo_frame_capable ⇒ Boolean
954 |
# File 'sig/client.rbs', line 954 def jumbo_frame_capable: () -> bool |
#lag_id ⇒ ::String
952 |
# File 'sig/client.rbs', line 952 def lag_id: () -> ::String |
#loa_issue_time ⇒ ::Time
951 |
# File 'sig/client.rbs', line 951 def loa_issue_time: () -> ::Time |
#location ⇒ ::String
947 |
# File 'sig/client.rbs', line 947 def location: () -> ::String |
#mac_sec_capable ⇒ Boolean
960 |
# File 'sig/client.rbs', line 960 def mac_sec_capable: () -> bool |
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
963 |
# File 'sig/client.rbs', line 963 def mac_sec_keys: () -> ::Array[Types::MacSecKey] |
#owner_account ⇒ ::String
942 |
# File 'sig/client.rbs', line 942 def owner_account: () -> ::String |
#partner_interconnect_mac_sec_capable ⇒ Boolean
965 |
# File 'sig/client.rbs', line 965 def partner_interconnect_mac_sec_capable: () -> bool |
#partner_name ⇒ ::String
950 |
# File 'sig/client.rbs', line 950 def partner_name: () -> ::String |
#port_encryption_status ⇒ ::String
961 |
# File 'sig/client.rbs', line 961 def port_encryption_status: () -> ::String |
#prefix_pool_size_ipv_4 ⇒ ::Integer
966 |
# File 'sig/client.rbs', line 966 def prefix_pool_size_ipv_4: () -> ::Integer |
#prefix_pool_size_ipv_6 ⇒ ::Integer
967 |
# File 'sig/client.rbs', line 967 def prefix_pool_size_ipv_6: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_4 ⇒ ::Integer
968 |
# File 'sig/client.rbs', line 968 def prefix_pool_unallocated_count_ipv_4: () -> ::Integer |
#prefix_pool_unallocated_count_ipv_6 ⇒ ::Integer
969 |
# File 'sig/client.rbs', line 969 def prefix_pool_unallocated_count_ipv_6: () -> ::Integer |
#provider_name ⇒ ::String
959 |
# File 'sig/client.rbs', line 959 def provider_name: () -> ::String |
#rate_limiter_status ⇒ Types::RateLimiterStatus
964 |
# File 'sig/client.rbs', line 964 def rate_limiter_status: () -> Types::RateLimiterStatus |
#region ⇒ ::String
946 |
# File 'sig/client.rbs', line 946 def region: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
958 |
# File 'sig/client.rbs', line 958 def tags: () -> ::Array[Types::Tag] |
#vlan ⇒ ::Integer
949 |
# File 'sig/client.rbs', line 949 def vlan: () -> ::Integer |