Class ComputeBackendServiceTimeouts.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_backend_service.ComputeBackendServiceTimeouts.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeBackendServiceTimeouts,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeBackendServiceTimeouts
@Stability(Stable) @Internal public static final class ComputeBackendServiceTimeouts.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeBackendServiceTimeouts
An implementation forComputeBackendServiceTimeouts
-
-
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_backend_service.ComputeBackendServiceTimeouts
ComputeBackendServiceTimeouts.Builder, ComputeBackendServiceTimeouts.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeBackendServiceTimeouts.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeBackendServiceTimeouts.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)StringgetCreate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#create ComputeBackendService#create}.StringgetDelete()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#delete ComputeBackendService#delete}.StringgetUpdate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#update ComputeBackendService#update}.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(ComputeBackendServiceTimeouts.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeBackendServiceTimeouts.Builder.
-
-
Method Detail
-
getCreate
public final String getCreate()
Description copied from interface:ComputeBackendServiceTimeoutsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#create ComputeBackendService#create}.- Specified by:
getCreatein interfaceComputeBackendServiceTimeouts
-
getDelete
public final String getDelete()
Description copied from interface:ComputeBackendServiceTimeoutsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#delete ComputeBackendService#delete}.- Specified by:
getDeletein interfaceComputeBackendServiceTimeouts
-
getUpdate
public final String getUpdate()
Description copied from interface:ComputeBackendServiceTimeoutsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#update ComputeBackendService#update}.- Specified by:
getUpdatein interfaceComputeBackendServiceTimeouts
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-