@Stability(value=Experimental) @Internal public static final class HttpBackendConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpBackendConfig
HttpBackendConfig
software.amazon.jsii.JsiiObject.InitializationMode
HttpBackendConfig.Builder, HttpBackendConfig.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(HttpBackendConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpBackendConfig.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 |
getAddress()
(experimental) (Required) The address of the REST endpoint.
|
String |
getLockAddress()
(experimental) (Optional) The address of the lock REST endpoint.
|
String |
getLockMethod()
(experimental) (Optional) The HTTP method to use when locking.
|
String |
getPassword()
(experimental) (Optional) The password for HTTP basic authentication.
|
Number |
getRetryMax()
(experimental) (Optional) The number of HTTP request retries.
|
Number |
getRetryWaitMax()
(experimental) (Optional) The maximum time in seconds to wait between HTTP request attempts.
|
Number |
getRetryWaitMin()
(experimental) (Optional) The minimum time in seconds to wait between HTTP request attempts.
|
Boolean |
getSkipCertVerification()
(experimental) (Optional) Whether to skip TLS verification.
|
String |
getUnlockAddress()
(experimental) (Optional) The address of the unlock REST endpoint.
|
String |
getUnlockMethod()
(experimental) (Optional) The HTTP method to use when unlocking.
|
String |
getUpdateMethod()
(experimental) (Optional) HTTP method to use when updating state.
|
String |
getUsername()
(experimental) (Optional) The username for HTTP basic authentication.
|
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(HttpBackendConfig.Builder builder)
HttpBackendConfig.Builder
.public final String getAddress()
HttpBackendConfig
getAddress
in interface HttpBackendConfig
public final String getLockAddress()
HttpBackendConfig
Defaults to disabled.
getLockAddress
in interface HttpBackendConfig
public final String getLockMethod()
HttpBackendConfig
Defaults to LOCK.
getLockMethod
in interface HttpBackendConfig
public final String getPassword()
HttpBackendConfig
getPassword
in interface HttpBackendConfig
public final Number getRetryMax()
HttpBackendConfig
Defaults to 2.
getRetryMax
in interface HttpBackendConfig
public final Number getRetryWaitMax()
HttpBackendConfig
Defaults to 30.
getRetryWaitMax
in interface HttpBackendConfig
public final Number getRetryWaitMin()
HttpBackendConfig
Defaults to 1.
getRetryWaitMin
in interface HttpBackendConfig
public final Boolean getSkipCertVerification()
HttpBackendConfig
Defaults to false.
getSkipCertVerification
in interface HttpBackendConfig
public final String getUnlockAddress()
HttpBackendConfig
Defaults to disabled.
getUnlockAddress
in interface HttpBackendConfig
public final String getUnlockMethod()
HttpBackendConfig
Defaults to UNLOCK.
getUnlockMethod
in interface HttpBackendConfig
public final String getUpdateMethod()
HttpBackendConfig
Defaults to POST.
getUpdateMethod
in interface HttpBackendConfig
public final String getUsername()
HttpBackendConfig
getUsername
in interface HttpBackendConfig
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.