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
- #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"
776 |
# File 'sig/client.rbs', line 776
def address_family: () -> ("ipv4" | "ipv6")
|
#amazon_address ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def amazon_address: () -> ::String
|
#amazon_side_asn ⇒ ::Integer
772 |
# File 'sig/client.rbs', line 772
def amazon_side_asn: () -> ::Integer
|
#asn ⇒ ::Integer
770 |
# File 'sig/client.rbs', line 770
def asn: () -> ::Integer
|
#asn_long ⇒ ::Integer
771 |
# File 'sig/client.rbs', line 771
def asn_long: () -> ::Integer
|
#auth_key ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def auth_key: () -> ::String
|
#aws_device_v2 ⇒ ::String
786 |
# File 'sig/client.rbs', line 786
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
787 |
# File 'sig/client.rbs', line 787
def aws_logical_device_id: () -> ::String
|
#bgp_peers ⇒ ::Array[Types::BGPPeer]
784 |
# File 'sig/client.rbs', line 784
def bgp_peers: () -> ::Array[Types::BGPPeer]
|
#connection_id ⇒ ::String
766 |
# File 'sig/client.rbs', line 766
def connection_id: () -> ::String
|
#customer_address ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def customer_address: () -> ::String
|
#customer_router_config ⇒ ::String
778 |
# File 'sig/client.rbs', line 778
def customer_router_config: () -> ::String
|
#direct_connect_gateway_id ⇒ ::String
782 |
# File 'sig/client.rbs', line 782
def direct_connect_gateway_id: () -> ::String
|
#jumbo_frame_capable ⇒ Boolean
780 |
# File 'sig/client.rbs', line 780
def jumbo_frame_capable: () -> bool
|
#location ⇒ ::String
765 |
# File 'sig/client.rbs', line 765
def location: () -> ::String
|
#mtu ⇒ ::Integer
779 |
# File 'sig/client.rbs', line 779
def mtu: () -> ::Integer
|
#owner_account ⇒ ::String
763 |
# File 'sig/client.rbs', line 763
def owner_account: () -> ::String
|
#rate_limit ⇒ ::String
790 |
# File 'sig/client.rbs', line 790
def rate_limit: () -> ::String
|
#region ⇒ ::String
785 |
# File 'sig/client.rbs', line 785
def region: () -> ::String
|
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
783 |
# File 'sig/client.rbs', line 783
def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix]
|
#site_link_enabled ⇒ Boolean
789 |
# File 'sig/client.rbs', line 789
def site_link_enabled: () -> bool
|
#tags ⇒ ::Array[Types::Tag]
788 |
# File 'sig/client.rbs', line 788
def tags: () -> ::Array[Types::Tag]
|
#virtual_gateway_id ⇒ ::String
781 |
# File 'sig/client.rbs', line 781
def virtual_gateway_id: () -> ::String
|
#virtual_interface_id ⇒ ::String
764 |
# File 'sig/client.rbs', line 764
def virtual_interface_id: () -> ::String
|
#virtual_interface_name ⇒ ::String
768 |
# File 'sig/client.rbs', line 768
def virtual_interface_name: () -> ::String
|
#virtual_interface_state ⇒ "confirming", ...
777 |
# File 'sig/client.rbs', line 777
def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown")
|
#virtual_interface_type ⇒ ::String
767 |
# File 'sig/client.rbs', line 767
def virtual_interface_type: () -> ::String
|
#vlan ⇒ ::Integer
769 |
# File 'sig/client.rbs', line 769
def vlan: () -> ::Integer
|