FleetTierPropertiesResponse

data class FleetTierPropertiesResponse(val capacity: Int? = null, val databaseCapacityMax: Double? = null, val databaseCapacityMin: Double? = null, val databaseSizeGbMax: Int? = null, val disabled: Boolean, val family: String? = null, val highAvailabilityReplicaCount: Int? = null, val poolNumOfDatabasesMax: Int? = null, val pooled: Boolean? = null, val provisioningState: String, val serverless: Boolean? = null, val serviceTier: String? = null, val zoneRedundancy: String? = null)

A Fleet tier properties.

Constructors

Link copied to clipboard
constructor(capacity: Int? = null, databaseCapacityMax: Double? = null, databaseCapacityMin: Double? = null, databaseSizeGbMax: Int? = null, disabled: Boolean, family: String? = null, highAvailabilityReplicaCount: Int? = null, poolNumOfDatabasesMax: Int? = null, pooled: Boolean? = null, provisioningState: String, serverless: Boolean? = null, serviceTier: String? = null, zoneRedundancy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Capacity of provisioned resources in the tier, in units matching the specified service tier, for example vCore for GeneralPurpose.

Link copied to clipboard

Maximum allocated capacity per database, in units matching the specified service tier.

Link copied to clipboard

Minimum allocated capacity per database, in units matching the specified service tier.

Link copied to clipboard
val databaseSizeGbMax: Int? = null

Maximum database size in Gb.

Link copied to clipboard

If true, tier is disabled.

Link copied to clipboard
val family: String? = null

Family of provisioned resources, for example Gen5.

Link copied to clipboard

Number of high availability replicas for databases in this tier.

Link copied to clipboard
val pooled: Boolean? = null

If true, databases are pooled.

Link copied to clipboard

Maximum number of databases per pool.

Link copied to clipboard

Provisioning state.

Link copied to clipboard
val serverless: Boolean? = null

If true, serverless resources are provisioned in the tier.

Link copied to clipboard
val serviceTier: String? = null

Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.

Link copied to clipboard
val zoneRedundancy: String? = null

Enable zone redundancy for all databases in this tier.