Device Patch Args
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.