Class: Aws::Types::NewTransitVirtualInterface
- Inherits:
-
Object
- Object
- Aws::Types::NewTransitVirtualInterface
- 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.
-
#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.
-
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#enable_site_link ⇒ Boolean
Returns the value of attribute enable_site_link.
-
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
-
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_allocated_count_ipv_4.
-
#prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_allocated_count_ipv_6.
-
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
-
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
Instance Attribute Details
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
870 871 872 |
# File 'sig/types.rbs', line 870 def address_family @address_family end |
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
868 869 870 |
# File 'sig/types.rbs', line 868 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
864 865 866 |
# File 'sig/types.rbs', line 864 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
865 866 867 |
# File 'sig/types.rbs', line 865 def asn_long @asn_long end |
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
867 868 869 |
# File 'sig/types.rbs', line 867 def auth_key @auth_key end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
869 870 871 |
# File 'sig/types.rbs', line 869 def customer_address @customer_address end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
871 872 873 |
# File 'sig/types.rbs', line 871 def direct_connect_gateway_id @direct_connect_gateway_id end |
#enable_site_link ⇒ Boolean
Returns the value of attribute enable_site_link.
873 874 875 |
# File 'sig/types.rbs', line 873 def enable_site_link @enable_site_link end |
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
866 867 868 |
# File 'sig/types.rbs', line 866 def mtu @mtu end |
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_allocated_count_ipv_4.
874 875 876 |
# File 'sig/types.rbs', line 874 def prefix_pool_allocated_count_ipv_4 @prefix_pool_allocated_count_ipv_4 end |
#prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_allocated_count_ipv_6.
875 876 877 |
# File 'sig/types.rbs', line 875 def prefix_pool_allocated_count_ipv_6 @prefix_pool_allocated_count_ipv_6 end |
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
876 877 878 |
# File 'sig/types.rbs', line 876 def rate_limit @rate_limit end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
872 873 874 |
# File 'sig/types.rbs', line 872 def @tags end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
862 863 864 |
# File 'sig/types.rbs', line 862 def virtual_interface_name @virtual_interface_name end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
863 864 865 |
# File 'sig/types.rbs', line 863 def vlan @vlan end |