NetworkInterfaceAttachment

data class NetworkInterfaceAttachment(val attachmentId: String? = null, val deviceIndex: Int, val instance: String)

Constructors

Link copied to clipboard
constructor(attachmentId: String? = null, deviceIndex: Int, instance: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attachmentId: String? = null
Link copied to clipboard

Integer to define the devices index.

Link copied to clipboard

ID of the instance to attach to.