Class: Aws::EC2::Types::EnaSrdSpecificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnaSrdSpecificationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Launch instances with ENA Express settings configured from your launch template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ena_srd_enabled ⇒ Boolean
Specifies whether ENA Express is enabled for the network interface when you launch an instance.
-
#ena_srd_udp_specification ⇒ Types::EnaSrdUdpSpecificationRequest
Contains ENA Express settings for UDP network traffic for the network interface attached to the instance.
Instance Attribute Details
#ena_srd_enabled ⇒ Boolean
Specifies whether ENA Express is enabled for the network interface when you launch an instance.
33925 33926 33927 33928 33929 33930 |
# File 'lib/aws-sdk-ec2/types.rb', line 33925 class EnaSrdSpecificationRequest < Struct.new( :ena_srd_enabled, :ena_srd_udp_specification) SENSITIVE = [] include Aws::Structure end |
#ena_srd_udp_specification ⇒ Types::EnaSrdUdpSpecificationRequest
Contains ENA Express settings for UDP network traffic for the network interface attached to the instance.
33925 33926 33927 33928 33929 33930 |
# File 'lib/aws-sdk-ec2/types.rb', line 33925 class EnaSrdSpecificationRequest < Struct.new( :ena_srd_enabled, :ena_srd_udp_specification) SENSITIVE = [] include Aws::Structure end |