Sha256: 3b2807ef8207b4dead064fb3f52238ba061266828fb342bcb98765b103be38d3

Contents?: true

Size: 1.34 KB

Versions: 5

Compression:

Stored size: 1.34 KB

Contents

# PulpcoreClient::Status

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**versions** | [**Array<Version>**](Version.md) | Version information of Pulp components | 
**online_workers** | [**Array<Worker>**](Worker.md) | List of online workers known to the application. An online worker is actively heartbeating and can respond to new work | 
**missing_workers** | [**Array<Worker>**](Worker.md) | List of missing workers known to the application. A missing worker is a worker that was online, but has now stopped heartbeating and has potentially died | 
**online_content_apps** | [**Array<ContentAppStatus>**](ContentAppStatus.md) | List of online content apps known to the application. An online worker is actively heartbeating | 
**database_connection** | [**DatabaseConnection**](DatabaseConnection.md) |  | 
**redis_connection** | [**RedisConnection**](RedisConnection.md) |  | 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::Status.new(versions: null,
                                 online_workers: null,
                                 missing_workers: null,
                                 online_content_apps: null,
                                 database_connection: null,
                                 redis_connection: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulpcore_client-3.0.0rc7 docs/Status.md
pulpcore_client-3.0.0rc6 docs/Status.md
pulpcore_client-3.0.0rc5 docs/Status.md
pulpcore_client-3.0.0rc4 docs/Status.md
pulpcore_client-3.0.0rc3 docs/Status.md