Sha256: fb7e53b499cbc8b925dda5981404e89c1844f57a354940d519422bbb7e57bf41
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# PulpcoreClient::Worker ## 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] **online** | **Boolean** | True if the worker is considered online, otherwise False | [optional] [readonly] **missing** | **Boolean** | True if the worker is considerd missing, otherwise False | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::Worker.new(pulp_href: null, pulp_created: null, name: null, last_heartbeat: null, online: null, missing: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc8 | docs/Worker.md |
pulpcore_client-3.0.0rc7 | docs/Worker.md |