Module: Aws::DirectConnect::Client::_CreatePrivateVirtualInterfaceResponseSuccess
- 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"
718 |
# File 'sig/client.rbs', line 718
def address_family: () -> ("ipv4" | "ipv6")
|
#amazon_address ⇒ ::String
716 |
# File 'sig/client.rbs', line 716
def amazon_address: () -> ::String
|
#amazon_side_asn ⇒ ::Integer
714 |
# File 'sig/client.rbs', line 714
def amazon_side_asn: () -> ::Integer
|
#asn ⇒ ::Integer
712 |
# File 'sig/client.rbs', line 712
def asn: () -> ::Integer
|
#asn_long ⇒ ::Integer
713 |
# File 'sig/client.rbs', line 713
def asn_long: () -> ::Integer
|
#auth_key ⇒ ::String
715 |
# File 'sig/client.rbs', line 715
def auth_key: () -> ::String
|
#aws_device_v2 ⇒ ::String
728 |
# File 'sig/client.rbs', line 728
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
729 |
# File 'sig/client.rbs', line 729
def aws_logical_device_id: () -> ::String
|
#bgp_peers ⇒ ::Array[Types::BGPPeer]
726 |
# File 'sig/client.rbs', line 726
def bgp_peers: () -> ::Array[Types::BGPPeer]
|
#connection_id ⇒ ::String
708 |
# File 'sig/client.rbs', line 708
def connection_id: () -> ::String
|
#customer_address ⇒ ::String
717 |
# File 'sig/client.rbs', line 717
def customer_address: () -> ::String
|
#customer_router_config ⇒ ::String
720 |
# File 'sig/client.rbs', line 720
def customer_router_config: () -> ::String
|
#direct_connect_gateway_id ⇒ ::String
724 |
# File 'sig/client.rbs', line 724
def direct_connect_gateway_id: () -> ::String
|
#jumbo_frame_capable ⇒ Boolean
722 |
# File 'sig/client.rbs', line 722
def jumbo_frame_capable: () -> bool
|
#location ⇒ ::String
707 |
# File 'sig/client.rbs', line 707
def location: () -> ::String
|
#mtu ⇒ ::Integer
721 |
# File 'sig/client.rbs', line 721
def mtu: () -> ::Integer
|
#owner_account ⇒ ::String
705 |
# File 'sig/client.rbs', line 705
def owner_account: () -> ::String
|
#rate_limit ⇒ ::String
732 |
# File 'sig/client.rbs', line 732
def rate_limit: () -> ::String
|
#region ⇒ ::String
727 |
# File 'sig/client.rbs', line 727
def region: () -> ::String
|
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
725 |
# File 'sig/client.rbs', line 725
def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix]
|
#site_link_enabled ⇒ Boolean
731 |
# File 'sig/client.rbs', line 731
def site_link_enabled: () -> bool
|
#tags ⇒ ::Array[Types::Tag]
730 |
# File 'sig/client.rbs', line 730
def tags: () -> ::Array[Types::Tag]
|
#virtual_gateway_id ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def virtual_gateway_id: () -> ::String
|
#virtual_interface_id ⇒ ::String
706 |
# File 'sig/client.rbs', line 706
def virtual_interface_id: () -> ::String
|
#virtual_interface_name ⇒ ::String
710 |
# File 'sig/client.rbs', line 710
def virtual_interface_name: () -> ::String
|
#virtual_interface_state ⇒ "confirming", ...
719 |
# File 'sig/client.rbs', line 719
def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown")
|
#virtual_interface_type ⇒ ::String
709 |
# File 'sig/client.rbs', line 709
def virtual_interface_type: () -> ::String
|
#vlan ⇒ ::Integer
711 |
# File 'sig/client.rbs', line 711
def vlan: () -> ::Integer
|