Class: Aws::Types::NewPrivateVirtualInterface
- Inherits:
-
Object
- Object
- Aws::Types::NewPrivateVirtualInterface
- 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_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
-
#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.
899 900 901 |
# File 'sig/types.rbs', line 899 def address_family @address_family end |
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
897 898 899 |
# File 'sig/types.rbs', line 897 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
893 894 895 |
# File 'sig/types.rbs', line 893 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
894 895 896 |
# File 'sig/types.rbs', line 894 def asn_long @asn_long end |
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
896 897 898 |
# File 'sig/types.rbs', line 896 def auth_key @auth_key end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
898 899 900 |
# File 'sig/types.rbs', line 898 def customer_address @customer_address end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
901 902 903 |
# File 'sig/types.rbs', line 901 def direct_connect_gateway_id @direct_connect_gateway_id end |
#enable_site_link ⇒ Boolean
Returns the value of attribute enable_site_link.
903 904 905 |
# File 'sig/types.rbs', line 903 def enable_site_link @enable_site_link end |
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
895 896 897 |
# File 'sig/types.rbs', line 895 def mtu @mtu end |
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_allocated_count_ipv_4.
904 905 906 |
# File 'sig/types.rbs', line 904 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.
905 906 907 |
# File 'sig/types.rbs', line 905 def prefix_pool_allocated_count_ipv_6 @prefix_pool_allocated_count_ipv_6 end |
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
906 907 908 |
# File 'sig/types.rbs', line 906 def rate_limit @rate_limit end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
902 903 904 |
# File 'sig/types.rbs', line 902 def end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
900 901 902 |
# File 'sig/types.rbs', line 900 def virtual_gateway_id @virtual_gateway_id end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
891 892 893 |
# File 'sig/types.rbs', line 891 def virtual_interface_name @virtual_interface_name end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
892 893 894 |
# File 'sig/types.rbs', line 892 def vlan @vlan end |