Package com.pulumi.gcp.logging.inputs
Class MetricBucketOptionsArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.logging.inputs.MetricBucketOptionsArgs
-
public final class MetricBucketOptionsArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetricBucketOptionsArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static MetricBucketOptionsArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MetricBucketOptionsArgs.Builder
builder()
static MetricBucketOptionsArgs.Builder
builder(MetricBucketOptionsArgs defaults)
java.util.Optional<com.pulumi.core.Output<MetricBucketOptionsExplicitBucketsArgs>>
explicitBuckets()
java.util.Optional<com.pulumi.core.Output<MetricBucketOptionsExponentialBucketsArgs>>
exponentialBuckets()
java.util.Optional<com.pulumi.core.Output<MetricBucketOptionsLinearBucketsArgs>>
linearBuckets()
-
-
-
Field Detail
-
Empty
public static final MetricBucketOptionsArgs Empty
-
-
Method Detail
-
explicitBuckets
public java.util.Optional<com.pulumi.core.Output<MetricBucketOptionsExplicitBucketsArgs>> explicitBuckets()
- Returns:
- Specifies a set of buckets with arbitrary widths. Structure is documented below.
-
exponentialBuckets
public java.util.Optional<com.pulumi.core.Output<MetricBucketOptionsExponentialBucketsArgs>> exponentialBuckets()
- Returns:
- Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket. Structure is documented below.
-
linearBuckets
public java.util.Optional<com.pulumi.core.Output<MetricBucketOptionsLinearBucketsArgs>> linearBuckets()
- Returns:
- Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket. Structure is documented below.
-
builder
public static MetricBucketOptionsArgs.Builder builder()
-
builder
public static MetricBucketOptionsArgs.Builder builder(MetricBucketOptionsArgs defaults)
-
-