Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
One or more network interfaces to attach to an Amazon EC2 instance. If you specify a network interface, you must specify security groups and subnets as part of the network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associate_carrier_ip_address ⇒ Boolean
Indicates whether to associate a Carrier IP address with eth0 for a new network interface.
-
#associate_public_ip_address ⇒ Boolean
Associates a public IPv4 address with eth0 for a new network interface.
-
#delete_on_termination ⇒ Boolean
Indicates whether the network interface is deleted when the instance is terminated.
-
#description ⇒ String
A description for the network interface.
-
#device_index ⇒ Integer
The device index for the network interface attachment.
-
#groups ⇒ Array<String>
The IDs of one or more security groups.
-
#interface_type ⇒ String
The type of network interface.
-
#ipv_4_prefix_count ⇒ Integer
The number of IPv4 prefixes to be automatically assigned to the network interface.
-
#ipv_4_prefixes ⇒ Array<Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails>
One or more IPv4 prefixes to be assigned to the network interface.
-
#ipv_6_address_count ⇒ Integer
The number of IPv6 addresses to assign to a network interface.
-
#ipv_6_addresses ⇒ Array<Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails>
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
-
#ipv_6_prefix_count ⇒ Integer
The number of IPv6 prefixes to be automatically assigned to the network interface.
-
#ipv_6_prefixes ⇒ Array<Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails>
One or more IPv6 prefixes to be assigned to the network interface.
-
#network_card_index ⇒ Integer
The index of the network card.
-
#network_interface_id ⇒ String
The ID of the network interface.
-
#private_ip_address ⇒ String
The primary private IPv4 address of the network interface.
-
#private_ip_addresses ⇒ Array<Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails>
One or more private IPv4 addresses.
-
#secondary_private_ip_address_count ⇒ Integer
The number of secondary private IPv4 addresses to assign to a network interface.
-
#subnet_id ⇒ String
The ID of the subnet for the network interface.
Instance Attribute Details
#associate_carrier_ip_address ⇒ Boolean
Indicates whether to associate a Carrier IP address with eth0 for a new network interface. You use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information, see
- Carrier IP address][1
-
in the *Wavelength Developer Guide*.
[1]: docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#associate_public_ip_address ⇒ Boolean
Associates a public IPv4 address with eth0 for a new network interface.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#delete_on_termination ⇒ Boolean
Indicates whether the network interface is deleted when the instance is terminated.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the network interface.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#device_index ⇒ Integer
The device index for the network interface attachment.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#groups ⇒ Array<String>
The IDs of one or more security groups.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#interface_type ⇒ String
The type of network interface.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#ipv_4_prefix_count ⇒ Integer
The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the ‘Ipv4Prefixes` option.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#ipv_4_prefixes ⇒ Array<Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails>
One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the ‘Ipv4PrefixCount` option.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#ipv_6_address_count ⇒ Integer
The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can’t use this option if you use ‘Ipv6Addresses`.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#ipv_6_addresses ⇒ Array<Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails>
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can’t use this option if you use ‘Ipv6AddressCount`.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#ipv_6_prefix_count ⇒ Integer
The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the ‘Ipv6Prefix` option.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#ipv_6_prefixes ⇒ Array<Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails>
One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the ‘Ipv6PrefixCount` option.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#network_card_index ⇒ Integer
The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index ‘0`. The default is network card index `0`.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#network_interface_id ⇒ String
The ID of the network interface.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#private_ip_address ⇒ String
The primary private IPv4 address of the network interface.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#private_ip_addresses ⇒ Array<Types::AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails>
One or more private IPv4 addresses.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#secondary_private_ip_address_count ⇒ Integer
The number of secondary private IPv4 addresses to assign to a network interface.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet for the network interface.
7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7942 class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails < Struct.new( :associate_carrier_ip_address, :associate_public_ip_address, :delete_on_termination, :description, :device_index, :groups, :interface_type, :ipv_4_prefix_count, :ipv_4_prefixes, :ipv_6_address_count, :ipv_6_addresses, :ipv_6_prefix_count, :ipv_6_prefixes, :network_card_index, :network_interface_id, :private_ip_address, :private_ip_addresses, :secondary_private_ip_address_count, :subnet_id) SENSITIVE = [] include Aws::Structure end |