Get Network Interface Attachment Result
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)
Properties
Link copied to clipboard
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.