Class IntegrationConnectorsConnectionLockConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionLockConfig.Jsii$Proxy
-
- All Implemented Interfaces:
IntegrationConnectorsConnectionLockConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IntegrationConnectorsConnectionLockConfig
@Stability(Stable) @Internal public static final class IntegrationConnectorsConnectionLockConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationConnectorsConnectionLockConfig
An implementation forIntegrationConnectorsConnectionLockConfig
-
-
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.integration_connectors_connection.IntegrationConnectorsConnectionLockConfig
IntegrationConnectorsConnectionLockConfig.Builder, IntegrationConnectorsConnectionLockConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IntegrationConnectorsConnectionLockConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationConnectorsConnectionLockConfig.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)ObjectgetLocked()Indicates whether or not the connection is locked.StringgetReason()Describes why a connection is locked.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(IntegrationConnectorsConnectionLockConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theIntegrationConnectorsConnectionLockConfig.Builder.
-
-
Method Detail
-
getLocked
public final Object getLocked()
Description copied from interface:IntegrationConnectorsConnectionLockConfigIndicates whether or not the connection is locked.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#locked IntegrationConnectorsConnection#locked}
- Specified by:
getLockedin interfaceIntegrationConnectorsConnectionLockConfig
-
getReason
public final String getReason()
Description copied from interface:IntegrationConnectorsConnectionLockConfigDescribes why a connection is locked.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#reason IntegrationConnectorsConnection#reason}
- Specified by:
getReasonin interfaceIntegrationConnectorsConnectionLockConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-