Device

class Device

A device.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The device's maker.

Link copied to clipboard
val createdTime: <Error class: unknown class>?

When the device was created.

Link copied to clipboard

A device's current software.

Link copied to clipboard

A description for the device.

Link copied to clipboard

A device's aggregated status. Including the device's connection status, provisioning status, and lease status.

Link copied to clipboard

The device's ID.

Link copied to clipboard
val lastUpdatedTime: <Error class: unknown class>?

When the device was updated.

Link copied to clipboard

A device's latest job. Includes the target image version, and the update job status.

Link copied to clipboard
val leaseExpirationTime: <Error class: unknown class>?

The device's lease expiration time.

Link copied to clipboard
val name: String?

The device's name.

Link copied to clipboard

The device's provisioning status.

Link copied to clipboard

The device's tags.

Link copied to clipboard

The device's type.

Functions

Link copied to clipboard
inline fun copy(block: Device.Builder.() -> Unit = {}): Device
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String