@Stability(value=Experimental) @Internal public static final class EtcdBackendProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EtcdBackendProps
EtcdBackendProps
software.amazon.jsii.JsiiObject.InitializationMode
EtcdBackendProps.Builder, EtcdBackendProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(EtcdBackendProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
EtcdBackendProps.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
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() |
boolean |
equals(Object o) |
String |
getEndpoints()
(experimental) (Required) A space-separated list of the etcd endpoints.
|
String |
getPassword()
(experimental) (Optional) The password.
|
String |
getPath()
(experimental) (Required) The path where to store the state.
|
String |
getUsername()
(experimental) (Optional) The username.
|
int |
hashCode() |
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(EtcdBackendProps.Builder builder)
EtcdBackendProps.Builder
.public final String getEndpoints()
EtcdBackendProps
getEndpoints
in interface EtcdBackendProps
public final String getPath()
EtcdBackendProps
getPath
in interface EtcdBackendProps
public final String getPassword()
EtcdBackendProps
getPassword
in interface EtcdBackendProps
public final String getUsername()
EtcdBackendProps
getUsername
in interface EtcdBackendProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.