Class LoggingMetricBucketOptionsExponentialBuckets.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.logging_metric.LoggingMetricBucketOptionsExponentialBuckets.Jsii$Proxy
-
- All Implemented Interfaces:
LoggingMetricBucketOptionsExponentialBuckets,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LoggingMetricBucketOptionsExponentialBuckets
@Stability(Stable) @Internal public static final class LoggingMetricBucketOptionsExponentialBuckets.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoggingMetricBucketOptionsExponentialBuckets
An implementation forLoggingMetricBucketOptionsExponentialBuckets
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.logging_metric.LoggingMetricBucketOptionsExponentialBuckets
LoggingMetricBucketOptionsExponentialBuckets.Builder, LoggingMetricBucketOptionsExponentialBuckets.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LoggingMetricBucketOptionsExponentialBuckets.Builder builder)Constructor that initializes the object based on literal property values passed by theLoggingMetricBucketOptionsExponentialBuckets.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetGrowthFactor()Must be greater than 1.NumbergetNumFiniteBuckets()Must be greater than 0.NumbergetScale()Must be greater than 0.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(LoggingMetricBucketOptionsExponentialBuckets.Builder builder)
Constructor that initializes the object based on literal property values passed by theLoggingMetricBucketOptionsExponentialBuckets.Builder.
-
-
Method Detail
-
getGrowthFactor
public final Number getGrowthFactor()
Description copied from interface:LoggingMetricBucketOptionsExponentialBucketsMust be greater than 1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#growth_factor LoggingMetric#growth_factor}
- Specified by:
getGrowthFactorin interfaceLoggingMetricBucketOptionsExponentialBuckets
-
getNumFiniteBuckets
public final Number getNumFiniteBuckets()
Description copied from interface:LoggingMetricBucketOptionsExponentialBucketsMust be greater than 0.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#num_finite_buckets LoggingMetric#num_finite_buckets}
- Specified by:
getNumFiniteBucketsin interfaceLoggingMetricBucketOptionsExponentialBuckets
-
getScale
public final Number getScale()
Description copied from interface:LoggingMetricBucketOptionsExponentialBucketsMust be greater than 0.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#scale LoggingMetric#scale}
- Specified by:
getScalein interfaceLoggingMetricBucketOptionsExponentialBuckets
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-