InstanceEnaSrdSpecificationArgs

data class InstanceEnaSrdSpecificationArgs(val enaSrdEnabled: Output<Boolean>? = null, val enaSrdUdpSpecification: Output<InstanceEnaSrdUdpSpecificationArgs>? = null) : ConvertibleToJava<InstanceEnaSrdSpecificationArgs>

Specifies the ENA Express settings for the network interface that's attached to the instance.

Constructors

Link copied to clipboard
constructor(enaSrdEnabled: Output<Boolean>? = null, enaSrdUdpSpecification: Output<InstanceEnaSrdUdpSpecificationArgs>? = null)

Properties

Link copied to clipboard
val enaSrdEnabled: Output<Boolean>? = null

Specifies whether ENA Express is enabled for the network interface when you launch an instance.

Link copied to clipboard

Configures ENA Express for UDP network traffic.

Functions

Link copied to clipboard
open override fun toJava(): InstanceEnaSrdSpecificationArgs