DatabaseServerEntityAspectApiDTO
Description
Inherits From
This DTO inherits from EntityAspect
Optional Parameters
- dbEngine
-
-
type: string
-
description: The Database engine
-
- dbEdition
-
-
type: string
-
description: The Database edition
-
- dbVersion
-
-
type: string
-
description: The Database engine version
-
- licenseModel
-
-
type: string
-
description: The license model of the database engine
-
- deploymentType
-
-
type: string
-
description: The deployment type of the database engine
-
- maxConcurrentWorkers
-
-
type: integer
-
format: int32
-
description: Maximum concurrent workers allowed for the DB
-
- maxConcurrentSessions
-
-
type: integer
-
format: int32
-
description: Maximum concurrent sessions allowed for the DB
-
- pricingModel
-
-
type: string
-
example: DTU
-
description: Pricing Model followed by DB.
-
- storageTier
-
-
type: string
-
example: GP2
-
description: Storage Tier
-
- clusterRole
-
-
type: string
-
description: Cluster Role
-
enum: ['Writer', 'Reader']
-
- hourlyBilledOps
-
-
type: number
-
format: double
-
description: Hourly Billed Ops - Count of operations per hour
-
- featureStateMap
-
-
type: object
-
description: Features
-
additionalProperties: {'type': 'string', 'enum': ['Enabled', 'Disabled', 'Unknown']}
-
- resourceId
-
-
type: string
-
description: Resource identifier of the database server. For example, the resource id in Azure, the ARN in AWS, or the full resource name in GCP.
-
- creationTimeStamp
-
-
type: integer
-
format: int64
-
description: Timestamp in milliseconds for the creation of the database server.
-
- serverConfiguration
-
-
type: string
-
description: The Database server configuration
-
- replicas
-
-
type: array
-
description: Replicas associated with this database
-
-
reference: ReplicaApiDTO
-
-
- databases
-
-
type: array
-
description: Databases that run on this instance
-
-
type: string
-
-
- fullyQualifiedDomainName
-
-
type: string
-
description: Fully qualified domain name
-
- backupStorageRedundancy
-
-
type: string
-
description: Backup Storage Redundancy - refers to how data is duplicated across storage locations
-