Network Interface Attachment Ena Srd Specification Args
data class NetworkInterfaceAttachmentEnaSrdSpecificationArgs(val enaSrdEnabled: Output<Boolean>? = null, val enaSrdUdpSpecification: Output<NetworkInterfaceAttachmentEnaSrdSpecificationEnaSrdUdpSpecificationPropertiesArgs>? = null) : ConvertibleToJava<NetworkInterfaceAttachmentEnaSrdSpecificationArgs>
Constructors
Link copied to clipboard
constructor(enaSrdEnabled: Output<Boolean>? = null, enaSrdUdpSpecification: Output<NetworkInterfaceAttachmentEnaSrdSpecificationEnaSrdUdpSpecificationPropertiesArgs>? = null)
Properties
Link copied to clipboard
Indicates whether ENA Express is enabled for the network interface.
Link copied to clipboard
val enaSrdUdpSpecification: Output<NetworkInterfaceAttachmentEnaSrdSpecificationEnaSrdUdpSpecificationPropertiesArgs>? = null
Configures ENA Express for UDP network traffic.