Class ComputeRegionBackendServiceLogConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_backend_service.ComputeRegionBackendServiceLogConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionBackendServiceLogConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionBackendServiceLogConfig
@Stability(Stable) @Internal public static final class ComputeRegionBackendServiceLogConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionBackendServiceLogConfig
An implementation forComputeRegionBackendServiceLogConfig
-
-
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.compute_region_backend_service.ComputeRegionBackendServiceLogConfig
ComputeRegionBackendServiceLogConfig.Builder, ComputeRegionBackendServiceLogConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionBackendServiceLogConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionBackendServiceLogConfig.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)ObjectgetEnable()Whether to enable logging for the load balancer traffic served by this backend service.NumbergetSampleRate()This field can only be specified if logging is enabled for this backend service.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(ComputeRegionBackendServiceLogConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionBackendServiceLogConfig.Builder.
-
-
Method Detail
-
getEnable
public final Object getEnable()
Description copied from interface:ComputeRegionBackendServiceLogConfigWhether to enable logging for the load balancer traffic served by this backend service.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#enable ComputeRegionBackendService#enable}
- Specified by:
getEnablein interfaceComputeRegionBackendServiceLogConfig
-
getSampleRate
public final Number getSampleRate()
Description copied from interface:ComputeRegionBackendServiceLogConfigThis field can only be specified if logging is enabled for this backend service.The value of the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported. The default value is 1.0. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_backend_service#sample_rate ComputeRegionBackendService#sample_rate}
- Specified by:
getSampleRatein interfaceComputeRegionBackendServiceLogConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-