Sha256: 753557ebd6c65acfddf431d8895d973bf50cbd432b48fc9f0ea8cae2d5b4d739

Contents?: true

Size: 1.53 KB

Versions: 25

Compression:

Stored size: 1.53 KB

Contents

# PulpcoreClient::WorkerResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [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,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 name: null,
                                 last_heartbeat: null,
                                 versions: null,
                                 current_task: null)
```


Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
pulpcore_client-3.63.12 docs/WorkerResponse.md
pulpcore_client-3.63.11 docs/WorkerResponse.md
pulpcore_client-3.63.10 docs/WorkerResponse.md
pulpcore_client-3.63.9 docs/WorkerResponse.md
pulpcore_client-3.69.2 docs/WorkerResponse.md
pulpcore_client-3.63.8 docs/WorkerResponse.md
pulpcore_client-3.69.1 docs/WorkerResponse.md
pulpcore_client-3.63.7 docs/WorkerResponse.md
pulpcore_client-3.63.6 docs/WorkerResponse.md
pulpcore_client-3.69.0 docs/WorkerResponse.md
pulpcore_client-3.63.5 docs/WorkerResponse.md
pulpcore_client-3.68.2 docs/WorkerResponse.md
pulpcore_client-3.63.4 docs/WorkerResponse.md
pulpcore_client-3.68.1 docs/WorkerResponse.md
pulpcore_client-3.63.3 docs/WorkerResponse.md
pulpcore_client-3.68.0 docs/WorkerResponse.md
pulpcore_client-3.67.1 docs/WorkerResponse.md
pulpcore_client-3.63.2 docs/WorkerResponse.md
pulpcore_client-3.66.1 docs/WorkerResponse.md
pulpcore_client-3.67.0 docs/WorkerResponse.md