Sha256: 3160f79cbcb927a40bb5730eb349ae910214ac04ef34a4bc9d0979bd4b22f198
Contents?: true
Size: 1.41 KB
Versions: 2
Compression:
Stored size: 1.41 KB
Contents
# PulpFileClient::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 'PulpFileClient' instance = PulpFileClient::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/WorkerResponse.md |
pulp_file_client-3.49.14 | docs/WorkerResponse.md |