@Stability(value=Deprecated) @Deprecated @Internal public static final class EtcdV3BackendConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EtcdV3BackendConfig
EtcdV3BackendConfig
software.amazon.jsii.JsiiObject.InitializationMode
EtcdV3BackendConfig.Builder, EtcdV3BackendConfig.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(EtcdV3BackendConfig.Builder builder)
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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getCacertPath()
Deprecated.
(deprecated) (Optional) The path to a PEM-encoded CA bundle with which to verify certificates of TLS-enabled etcd servers.
|
String |
getCertPath()
Deprecated.
(deprecated) (Optional) The path to a PEM-encoded certificate to provide to etcd for secure client identification.
|
List<String> |
getEndpoints()
Deprecated.
(deprecated) (Required) The list of 'etcd' endpoints which to connect to.
|
String |
getKeyPath()
Deprecated.
(deprecated) (Optional) The path to a PEM-encoded key to provide to etcd for secure client identification.
|
Boolean |
getLock()
Deprecated.
(deprecated) (Optional) Whether to lock state access.
|
String |
getPassword()
Deprecated.
(deprecated) (Optional) Password used to connect to the etcd cluster.
|
String |
getPrefix()
Deprecated.
(deprecated) (Optional) An optional prefix to be added to keys when to storing state in etcd.
|
String |
getUsername()
Deprecated.
(deprecated) (Optional) Username used to connect to the etcd cluster.
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(EtcdV3BackendConfig.Builder builder)
EtcdV3BackendConfig.Builder
.public final List<String> getEndpoints()
EtcdV3BackendConfig
getEndpoints
in interface EtcdV3BackendConfig
public final String getCacertPath()
EtcdV3BackendConfig
getCacertPath
in interface EtcdV3BackendConfig
public final String getCertPath()
EtcdV3BackendConfig
getCertPath
in interface EtcdV3BackendConfig
public final String getKeyPath()
EtcdV3BackendConfig
getKeyPath
in interface EtcdV3BackendConfig
public final Boolean getLock()
EtcdV3BackendConfig
Defaults to true.
getLock
in interface EtcdV3BackendConfig
public final String getPassword()
EtcdV3BackendConfig
getPassword
in interface EtcdV3BackendConfig
public final String getPrefix()
EtcdV3BackendConfig
Defaults to "".
getPrefix
in interface EtcdV3BackendConfig
public final String getUsername()
EtcdV3BackendConfig
getUsername
in interface EtcdV3BackendConfig
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.