Package com.hashicorp.cdktf
Class DataTerraformRemoteStateEtcdV3Config.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.DataTerraformRemoteStateEtcdV3Config.Jsii$Proxy
- All Implemented Interfaces:
DataTerraformRemoteStateConfig
,DataTerraformRemoteStateEtcdV3Config
,EtcdV3BackendConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DataTerraformRemoteStateEtcdV3Config
@Stability(Deprecated)
@Deprecated
@Internal
public static final class DataTerraformRemoteStateEtcdV3Config.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DataTerraformRemoteStateEtcdV3Config
Deprecated.
An implementation for
DataTerraformRemoteStateEtcdV3Config
-
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.DataTerraformRemoteStateEtcdV3Config
DataTerraformRemoteStateEtcdV3Config.Builder, DataTerraformRemoteStateEtcdV3Config.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated.Constructor that initializes the object based on literal property values passed by theDataTerraformRemoteStateEtcdV3Config.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final String
Deprecated.(deprecated) (Optional) The path to a PEM-encoded CA bundle with which to verify certificates of TLS-enabled etcd servers.final String
Deprecated.(deprecated) (Optional) The path to a PEM-encoded certificate to provide to etcd for secure client identification.Deprecated.Deprecated.(deprecated) (Required) The list of 'etcd' endpoints which to connect to.final String
Deprecated.(deprecated) (Optional) The path to a PEM-encoded key to provide to etcd for secure client identification.final Boolean
getLock()
Deprecated.(deprecated) (Optional) Whether to lock state access.final String
Deprecated.(deprecated) (Optional) Password used to connect to the etcd cluster.final String
Deprecated.(deprecated) (Optional) An optional prefix to be added to keys when to storing state in etcd.final String
Deprecated.(deprecated) (Optional) Username used to connect to the etcd cluster.final String
Deprecated.final int
hashCode()
Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theDataTerraformRemoteStateEtcdV3Config.Builder
.
-
-
Method Details
-
getDefaults
Deprecated.- Specified by:
getDefaults
in interfaceDataTerraformRemoteStateConfig
-
getWorkspace
Deprecated.- Specified by:
getWorkspace
in interfaceDataTerraformRemoteStateConfig
-
getEndpoints
Deprecated.Description copied from interface:EtcdV3BackendConfig
(deprecated) (Required) The list of 'etcd' endpoints which to connect to.- Specified by:
getEndpoints
in interfaceEtcdV3BackendConfig
-
getCacertPath
Deprecated.Description copied from interface:EtcdV3BackendConfig
(deprecated) (Optional) The path to a PEM-encoded CA bundle with which to verify certificates of TLS-enabled etcd servers.- Specified by:
getCacertPath
in interfaceEtcdV3BackendConfig
-
getCertPath
Deprecated.Description copied from interface:EtcdV3BackendConfig
(deprecated) (Optional) The path to a PEM-encoded certificate to provide to etcd for secure client identification.- Specified by:
getCertPath
in interfaceEtcdV3BackendConfig
-
getKeyPath
Deprecated.Description copied from interface:EtcdV3BackendConfig
(deprecated) (Optional) The path to a PEM-encoded key to provide to etcd for secure client identification.- Specified by:
getKeyPath
in interfaceEtcdV3BackendConfig
-
getLock
Deprecated.Description copied from interface:EtcdV3BackendConfig
(deprecated) (Optional) Whether to lock state access.Defaults to true.
- Specified by:
getLock
in interfaceEtcdV3BackendConfig
-
getPassword
Deprecated.Description copied from interface:EtcdV3BackendConfig
(deprecated) (Optional) Password used to connect to the etcd cluster.- Specified by:
getPassword
in interfaceEtcdV3BackendConfig
-
getPrefix
Deprecated.Description copied from interface:EtcdV3BackendConfig
(deprecated) (Optional) An optional prefix to be added to keys when to storing state in etcd.Defaults to "".
- Specified by:
getPrefix
in interfaceEtcdV3BackendConfig
-
getUsername
Deprecated.Description copied from interface:EtcdV3BackendConfig
(deprecated) (Optional) Username used to connect to the etcd cluster.- Specified by:
getUsername
in interfaceEtcdV3BackendConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-