@Stability(value=Stable) @Internal public static final class TcpRouteSpecOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TcpRouteSpecOptions
TcpRouteSpecOptionssoftware.amazon.jsii.JsiiObject.InitializationModeTcpRouteSpecOptions.Builder, TcpRouteSpecOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(TcpRouteSpecOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
TcpRouteSpecOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getPriority()
The priority for the route.
|
TcpTimeout |
getTimeout()
An object that represents a tcp timeout.
|
List<WeightedTarget> |
getWeightedTargets()
List of targets that traffic is routed to when a request matches the route.
|
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(TcpRouteSpecOptions.Builder builder)
TcpRouteSpecOptions.Builder.public final List<WeightedTarget> getWeightedTargets()
TcpRouteSpecOptionsgetWeightedTargets in interface TcpRouteSpecOptionspublic final TcpTimeout getTimeout()
TcpRouteSpecOptionsDefault: - None
getTimeout in interface TcpRouteSpecOptionspublic final Number getPriority()
RouteSpecOptionsBaseWhen a Virtual Router has multiple routes, route match is performed in the order of specified value, where 0 is the highest priority, and first matched route is selected.
Default: - no particular priority
getPriority in interface RouteSpecOptionsBase@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.