Module: Aws::DirectConnect::Client::_CreatePublicVirtualInterfaceResponseSuccess
- 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"
830 |
# File 'sig/client.rbs', line 830 def address_family: () -> ("ipv4" | "ipv6") |
#amazon_address ⇒ ::String
828 |
# File 'sig/client.rbs', line 828 def amazon_address: () -> ::String |
#amazon_side_asn ⇒ ::Integer
826 |
# File 'sig/client.rbs', line 826 def amazon_side_asn: () -> ::Integer |
#asn ⇒ ::Integer
824 |
# File 'sig/client.rbs', line 824 def asn: () -> ::Integer |
#asn_long ⇒ ::Integer
825 |
# File 'sig/client.rbs', line 825 def asn_long: () -> ::Integer |
#auth_key ⇒ ::String
827 |
# File 'sig/client.rbs', line 827 def auth_key: () -> ::String |
#aws_device_v2 ⇒ ::String
840 |
# File 'sig/client.rbs', line 840 def aws_device_v2: () -> ::String |
#aws_logical_device_id ⇒ ::String
841 |
# File 'sig/client.rbs', line 841 def aws_logical_device_id: () -> ::String |
#bgp_peers ⇒ ::Array[Types::BGPPeer]
838 |
# File 'sig/client.rbs', line 838 def bgp_peers: () -> ::Array[Types::BGPPeer] |
#connection_id ⇒ ::String
820 |
# File 'sig/client.rbs', line 820 def connection_id: () -> ::String |
#customer_address ⇒ ::String
829 |
# File 'sig/client.rbs', line 829 def customer_address: () -> ::String |
#customer_router_config ⇒ ::String
832 |
# File 'sig/client.rbs', line 832 def customer_router_config: () -> ::String |
#direct_connect_gateway_id ⇒ ::String
836 |
# File 'sig/client.rbs', line 836 def direct_connect_gateway_id: () -> ::String |
#jumbo_frame_capable ⇒ Boolean
834 |
# File 'sig/client.rbs', line 834 def jumbo_frame_capable: () -> bool |
#location ⇒ ::String
819 |
# File 'sig/client.rbs', line 819 def location: () -> ::String |
#mtu ⇒ ::Integer
833 |
# File 'sig/client.rbs', line 833 def mtu: () -> ::Integer |
#owner_account ⇒ ::String
817 |
# File 'sig/client.rbs', line 817 def owner_account: () -> ::String |
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
844 |
# File 'sig/client.rbs', line 844 def prefix_pool_allocated_count_ipv_4: () -> ::Integer |
#prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
845 |
# File 'sig/client.rbs', line 845 def prefix_pool_allocated_count_ipv_6: () -> ::Integer |
#rate_limit ⇒ ::String
846 |
# File 'sig/client.rbs', line 846 def rate_limit: () -> ::String |
#region ⇒ ::String
839 |
# File 'sig/client.rbs', line 839 def region: () -> ::String |
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
837 |
# File 'sig/client.rbs', line 837 def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix] |
#site_link_enabled ⇒ Boolean
843 |
# File 'sig/client.rbs', line 843 def site_link_enabled: () -> bool |
#tags ⇒ ::Array[Types::Tag]
842 |
# File 'sig/client.rbs', line 842 def tags: () -> ::Array[Types::Tag] |
#virtual_gateway_id ⇒ ::String
835 |
# File 'sig/client.rbs', line 835 def virtual_gateway_id: () -> ::String |
#virtual_interface_id ⇒ ::String
818 |
# File 'sig/client.rbs', line 818 def virtual_interface_id: () -> ::String |
#virtual_interface_name ⇒ ::String
822 |
# File 'sig/client.rbs', line 822 def virtual_interface_name: () -> ::String |
#virtual_interface_state ⇒ "confirming", ...
831 |
# File 'sig/client.rbs', line 831 def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown") |
#virtual_interface_type ⇒ ::String
821 |
# File 'sig/client.rbs', line 821 def virtual_interface_type: () -> ::String |
#vlan ⇒ ::Integer
823 |
# File 'sig/client.rbs', line 823 def vlan: () -> ::Integer |