FleetspacePropertiesThroughputPoolConfigurationArgs

data class FleetspacePropertiesThroughputPoolConfigurationArgs(val dataRegions: Output<List<String>>? = null, val maxThroughput: Output<Int>? = null, val minThroughput: Output<Int>? = null, val serviceTier: Output<Either<String, ServiceTier>>? = null) : ConvertibleToJava<FleetspacePropertiesThroughputPoolConfigurationArgs>

Configuration for throughput pool in the fleetspace.

Constructors

constructor(dataRegions: Output<List<String>>? = null, maxThroughput: Output<Int>? = null, minThroughput: Output<Int>? = null, serviceTier: Output<Either<String, ServiceTier>>? = null)

Properties

Link copied to clipboard
val dataRegions: Output<List<String>>? = null

List of data regions assigned to the fleetspace. Eg westus2

Link copied to clipboard
val maxThroughput: Output<Int>? = null

Maximum throughput for the pool.

Link copied to clipboard
val minThroughput: Output<Int>? = null

Minimum throughput for the pool.

Link copied to clipboard
val serviceTier: Output<Either<String, ServiceTier>>? = null

Service Tier for the fleetspace. GeneralPurpose types refers to single write region accounts that can be added to this fleetspace, whereas BusinessCritical refers to multi write region.

Functions

Link copied to clipboard
open override fun toJava(): FleetspacePropertiesThroughputPoolConfigurationArgs