Module: Aws::DirectConnect::Client::_AllocateHostedConnectionResponseSuccess
- 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
149 |
# File 'sig/client.rbs', line 149
def aws_device: () -> ::String
|
#aws_device_v2 ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
152 |
# File 'sig/client.rbs', line 152
def aws_logical_device_id: () -> ::String
|
#bandwidth ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def bandwidth: () -> ::String
|
#connection_id ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def connection_id: () -> ::String
|
#connection_name ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def connection_name: () -> ::String
|
#connection_state ⇒ "ordering", ...
141 |
# File 'sig/client.rbs', line 141
def connection_state: () -> ("ordering" | "requested" | "pending" | "available" | "down" | "deleting" | "deleted" | "rejected" | "unknown")
|
#encryption_mode ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def encryption_mode: () -> ::String
|
#has_logical_redundancy ⇒ "unknown", ...
153 |
# File 'sig/client.rbs', line 153
def has_logical_redundancy: () -> ("unknown" | "yes" | "no")
|
#jumbo_frame_capable ⇒ Boolean
150 |
# File 'sig/client.rbs', line 150
def jumbo_frame_capable: () -> bool
|
#lag_id ⇒ ::String
148 |
# File 'sig/client.rbs', line 148
def lag_id: () -> ::String
|
#loa_issue_time ⇒ ::Time
147 |
# File 'sig/client.rbs', line 147
def loa_issue_time: () -> ::Time
|
#location ⇒ ::String
143 |
# File 'sig/client.rbs', line 143
def location: () -> ::String
|
#mac_sec_capable ⇒ Boolean
156 |
# File 'sig/client.rbs', line 156
def mac_sec_capable: () -> bool
|
#mac_sec_keys ⇒ ::Array[Types::MacSecKey]
159 |
# File 'sig/client.rbs', line 159
def mac_sec_keys: () -> ::Array[Types::MacSecKey]
|
#owner_account ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def owner_account: () -> ::String
|
#partner_interconnect_mac_sec_capable ⇒ Boolean
161 |
# File 'sig/client.rbs', line 161
def partner_interconnect_mac_sec_capable: () -> bool
|
#partner_name ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def partner_name: () -> ::String
|
#port_encryption_status ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def port_encryption_status: () -> ::String
|
#provider_name ⇒ ::String
155 |
# File 'sig/client.rbs', line 155
def provider_name: () -> ::String
|
#rate_limiter_status ⇒ Types::RateLimiterStatus
160 |
# File 'sig/client.rbs', line 160
def rate_limiter_status: () -> Types::RateLimiterStatus
|
#region ⇒ ::String
142 |
# File 'sig/client.rbs', line 142
def region: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
154 |
# File 'sig/client.rbs', line 154
def tags: () -> ::Array[Types::Tag]
|
#vlan ⇒ ::Integer
145 |
# File 'sig/client.rbs', line 145
def vlan: () -> ::Integer
|