Sha256: ea7f928ce657162ae0a009b297a8acebabff2377afaead9e6c4c9fbed914f03e
Contents?: true
Size: 1.21 KB
Versions: 12
Compression:
Stored size: 1.21 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 | **online_content_apps** | [**Array<ContentAppStatus>**](ContentAppStatus.md) | List of online content apps known to the application. An online content app is actively heartbeating and can serve data to clients | **database_connection** | [**DatabaseConnection**](DatabaseConnection.md) | | **redis_connection** | [**RedisConnection**](RedisConnection.md) | | **storage** | [**Storage**](Storage.md) | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::Status.new(versions: null, online_workers: null, online_content_apps: null, database_connection: null, redis_connection: null, storage: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems