toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.logging.kotlin.outputs
/
MetricBucketOptionsLinearBuckets
Metric
Bucket
Options
Linear
Buckets
data
class
MetricBucketOptionsLinearBuckets
(
val
numFiniteBuckets
:
Int
,
val
offset
:
Double
,
val
width
:
Double
)
Members
Constructors
Metric
Bucket
Options
Linear
Buckets
Link copied to clipboard
constructor
(
numFiniteBuckets
:
Int
,
offset
:
Double
,
width
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
num
Finite
Buckets
Link copied to clipboard
val
numFiniteBuckets
:
Int
Must be greater than 0.
offset
Link copied to clipboard
val
offset
:
Double
Lower bound of the first bucket.
width
Link copied to clipboard
val
width
:
Double
Must be greater than 0.