DevicePatchArgs

data class DevicePatchArgs(val basic: Output<BasicDevicePatchArgs>? = null, val name: Output<String>? = null) : ConvertibleToJava<DevicePatchArgs>

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: Output<BasicDevicePatchArgs>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val basic: Output<BasicDevicePatchArgs>? = null

Basic defines one device instance.

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

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

Functions

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