HybridRunbookWorker interface

Definition of hybrid runbook worker.

Properties

ip

Gets or sets the assigned machine IP address.

lastSeenDateTime

Last Heartbeat from the Worker

name

Gets or sets the worker machine name.

registrationTime

Gets or sets the registration time of the worker machine.

Property Details

ip

Gets or sets the assigned machine IP address.

ip?: string

Property Value

string

lastSeenDateTime

Last Heartbeat from the Worker

lastSeenDateTime?: Date

Property Value

Date

name

Gets or sets the worker machine name.

name?: string

Property Value

string

registrationTime

Gets or sets the registration time of the worker machine.

registrationTime?: Date

Property Value

Date