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