Sha256: 0b55be642b87026346b3471c7e82310bd859e4882639463079bd4309856dbdbe

Contents?: true

Size: 1.41 KB

Versions: 56

Compression:

Stored size: 1.41 KB

Contents

# PulpcoreClient::WorkerResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [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,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 name: null,
                                 last_heartbeat: null,
                                 versions: null,
                                 current_task: null)
```


Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
pulpcore_client-3.49.34 docs/WorkerResponse.md
pulpcore_client-3.49.33 docs/WorkerResponse.md
pulpcore_client-3.49.32 docs/WorkerResponse.md
pulpcore_client-3.49.31 docs/WorkerResponse.md
pulpcore_client-3.49.30 docs/WorkerResponse.md
pulpcore_client-3.49.29 docs/WorkerResponse.md
pulpcore_client-3.49.28 docs/WorkerResponse.md
pulpcore_client-3.49.27 docs/WorkerResponse.md
pulpcore_client-3.49.26 docs/WorkerResponse.md
pulpcore_client-3.49.25 docs/WorkerResponse.md
pulpcore_client-3.49.24 docs/WorkerResponse.md
pulpcore_client-3.49.23 docs/WorkerResponse.md
pulpcore_client-3.49.22 docs/WorkerResponse.md
pulpcore_client-3.49.21 docs/WorkerResponse.md
pulpcore_client-3.62.0 docs/WorkerResponse.md
pulpcore_client-3.49.20 docs/WorkerResponse.md
pulpcore_client-3.61.0 docs/WorkerResponse.md
pulpcore_client-3.60.0 docs/WorkerResponse.md
pulpcore_client-3.49.19 docs/WorkerResponse.md
pulpcore_client-3.59.0 docs/WorkerResponse.md