Class ComputeHealthCheckLogConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_health_check.ComputeHealthCheckLogConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeHealthCheckLogConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeHealthCheckLogConfig
@Stability(Stable) @Internal public static final class ComputeHealthCheckLogConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeHealthCheckLogConfig
An implementation forComputeHealthCheckLogConfig
-
-
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_health_check.ComputeHealthCheckLogConfig
ComputeHealthCheckLogConfig.Builder, ComputeHealthCheckLogConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeHealthCheckLogConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeHealthCheckLogConfig.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()Indicates whether or not to export logs.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(ComputeHealthCheckLogConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeHealthCheckLogConfig.Builder.
-
-
Method Detail
-
getEnable
public final Object getEnable()
Description copied from interface:ComputeHealthCheckLogConfigIndicates whether or not to export logs.This is false by default, which means no health check logging will be done. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#enable ComputeHealthCheck#enable}
- Specified by:
getEnablein interfaceComputeHealthCheckLogConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-