@Stability(value=Experimental) @Internal public static final class EndpointConfigurationOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EndpointConfigurationOptions
EndpointConfigurationOptionssoftware.amazon.jsii.JsiiObject.InitializationModeEndpointConfigurationOptions.Builder, EndpointConfigurationOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean clientIpReservation,
Number weight)
Constructor that initializes the object based on literal property values passed by the
EndpointConfigurationOptions.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) |
Boolean |
getClientIpReservation()
(experimental) Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.
|
Number |
getWeight()
(experimental) The weight associated with the endpoint.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Boolean clientIpReservation, Number weight)
EndpointConfigurationOptions.Builder.public final Boolean getClientIpReservation()
EndpointConfigurationOptionsDefault: true
getClientIpReservation in interface EndpointConfigurationOptionspublic final Number getWeight()
EndpointConfigurationOptionsWhen you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint.
Default: - not specified
getWeight in interface EndpointConfigurationOptionshttps://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-endpoint-weights.html@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.