GetNetworkInterfaceAttachmentResult

data class GetNetworkInterfaceAttachmentResult(val attachmentId: String? = null, val deleteOnTermination: Boolean? = null, val enaSrdSpecification: NetworkInterfaceAttachmentEnaSrdSpecification? = null)

Constructors

Link copied to clipboard
constructor(attachmentId: String? = null, deleteOnTermination: Boolean? = null, enaSrdSpecification: NetworkInterfaceAttachmentEnaSrdSpecification? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attachmentId: String? = null

The ID of the network interface attachment.

Link copied to clipboard

Whether to delete the network interface when the instance terminates. By default, this value is set to true.

Link copied to clipboard

Configures ENA Express for the network interface that this action attaches to the instance.