Fleet Tier Properties Args
data class FleetTierPropertiesArgs(val capacity: Output<Int>? = null, val databaseCapacityMax: Output<Double>? = null, val databaseCapacityMin: Output<Double>? = null, val databaseSizeGbMax: Output<Int>? = null, val family: Output<String>? = null, val highAvailabilityReplicaCount: Output<Int>? = null, val poolNumOfDatabasesMax: Output<Int>? = null, val pooled: Output<Boolean>? = null, val serverless: Output<Boolean>? = null, val serviceTier: Output<String>? = null, val zoneRedundancy: Output<Either<String, ZoneRedundancy>>? = null) : ConvertibleToJava<FleetTierPropertiesArgs>
A Fleet tier properties.
Constructors
Link copied to clipboard
constructor(capacity: Output<Int>? = null, databaseCapacityMax: Output<Double>? = null, databaseCapacityMin: Output<Double>? = null, databaseSizeGbMax: Output<Int>? = null, family: Output<String>? = null, highAvailabilityReplicaCount: Output<Int>? = null, poolNumOfDatabasesMax: Output<Int>? = null, pooled: Output<Boolean>? = null, serverless: Output<Boolean>? = null, serviceTier: Output<String>? = null, zoneRedundancy: Output<Either<String, ZoneRedundancy>>? = null)
Properties
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
Maximum database size in Gb.
Link copied to clipboard
Number of high availability replicas for databases in this tier.
Link copied to clipboard
Maximum number of databases per pool.
Link copied to clipboard
If true, serverless resources are provisioned in the tier.
Link copied to clipboard
Service tier of provisioned resources. Supported values: GeneralPurpose, Hyperscale.
Link copied to clipboard
Enable zone redundancy for all databases in this tier.