InstanceNetworkInterfaceAttachmentArgs

data class InstanceNetworkInterfaceAttachmentArgs(val attachTime: Output<String>? = null, val attachmentId: Output<String>? = null, val deleteOnTermination: Output<Boolean>? = null, val deviceIndex: Output<Int>? = null, val enaSrdSpecification: Output<InstanceAttachmentEnaSrdSpecificationArgs>? = null, val networkCardIndex: Output<Int>? = null, val status: Output<AttachmentStatusEnumValueArgs>? = null) : ConvertibleToJava<InstanceNetworkInterfaceAttachmentArgs>

Definition of InstanceNetworkInterfaceAttachment

Constructors

Link copied to clipboard
constructor(attachTime: Output<String>? = null, attachmentId: Output<String>? = null, deleteOnTermination: Output<Boolean>? = null, deviceIndex: Output<Int>? = null, enaSrdSpecification: Output<InstanceAttachmentEnaSrdSpecificationArgs>? = null, networkCardIndex: Output<Int>? = null, status: Output<AttachmentStatusEnumValueArgs>? = null)

Properties

Link copied to clipboard
val attachmentId: Output<String>? = null

The ID of the network interface attachment.

Link copied to clipboard
val attachTime: Output<String>? = null

The time stamp when the attachment initiated.

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

Indicates whether the network interface is deleted when the instance is terminated.

Link copied to clipboard
val deviceIndex: Output<Int>? = null

The index of the device on the instance for the network interface attachment.

Link copied to clipboard

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

Link copied to clipboard
val networkCardIndex: Output<Int>? = null

The index of the network card.

Link copied to clipboard

The attachment state.

Functions

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