HybridRunbookWorkerLegacyResponse

data class HybridRunbookWorkerLegacyResponse(val ip: String? = null, val lastSeenDateTime: String? = null, val name: String? = null, val registrationTime: String? = null)

Definition of hybrid runbook worker Legacy.

Constructors

Link copied to clipboard
constructor(ip: String? = null, lastSeenDateTime: String? = null, name: String? = null, registrationTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

Gets or sets the assigned machine IP address.

Link copied to clipboard

Last Heartbeat from the Worker

Link copied to clipboard
val name: String? = null

Gets or sets the worker machine name.

Link copied to clipboard

Gets or sets the registration time of the worker machine.