Instance Network Interface Attachment Args
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
The ID of the network interface attachment.
Link copied to clipboard
The time stamp when the attachment initiated.
Link copied to clipboard
Indicates whether the network interface is deleted when the instance is terminated.
Link copied to clipboard
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
The index of the network card.
Link copied to clipboard
The attachment state.