Module: Aws::DirectConnect::Client::_UpdateConnectionResponseSuccess
- 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
- #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
- #provider_name ⇒ ::String
- #rate_limiter_status ⇒ Types::RateLimiterStatus
- #region ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
- #vlan ⇒ ::Integer
Instance Method Details
#aws_device ⇒ ::String
1323 |
# File 'sig/client.rbs', line 1323
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
1325 |
# File 'sig/client.rbs', line 1325
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
1326 |
# File 'sig/client.rbs', line 1326
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
1318 |
# File 'sig/client.rbs', line 1318
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
1313 |
# File 'sig/client.rbs', line 1313
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
1314 |
# File 'sig/client.rbs', line 1314
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
1315 |
# File 'sig/client.rbs', line 1315
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
1332 |
# File 'sig/client.rbs', line 1332
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
1327 |
# File 'sig/client.rbs', line 1327
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
1324 |
# File 'sig/client.rbs', line 1324
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
1322 |
# File 'sig/client.rbs', line 1322
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
1321 |
# File 'sig/client.rbs', line 1321
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
1317 |
# File 'sig/client.rbs', line 1317
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
1330 |
# File 'sig/client.rbs', line 1330
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
1333 |
# File 'sig/client.rbs', line 1333
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
1312 |
# File 'sig/client.rbs', line 1312
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
1335 |
# File 'sig/client.rbs', line 1335
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
1320 |
# File 'sig/client.rbs', line 1320
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
1331 |
# File 'sig/client.rbs', line 1331
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
1329 |
# File 'sig/client.rbs', line 1329
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
1334 |
# File 'sig/client.rbs', line 1334
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
1316 |
# File 'sig/client.rbs', line 1316
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
1328 |
# File 'sig/client.rbs', line 1328
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
1319 |
# File 'sig/client.rbs', line 1319
def vlan: () -> ::Integer
|