Package com.hashicorp.cdktf
Class DataTerraformRemoteStateEtcdConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.DataTerraformRemoteStateEtcdConfig.Jsii$Proxy
- All Implemented Interfaces:
DataTerraformRemoteStateConfig
,DataTerraformRemoteStateEtcdConfig
,EtcdBackendConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DataTerraformRemoteStateEtcdConfig
@Stability(Deprecated)
@Deprecated
@Internal
public static final class DataTerraformRemoteStateEtcdConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DataTerraformRemoteStateEtcdConfig
Deprecated.
An implementation for
DataTerraformRemoteStateEtcdConfig
-
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.DataTerraformRemoteStateEtcdConfig
DataTerraformRemoteStateEtcdConfig.Builder, DataTerraformRemoteStateEtcdConfig.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Deprecated.Constructor that initializes the object based on literal property values passed by theDataTerraformRemoteStateEtcdConfig.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.Deprecated.final String
Deprecated.(deprecated) (Required) A space-separated list of the etcd endpoints.final String
Deprecated.(deprecated) (Optional) The password.final String
getPath()
Deprecated.(deprecated) (Required) The path where to store the state.final String
Deprecated.(deprecated) (Optional) The username.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 theDataTerraformRemoteStateEtcdConfig.Builder
.
-
-
Method Details
-
getDefaults
Deprecated.- Specified by:
getDefaults
in interfaceDataTerraformRemoteStateConfig
-
getWorkspace
Deprecated.- Specified by:
getWorkspace
in interfaceDataTerraformRemoteStateConfig
-
getEndpoints
Deprecated.Description copied from interface:EtcdBackendConfig
(deprecated) (Required) A space-separated list of the etcd endpoints.- Specified by:
getEndpoints
in interfaceEtcdBackendConfig
-
getPath
Deprecated.Description copied from interface:EtcdBackendConfig
(deprecated) (Required) The path where to store the state.- Specified by:
getPath
in interfaceEtcdBackendConfig
-
getPassword
Deprecated.Description copied from interface:EtcdBackendConfig
(deprecated) (Optional) The password.- Specified by:
getPassword
in interfaceEtcdBackendConfig
-
getUsername
Deprecated.Description copied from interface:EtcdBackendConfig
(deprecated) (Optional) The username.- Specified by:
getUsername
in interfaceEtcdBackendConfig
-
$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.
-