Class EtcdV3BackendConfig.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.EtcdV3BackendConfig.Jsii$Proxy
All Implemented Interfaces:
EtcdV3BackendConfig, software.amazon.jsii.JsiiSerializable
Enclosing interface:
EtcdV3BackendConfig

@Stability(Deprecated) @Deprecated @Internal public static final class EtcdV3BackendConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EtcdV3BackendConfig
Deprecated.
An implementation for EtcdV3BackendConfig
  • 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.EtcdV3BackendConfig

    EtcdV3BackendConfig.Builder, EtcdV3BackendConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the EtcdV3BackendConfig.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 Type
    Method
    Description
    com.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.
    final List<String>
    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
    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 int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(EtcdV3BackendConfig.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the EtcdV3BackendConfig.Builder.
  • Method Details

    • getEndpoints

      public final List<String> getEndpoints()
      Deprecated.
      Description copied from interface: EtcdV3BackendConfig
      (deprecated) (Required) The list of 'etcd' endpoints which to connect to.
      Specified by:
      getEndpoints in interface EtcdV3BackendConfig
    • getCacertPath

      public final String 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 interface EtcdV3BackendConfig
    • getCertPath

      public final String 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 interface EtcdV3BackendConfig
    • getKeyPath

      public final String 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 interface EtcdV3BackendConfig
    • getLock

      public final Boolean getLock()
      Deprecated.
      Description copied from interface: EtcdV3BackendConfig
      (deprecated) (Optional) Whether to lock state access.

      Defaults to true.

      Specified by:
      getLock in interface EtcdV3BackendConfig
    • getPassword

      public final String getPassword()
      Deprecated.
      Description copied from interface: EtcdV3BackendConfig
      (deprecated) (Optional) Password used to connect to the etcd cluster.
      Specified by:
      getPassword in interface EtcdV3BackendConfig
    • getPrefix

      public final String 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 interface EtcdV3BackendConfig
    • getUsername

      public final String getUsername()
      Deprecated.
      Description copied from interface: EtcdV3BackendConfig
      (deprecated) (Optional) Username used to connect to the etcd cluster.
      Specified by:
      getUsername in interface EtcdV3BackendConfig
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object