toggle menu
pulumi-gcp-kotlin
8.25.1.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.logging.kotlin.outputs
/
MetricBucketOptionsExponentialBuckets
Metric
Bucket
Options
Exponential
Buckets
data
class
MetricBucketOptionsExponentialBuckets
(
val
growthFactor
:
Double
,
val
numFiniteBuckets
:
Int
,
val
scale
:
Double
)
Members
Constructors
Metric
Bucket
Options
Exponential
Buckets
Link copied to clipboard
constructor
(
growthFactor
:
Double
,
numFiniteBuckets
:
Int
,
scale
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
growth
Factor
Link copied to clipboard
val
growthFactor
:
Double
Must be greater than 1.
num
Finite
Buckets
Link copied to clipboard
val
numFiniteBuckets
:
Int
Must be greater than 0.
scale
Link copied to clipboard
val
scale
:
Double
Must be greater than 0.