InstanceAttachmentEnaSrdSpecificationArgs

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

Definition of InstanceAttachmentEnaSrdSpecification

Constructors

constructor(enaSrdEnabled: Output<Boolean>? = null, enaSrdUdpSpecification: Output<InstanceAttachmentEnaSrdUdpSpecificationArgs>? = null)

Properties

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

Indicates whether ENA Express is enabled for the network interface.

Link copied to clipboard

Configures ENA Express for UDP network traffic.

Functions

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