Show / Hide Table of Contents

Class MetricBucketOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MetricBucketOptionsArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Logging.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class MetricBucketOptionsArgs : ResourceArgs

Constructors

View Source

MetricBucketOptionsArgs()

Declaration
public MetricBucketOptionsArgs()

Properties

View Source

ExplicitBuckets

Specifies a set of buckets with arbitrary widths. Structure is documented below.

Declaration
public Input<MetricBucketOptionsExplicitBucketsArgs> ExplicitBuckets { get; set; }
Property Value
Type Description
Input<MetricBucketOptionsExplicitBucketsArgs>
View Source

ExponentialBuckets

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.

Declaration
public Input<MetricBucketOptionsExponentialBucketsArgs> ExponentialBuckets { get; set; }
Property Value
Type Description
Input<MetricBucketOptionsExponentialBucketsArgs>
View Source

LinearBuckets

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.

Declaration
public Input<MetricBucketOptionsLinearBucketsArgs> LinearBuckets { get; set; }
Property Value
Type Description
Input<MetricBucketOptionsLinearBucketsArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.