mirror of https://github.com/vernonkeenan/lib
21 lines
983 B
Markdown
21 lines
983 B
Markdown
|
# 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]
|
||
|
|
||
|
|