Module: Aws::DirectConnect::Client::_AllocatePublicVirtualInterfaceResponseSuccess
- 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"
262 |
# File 'sig/client.rbs', line 262
def address_family: () -> ("ipv4" | "ipv6")
|
#amazon_address ⇒ ::String
260 |
# File 'sig/client.rbs', line 260
def amazon_address: () -> ::String
|
#amazon_side_asn ⇒ ::Integer
258 |
# File 'sig/client.rbs', line 258
def amazon_side_asn: () -> ::Integer
|
#asn ⇒ ::Integer
256 |
# File 'sig/client.rbs', line 256
def asn: () -> ::Integer
|
#asn_long ⇒ ::Integer
257 |
# File 'sig/client.rbs', line 257
def asn_long: () -> ::Integer
|
#auth_key ⇒ ::String
259 |
# File 'sig/client.rbs', line 259
def auth_key: () -> ::String
|
#aws_device_v2 ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def aws_logical_device_id: () -> ::String
|
#bgp_peers ⇒ ::Array[Types::BGPPeer]
270 |
# File 'sig/client.rbs', line 270
def bgp_peers: () -> ::Array[Types::BGPPeer]
|
#connection_id ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def connection_id: () -> ::String
|
#customer_address ⇒ ::String
261 |
# File 'sig/client.rbs', line 261
def customer_address: () -> ::String
|
#customer_router_config ⇒ ::String
264 |
# File 'sig/client.rbs', line 264
def customer_router_config: () -> ::String
|
#direct_connect_gateway_id ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def direct_connect_gateway_id: () -> ::String
|
#jumbo_frame_capable ⇒ Boolean
266 |
# File 'sig/client.rbs', line 266
def jumbo_frame_capable: () -> bool
|
#location ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def location: () -> ::String
|
#mtu ⇒ ::Integer
265 |
# File 'sig/client.rbs', line 265
def mtu: () -> ::Integer
|
#owner_account ⇒ ::String
249 |
# File 'sig/client.rbs', line 249
def owner_account: () -> ::String
|
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
276 |
# File 'sig/client.rbs', line 276
def prefix_pool_allocated_count_ipv_4: () -> ::Integer
|
#prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
277 |
# File 'sig/client.rbs', line 277
def prefix_pool_allocated_count_ipv_6: () -> ::Integer
|
#rate_limit ⇒ ::String
278 |
# File 'sig/client.rbs', line 278
def rate_limit: () -> ::String
|
#region ⇒ ::String
271 |
# File 'sig/client.rbs', line 271
def region: () -> ::String
|
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
269 |
# File 'sig/client.rbs', line 269
def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix]
|
#site_link_enabled ⇒ Boolean
275 |
# File 'sig/client.rbs', line 275
def site_link_enabled: () -> bool
|
#tags ⇒ ::Array[Types::Tag]
274 |
# File 'sig/client.rbs', line 274
def tags: () -> ::Array[Types::Tag]
|
#virtual_gateway_id ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def virtual_gateway_id: () -> ::String
|
#virtual_interface_id ⇒ ::String
250 |
# File 'sig/client.rbs', line 250
def virtual_interface_id: () -> ::String
|
#virtual_interface_name ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def virtual_interface_name: () -> ::String
|
#virtual_interface_state ⇒ "confirming", ...
263 |
# File 'sig/client.rbs', line 263
def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown")
|
#virtual_interface_type ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def virtual_interface_type: () -> ::String
|
#vlan ⇒ ::Integer
255 |
# File 'sig/client.rbs', line 255
def vlan: () -> ::Integer
|