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

Version Path
pulpcore_client-3.39.26 docs/WorkerResponse.md
pulpcore_client-3.39.25 docs/WorkerResponse.md
pulpcore_client-3.39.24 docs/WorkerResponse.md
pulpcore_client-3.39.23 docs/WorkerResponse.md
pulpcore_client-3.39.22 docs/WorkerResponse.md
pulpcore_client-3.39.21 docs/WorkerResponse.md
pulpcore_client-3.39.20 docs/WorkerResponse.md
pulpcore_client-3.39.19 docs/WorkerResponse.md
pulpcore_client-3.39.18 docs/WorkerResponse.md
pulpcore_client-3.39.17 docs/WorkerResponse.md
pulpcore_client-3.39.16 docs/WorkerResponse.md
pulpcore_client-3.39.13 docs/WorkerResponse.md
pulpcore_client-3.45.4 docs/WorkerResponse.md
pulpcore_client-3.39.12 docs/WorkerResponse.md
pulpcore_client-3.45.3 docs/WorkerResponse.md
pulpcore_client-3.39.11 docs/WorkerResponse.md
pulpcore_client-3.47.0 docs/WorkerResponse.md
pulpcore_client-3.46.0 docs/WorkerResponse.md
pulpcore_client-3.45.2 docs/WorkerResponse.md
pulpcore_client-3.39.10 docs/WorkerResponse.md