toggle menu
pulumi-gcp-kotlin
6.67.1.1
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
?
=
null
,
val
offset
:
Double
?
=
null
,
val
width
:
Double
?
=
null
)
Members
Constructors
Metric
Bucket
Options
Linear
Buckets
Link copied to clipboard
constructor
(
numFiniteBuckets
:
Int
?
=
null
,
offset
:
Double
?
=
null
,
width
:
Double
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
num
Finite
Buckets
Link copied to clipboard
val
numFiniteBuckets
:
Int
?
=
null
Must be greater than 0.
offset
Link copied to clipboard
val
offset
:
Double
?
=
null
Lower bound of the first bucket.
width
Link copied to clipboard
val
width
:
Double
?
=
null
Must be greater than 0.