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"
748 |
# File 'sig/client.rbs', line 748
def address_family: () -> ("ipv4" | "ipv6")
|
#amazon_address ⇒ ::String
746 |
# File 'sig/client.rbs', line 746
def amazon_address: () -> ::String
|
#amazon_side_asn ⇒ ::Integer
744 |
# File 'sig/client.rbs', line 744
def amazon_side_asn: () -> ::Integer
|
#asn ⇒ ::Integer
742 |
# File 'sig/client.rbs', line 742
def asn: () -> ::Integer
|
#asn_long ⇒ ::Integer
743 |
# File 'sig/client.rbs', line 743
def asn_long: () -> ::Integer
|
#auth_key ⇒ ::String
745 |
# File 'sig/client.rbs', line 745
def auth_key: () -> ::String
|
#aws_device_v2 ⇒ ::String
758 |
# File 'sig/client.rbs', line 758
def aws_device_v2: () -> ::String
|
#aws_logical_device_id ⇒ ::String
759 |
# File 'sig/client.rbs', line 759
def aws_logical_device_id: () -> ::String
|
#bgp_peers ⇒ ::Array[Types::BGPPeer]
756 |
# File 'sig/client.rbs', line 756
def bgp_peers: () -> ::Array[Types::BGPPeer]
|
#connection_id ⇒ ::String
738 |
# File 'sig/client.rbs', line 738
def connection_id: () -> ::String
|
#customer_address ⇒ ::String
747 |
# File 'sig/client.rbs', line 747
def customer_address: () -> ::String
|
#customer_router_config ⇒ ::String
750 |
# File 'sig/client.rbs', line 750
def customer_router_config: () -> ::String
|
#direct_connect_gateway_id ⇒ ::String
754 |
# File 'sig/client.rbs', line 754
def direct_connect_gateway_id: () -> ::String
|
#jumbo_frame_capable ⇒ Boolean
752 |
# File 'sig/client.rbs', line 752
def jumbo_frame_capable: () -> bool
|
#location ⇒ ::String
737 |
# File 'sig/client.rbs', line 737
def location: () -> ::String
|
#mtu ⇒ ::Integer
751 |
# File 'sig/client.rbs', line 751
def mtu: () -> ::Integer
|
#owner_account ⇒ ::String
735 |
# File 'sig/client.rbs', line 735
def owner_account: () -> ::String
|
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
762 |
# File 'sig/client.rbs', line 762
def prefix_pool_allocated_count_ipv_4: () -> ::Integer
|
#prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
763 |
# File 'sig/client.rbs', line 763
def prefix_pool_allocated_count_ipv_6: () -> ::Integer
|
#rate_limit ⇒ ::String
764 |
# File 'sig/client.rbs', line 764
def rate_limit: () -> ::String
|
#region ⇒ ::String
757 |
# File 'sig/client.rbs', line 757
def region: () -> ::String
|
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
755 |
# File 'sig/client.rbs', line 755
def route_filter_prefixes: () -> ::Array[Types::RouteFilterPrefix]
|
#site_link_enabled ⇒ Boolean
761 |
# File 'sig/client.rbs', line 761
def site_link_enabled: () -> bool
|
#tags ⇒ ::Array[Types::Tag]
760 |
# File 'sig/client.rbs', line 760
def tags: () -> ::Array[Types::Tag]
|
#virtual_gateway_id ⇒ ::String
753 |
# File 'sig/client.rbs', line 753
def virtual_gateway_id: () -> ::String
|
#virtual_interface_id ⇒ ::String
736 |
# File 'sig/client.rbs', line 736
def virtual_interface_id: () -> ::String
|
#virtual_interface_name ⇒ ::String
740 |
# File 'sig/client.rbs', line 740
def virtual_interface_name: () -> ::String
|
#virtual_interface_state ⇒ "confirming", ...
749 |
# File 'sig/client.rbs', line 749
def virtual_interface_state: () -> ("confirming" | "verifying" | "pending" | "available" | "down" | "testing" | "deleting" | "deleted" | "rejected" | "unknown")
|
#virtual_interface_type ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def virtual_interface_type: () -> ::String
|
#vlan ⇒ ::Integer
741 |
# File 'sig/client.rbs', line 741
def vlan: () -> ::Integer
|