InstanceNetworkInterfaceAttachmentResponse

data class InstanceNetworkInterfaceAttachmentResponse(val attachTime: String? = null, val attachmentId: String? = null, val deleteOnTermination: Boolean? = null, val deviceIndex: Int? = null, val enaSrdSpecification: InstanceAttachmentEnaSrdSpecificationResponse? = null, val networkCardIndex: Int? = null, val status: AttachmentStatusEnumValueResponse? = null)

Definition of InstanceNetworkInterfaceAttachment

Constructors

constructor(attachTime: String? = null, attachmentId: String? = null, deleteOnTermination: Boolean? = null, deviceIndex: Int? = null, enaSrdSpecification: InstanceAttachmentEnaSrdSpecificationResponse? = null, networkCardIndex: Int? = null, status: AttachmentStatusEnumValueResponse? = 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
val attachTime: String? = null

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
val deviceIndex: 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: Int? = null

The index of the network card.

Link copied to clipboard

The attachment state.