Sha256: cdd34c90dc585074130708ad6f043f8528146ea9c9eefb754a2612c4c02f214a
Contents?: true
Size: 676 Bytes
Versions: 2
Compression:
Stored size: 676 Bytes
Contents
# SwaggerClient::DatabaseSettings ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **connection** | [**DatabaseConnectionSettings**](DatabaseConnectionSettings.md) | | [optional] **host** | **String** | The database host. | [optional] **maintenance_thread_pool_size** | **Integer** | The maximum number of parallel tasks when executing maintenance tasks. | [optional] **port** | **Integer** | The database port. | [optional] **url** | **String** | The database connection URL. | [optional] **user** | **String** | The database user. | [optional] **vendor** | **String** | The database vendor. | [optional]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avs-0.1.0 | lib/service/api/rapid7_insightvm_client/docs/DatabaseSettings.md |
avs-0.0.9 | lib/service/api/rapid7_insightvm_client/docs/DatabaseSettings.md |