Class: Aws::Types::InstanceNetworkInterfaceSpecification
- Inherits:
-
Object
- Object
- Aws::Types::InstanceNetworkInterfaceSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associate_carrier_ip_address ⇒ Boolean
Returns the value of attribute associate_carrier_ip_address.
-
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
-
#connection_tracking_specification ⇒ Types::ConnectionTrackingSpecificationRequest
Returns the value of attribute connection_tracking_specification.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
-
#ena_srd_specification ⇒ Types::EnaSrdSpecificationRequest
Returns the value of attribute ena_srd_specification.
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#interface_type ⇒ "interface", ...
Returns the value of attribute interface_type.
-
#ipv_4_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_4_prefix_count.
-
#ipv_4_prefixes ⇒ ::Array[Types::Ipv4PrefixSpecificationRequest]
Returns the value of attribute ipv_4_prefixes.
-
#ipv_6_address_count ⇒ ::Integer
Returns the value of attribute ipv_6_address_count.
-
#ipv_6_addresses ⇒ ::Array[Types::InstanceIpv6Address]
Returns the value of attribute ipv_6_addresses.
-
#ipv_6_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_6_prefix_count.
-
#ipv_6_prefixes ⇒ ::Array[Types::Ipv6PrefixSpecificationRequest]
Returns the value of attribute ipv_6_prefixes.
-
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#primary_ipv_6 ⇒ Boolean
Returns the value of attribute primary_ipv_6.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#private_ip_addresses ⇒ ::Array[Types::PrivateIpAddressSpecification]
Returns the value of attribute private_ip_addresses.
-
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#associate_carrier_ip_address ⇒ Boolean
Returns the value of attribute associate_carrier_ip_address.
235 236 237 |
# File 'sig/types.rbs', line 235 def associate_carrier_ip_address @associate_carrier_ip_address end |
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
236 237 238 |
# File 'sig/types.rbs', line 236 def associate_public_ip_address @associate_public_ip_address end |
#connection_tracking_specification ⇒ Types::ConnectionTrackingSpecificationRequest
Returns the value of attribute connection_tracking_specification.
237 238 239 |
# File 'sig/types.rbs', line 237 def connection_tracking_specification @connection_tracking_specification end |
#description ⇒ ::String
Returns the value of attribute description.
238 239 240 |
# File 'sig/types.rbs', line 238 def description @description end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
239 240 241 |
# File 'sig/types.rbs', line 239 def device_index @device_index end |
#ena_srd_specification ⇒ Types::EnaSrdSpecificationRequest
Returns the value of attribute ena_srd_specification.
240 241 242 |
# File 'sig/types.rbs', line 240 def ena_srd_specification @ena_srd_specification end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
254 255 256 |
# File 'sig/types.rbs', line 254 def groups @groups end |
#interface_type ⇒ "interface", ...
Returns the value of attribute interface_type.
241 242 243 |
# File 'sig/types.rbs', line 241 def interface_type @interface_type end |
#ipv_4_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_4_prefix_count.
243 244 245 |
# File 'sig/types.rbs', line 243 def ipv_4_prefix_count @ipv_4_prefix_count end |
#ipv_4_prefixes ⇒ ::Array[Types::Ipv4PrefixSpecificationRequest]
Returns the value of attribute ipv_4_prefixes.
242 243 244 |
# File 'sig/types.rbs', line 242 def ipv_4_prefixes @ipv_4_prefixes end |
#ipv_6_address_count ⇒ ::Integer
Returns the value of attribute ipv_6_address_count.
244 245 246 |
# File 'sig/types.rbs', line 244 def ipv_6_address_count @ipv_6_address_count end |
#ipv_6_addresses ⇒ ::Array[Types::InstanceIpv6Address]
Returns the value of attribute ipv_6_addresses.
245 246 247 |
# File 'sig/types.rbs', line 245 def ipv_6_addresses @ipv_6_addresses end |
#ipv_6_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_6_prefix_count.
247 248 249 |
# File 'sig/types.rbs', line 247 def ipv_6_prefix_count @ipv_6_prefix_count end |
#ipv_6_prefixes ⇒ ::Array[Types::Ipv6PrefixSpecificationRequest]
Returns the value of attribute ipv_6_prefixes.
246 247 248 |
# File 'sig/types.rbs', line 246 def ipv_6_prefixes @ipv_6_prefixes end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
248 249 250 |
# File 'sig/types.rbs', line 248 def network_card_index @network_card_index end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
249 250 251 |
# File 'sig/types.rbs', line 249 def network_interface_id @network_interface_id end |
#primary_ipv_6 ⇒ Boolean
Returns the value of attribute primary_ipv_6.
250 251 252 |
# File 'sig/types.rbs', line 250 def primary_ipv_6 @primary_ipv_6 end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
251 252 253 |
# File 'sig/types.rbs', line 251 def private_ip_address @private_ip_address end |
#private_ip_addresses ⇒ ::Array[Types::PrivateIpAddressSpecification]
Returns the value of attribute private_ip_addresses.
252 253 254 |
# File 'sig/types.rbs', line 252 def private_ip_addresses @private_ip_addresses end |
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
253 254 255 |
# File 'sig/types.rbs', line 253 def secondary_private_ip_address_count @secondary_private_ip_address_count end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def subnet_id @subnet_id end |