lib/client/devops/docs/Database.md

21 lines
983 B
Markdown
Raw Normal View History

2022-09-03 21:10:56 +00:00
# Devops.Database
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **Boolean** | Is this database active? | [optional]
**clusterID** | **String** | The ID of the Cluster in which this database is deployed | [optional]
**createdByID** | **String** | Created By | [optional]
**createdDate** | **String** | Created Date | [optional]
**DSN** | **String** | Database connection string | [optional]
**databaseName** | **String** | The name of the physical database in the cluster | [optional]
**ID** | **String** | Record Id | [optional]
**lastModifiedByID** | **String** | Last Modified By | [optional]
**lastModifiedDate** | **String** | Last Modifed Date | [optional]
**status** | **String** | The current status of this Tenant | [optional]
**tenantID** | **String** | The ID of the tenant who owns this Database | [optional]
**type** | **String** | The type of Database (mysql, etc) | [optional]