Module: Aws::DirectConnect::Client::_AllocatePrivateVirtualInterfaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::VirtualInterface]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #address_family ⇒ "ipv4", "ipv6"
- #amazon_address ⇒ ::String
- #amazon_side_asn ⇒ ::Integer
- #asn ⇒ ::Integer
- #asn_long ⇒ ::Integer
- #auth_key ⇒ ::String
- #aws_device_v2 ⇒ ::String
- #aws_logical_device_id ⇒ ::String
- #bgp_peers ⇒ ::Array[Types::BGPPeer]
- #connection_id ⇒ ::String
- #customer_address ⇒ ::String
- #customer_router_config ⇒ ::String
- #direct_connect_gateway_id ⇒ ::String
- #jumbo_frame_capable ⇒ Boolean
- #location ⇒ ::String
- #mtu ⇒ ::Integer
- #owner_account ⇒ ::String
- #prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
- #prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
- #rate_limit ⇒ ::String
- #region ⇒ ::String
- #route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
- #site_link_enabled ⇒ Boolean
- #tags ⇒ ::Array[Types::Tag]
- #virtual_gateway_id ⇒ ::String
- #virtual_interface_id ⇒ ::String
- #virtual_interface_name ⇒ ::String
- #virtual_interface_state ⇒ "confirming", ...
- #virtual_interface_type ⇒ ::String
- #vlan ⇒ ::Integer
Instance Method Details
#address_family ⇒ "ipv4", "ipv6"
204 |
# File 'sig/client.rbs', line 204
def address_family: () -> ("ipv4" | "ipv6")
|
#amazon_address ⇒ ::String
202 |
# File 'sig/client.rbs', line 202
def amazon_address: () -> ::String
|
#amazon_side_asn ⇒ ::Integer
200 |
# File 'sig/client.rbs', line 200
def amazon_side_asn: () -> ::Integer
|
#asn ⇒ ::Integer
198 |
# File 'sig/client.rbs', line 198
def asn: () -> ::Integer
|
#asn_long ⇒ ::Integer
199 |
# File 'sig/client.rbs', line 199
def asn_long: () -> ::Integer
|
#auth_key ⇒ ::String
201 |
# File 'sig/client.rbs', line 201
def auth_key: () -> ::String
|
#aws_device_v2 ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def aws_logical_device_id: () -> ::String
|
#bgp_peers ⇒ ::Array[Types::BGPPeer]
212 |
# File 'sig/client.rbs', line 212
def bgp_peers: () -> ::Array[Types::BGPPeer]
|
#connection_id ⇒ ::String
194 |
# File 'sig/client.rbs', line 194
def connection_id: () -> ::String
|
#customer_address ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def customer_address: () -> ::String
|
#customer_router_config ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def customer_router_config: () -> ::String
|
#direct_connect_gateway_id ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def direct_connect_gateway_id: () -> ::String
|
#jumbo_frame_capable ⇒ Boolean
208 |
# File 'sig/client.rbs', line 208
def jumbo_frame_capable: () -> bool
|
#location ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def location: () -> ::String
|
#mtu ⇒ ::Integer
207 |
# File 'sig/client.rbs', line 207
def mtu: () -> ::Integer
|
#owner_account ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def owner_account: () -> ::String
|
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
218 |
# File 'sig/client.rbs', line 218
def prefix_pool_allocated_count_ipv_4: () -> ::Integer
|
#prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
219 |
# File 'sig/client.rbs', line 219
def prefix_pool_allocated_count_ipv_6: () -> ::Integer
|
#rate_limit ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def rate_limit: () -> ::String
|
#region ⇒ ::String
213 |
# File 'sig/client.rbs', line 213
def region: () -> ::String
|
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
211 |
# File 'sig/client.rbs', line 211
def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix]
|
#site_link_enabled ⇒ Boolean
217 |
# File 'sig/client.rbs', line 217
def site_link_enabled: () -> bool
|
#tags ⇒ ::Array[Types::Tag]
216 |
# File 'sig/client.rbs', line 216
def tags: () -> ::Array[Types::Tag]
|
#virtual_gateway_id ⇒ ::String
209 |
# File 'sig/client.rbs', line 209
def virtual_gateway_id: () -> ::String
|
#virtual_interface_id ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def virtual_interface_id: () -> ::String
|
#virtual_interface_name ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def virtual_interface_name: () -> ::String
|
#virtual_interface_state ⇒ "confirming", ...
205 |
# File 'sig/client.rbs', line 205
def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown")
|
#virtual_interface_type ⇒ ::String
195 |
# File 'sig/client.rbs', line 195
def virtual_interface_type: () -> ::String
|
#vlan ⇒ ::Integer
197 |
# File 'sig/client.rbs', line 197
def vlan: () -> ::Integer
|