InstanceEnaSrdSpecification

data class InstanceEnaSrdSpecification(val enaSrdEnabled: Boolean? = null, val enaSrdUdpSpecification: InstanceEnaSrdUdpSpecification? = null)

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

Constructors

Link copied to clipboard
constructor(enaSrdEnabled: Boolean? = null, enaSrdUdpSpecification: InstanceEnaSrdUdpSpecification? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enaSrdEnabled: 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.