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