DevicePatch

data class DevicePatch(val basic: BasicDevicePatch? = null, val name: String? = null)

Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.

Constructors

Link copied to clipboard
constructor(basic: BasicDevicePatch? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val basic: BasicDevicePatch? = null

Basic defines one device instance.

Link copied to clipboard
val name: String? = null

Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.