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
- #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"
250 |
# File 'sig/client.rbs', line 250
def address_family: () -> ("ipv4" | "ipv6")
|
#amazon_address ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def amazon_address: () -> ::String
|
#amazon_side_asn ⇒ ::Integer
246 |
# File 'sig/client.rbs', line 246
def amazon_side_asn: () -> ::Integer
|
#asn ⇒ ::Integer
244 |
# File 'sig/client.rbs', line 244
def asn: () -> ::Integer
|
#asn_long ⇒ ::Integer
245 |
# File 'sig/client.rbs', line 245
def asn_long: () -> ::Integer
|
#auth_key ⇒ ::String
247 |
# File 'sig/client.rbs', line 247
def auth_key: () -> ::String
|
#aws_device_v2 ⇒ ::String
260 |
# File 'sig/client.rbs', line 260
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
261 |
# File 'sig/client.rbs', line 261
def aws_logical_device_id: () -> ::String
|
#bgp_peers ⇒ ::Array[Types::BGPPeer]
258 |
# File 'sig/client.rbs', line 258
def bgp_peers: () -> ::Array[Types::BGPPeer]
|
#connection_id ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def connection_id: () -> ::String
|
#customer_address ⇒ ::String
249 |
# File 'sig/client.rbs', line 249
def customer_address: () -> ::String
|
#customer_router_config ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def customer_router_config: () -> ::String
|
#direct_connect_gateway_id ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def direct_connect_gateway_id: () -> ::String
|
#jumbo_frame_capable ⇒ Boolean
254 |
# File 'sig/client.rbs', line 254
def jumbo_frame_capable: () -> bool
|
#location ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def location: () -> ::String
|
#mtu ⇒ ::Integer
253 |
# File 'sig/client.rbs', line 253
def mtu: () -> ::Integer
|
#owner_account ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def owner_account: () -> ::String
|
#rate_limit ⇒ ::String
264 |
# File 'sig/client.rbs', line 264
def rate_limit: () -> ::String
|
#region ⇒ ::String
259 |
# File 'sig/client.rbs', line 259
def region: () -> ::String
|
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
257 |
# File 'sig/client.rbs', line 257
def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix]
|
#site_link_enabled ⇒ Boolean
263 |
# File 'sig/client.rbs', line 263
def site_link_enabled: () -> bool
|
#tags ⇒ ::Array[Types::Tag]
262 |
# File 'sig/client.rbs', line 262
def tags: () -> ::Array[Types::Tag]
|
#virtual_gateway_id ⇒ ::String
255 |
# File 'sig/client.rbs', line 255
def virtual_gateway_id: () -> ::String
|
#virtual_interface_id ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def virtual_interface_id: () -> ::String
|
#virtual_interface_name ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def virtual_interface_name: () -> ::String
|
#virtual_interface_state ⇒ "confirming", ...
251 |
# File 'sig/client.rbs', line 251
def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown")
|
#virtual_interface_type ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def virtual_interface_type: () -> ::String
|
#vlan ⇒ ::Integer
243 |
# File 'sig/client.rbs', line 243
def vlan: () -> ::Integer
|