MetricBucketOptionsExponentialBucketsArgs

data class MetricBucketOptionsExponentialBucketsArgs(val growthFactor: Output<Double>? = null, val numFiniteBuckets: Output<Int>? = null, val scale: Output<Double>? = null) : ConvertibleToJava<MetricBucketOptionsExponentialBucketsArgs>

Constructors

constructor(growthFactor: Output<Double>? = null, numFiniteBuckets: Output<Int>? = null, scale: Output<Double>? = null)

Properties

Link copied to clipboard
val growthFactor: Output<Double>? = null

Must be greater than 1.

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

Must be greater than 0.

Link copied to clipboard
val scale: Output<Double>? = null

Must be greater than 0.

Functions

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