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
1344 |
# File 'sig/client.rbs', line 1344
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
1346 |
# File 'sig/client.rbs', line 1346
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
1347 |
# File 'sig/client.rbs', line 1347
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
1339 |
# File 'sig/client.rbs', line 1339
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
1334 |
# File 'sig/client.rbs', line 1334
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
1335 |
# File 'sig/client.rbs', line 1335
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
1336 |
# File 'sig/client.rbs', line 1336
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
1353 |
# File 'sig/client.rbs', line 1353
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
1348 |
# File 'sig/client.rbs', line 1348
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
1345 |
# File 'sig/client.rbs', line 1345
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
1343 |
# File 'sig/client.rbs', line 1343
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
1342 |
# File 'sig/client.rbs', line 1342
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
1338 |
# File 'sig/client.rbs', line 1338
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
1351 |
# File 'sig/client.rbs', line 1351
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
1354 |
# File 'sig/client.rbs', line 1354
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
1333 |
# File 'sig/client.rbs', line 1333
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
1356 |
# File 'sig/client.rbs', line 1356
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
1341 |
# File 'sig/client.rbs', line 1341
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
1352 |
# File 'sig/client.rbs', line 1352
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
1350 |
# File 'sig/client.rbs', line 1350
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
1355 |
# File 'sig/client.rbs', line 1355
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
1337 |
# File 'sig/client.rbs', line 1337
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
1349 |
# File 'sig/client.rbs', line 1349
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
1340 |
# File 'sig/client.rbs', line 1340
def vlan: () -> ::Integer
|