Sha256: 7bc5a9297950364f6308bae58ca835d4056efc23e0f09af7f2c47c0b05b5d035
Contents?: true
Size: 1.1 KB
Versions: 52
Compression:
Stored size: 1.1 KB
Contents
# PulpcoreClient::WorkerResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **name** | **String** | The name of the worker. | [optional] [readonly] **last_heartbeat** | **DateTime** | Timestamp of the last time the worker talked to the service. | [optional] [readonly] **versions** | **Hash<String, String>** | Versions of the components installed. | [optional] [readonly] **current_task** | **String** | The task this worker is currently executing, or empty if the worker is not currently assigned to a task. | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::WorkerResponse.new(pulp_href: null, pulp_created: null, name: null, last_heartbeat: null, versions: null, current_task: null) ```
Version data entries
52 entries across 52 versions & 1 rubygems