AssetDiscoveryStatus

data class AssetDiscoveryStatus(val lastRunDuration: String? = null, val lastRunTime: String? = null, val message: String? = null, val state: String? = null, val stats: List<AssetDiscoveryStatusStat>? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(lastRunDuration: String? = null, lastRunTime: String? = null, message: String? = null, state: String? = null, stats: List<AssetDiscoveryStatusStat>? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lastRunDuration: String? = null

The duration of the last discovery run.

Link copied to clipboard
val lastRunTime: String? = null

The start time of the last discovery run.

Link copied to clipboard
val message: String? = null

Additional information about the current state.

Link copied to clipboard
val state: String? = null

Output only. Current state of the asset. Possible values: STATE_UNSPECIFIED, ACTIVE, CREATING, DELETING, ACTION_REQUIRED

Link copied to clipboard

Data Stats of the asset reported by discovery.

Link copied to clipboard
val updateTime: String? = null

Output only. The time when the asset was last updated.