Class: Aws::Types::VirtualInterface
- Inherits:
-
Object
- Object
- Aws::Types::VirtualInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
-
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
-
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
-
#asn ⇒ ::Integer
Returns the value of attribute asn.
-
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
-
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
-
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
-
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
-
#bgp_peers ⇒ ::Array[Types::BGPPeer]
Returns the value of attribute bgp_peers.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
-
#customer_router_config ⇒ ::String
Returns the value of attribute customer_router_config.
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#jumbo_frame_capable ⇒ Boolean
Returns the value of attribute jumbo_frame_capable.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute route_filter_prefixes.
-
#site_link_enabled ⇒ Boolean
Returns the value of attribute site_link_enabled.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
-
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
-
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
-
#virtual_interface_state ⇒ "confirming", ...
Returns the value of attribute virtual_interface_state.
-
#virtual_interface_type ⇒ ::String
Returns the value of attribute virtual_interface_type.
-
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
Instance Attribute Details
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def address_family @address_family end |
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def amazon_address @amazon_address end |
#amazon_side_asn ⇒ ::Integer
Returns the value of attribute amazon_side_asn.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def amazon_side_asn @amazon_side_asn end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def asn_long @asn_long end |
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def auth_key @auth_key end |
#aws_device_v2 ⇒ ::String
Returns the value of attribute aws_device_v2.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def aws_device_v2 @aws_device_v2 end |
#aws_logical_device_id ⇒ ::String
Returns the value of attribute aws_logical_device_id.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def aws_logical_device_id @aws_logical_device_id end |
#bgp_peers ⇒ ::Array[Types::BGPPeer]
Returns the value of attribute bgp_peers.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def bgp_peers @bgp_peers end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def connection_id @connection_id end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def customer_address @customer_address end |
#customer_router_config ⇒ ::String
Returns the value of attribute customer_router_config.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def customer_router_config @customer_router_config end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def direct_connect_gateway_id @direct_connect_gateway_id end |
#jumbo_frame_capable ⇒ Boolean
Returns the value of attribute jumbo_frame_capable.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def jumbo_frame_capable @jumbo_frame_capable end |
#location ⇒ ::String
Returns the value of attribute location.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def location @location end |
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def mtu @mtu end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def owner_account @owner_account end |
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def rate_limit @rate_limit end |
#region ⇒ ::String
Returns the value of attribute region.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def region @region end |
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute route_filter_prefixes.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def route_filter_prefixes @route_filter_prefixes end |
#site_link_enabled ⇒ Boolean
Returns the value of attribute site_link_enabled.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def site_link_enabled @site_link_enabled end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def @tags end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def virtual_gateway_id @virtual_gateway_id end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def virtual_interface_id @virtual_interface_id end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def virtual_interface_name @virtual_interface_name end |
#virtual_interface_state ⇒ "confirming", ...
Returns the value of attribute virtual_interface_state.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def virtual_interface_state @virtual_interface_state end |
#virtual_interface_type ⇒ ::String
Returns the value of attribute virtual_interface_type.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def virtual_interface_type @virtual_interface_type end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def vlan @vlan end |