@Stability(value=Experimental) @Internal public static final class RouteProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RouteProps
RoutePropssoftware.amazon.jsii.JsiiObject.InitializationModeRouteProps.Builder, RouteProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IMesh mesh,
IVirtualRouter virtualRouter,
RouteSpec routeSpec,
String routeName)
Constructor that initializes the object based on literal property values passed by the
RouteProps.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) |
IMesh |
getMesh()
(experimental) The service mesh to define the route in.
|
String |
getRouteName()
(experimental) The name of the route.
|
RouteSpec |
getRouteSpec()
(experimental) Protocol specific spec.
|
IVirtualRouter |
getVirtualRouter()
(experimental) The VirtualRouter the Route belongs to.
|
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(IMesh mesh, IVirtualRouter virtualRouter, RouteSpec routeSpec, String routeName)
RouteProps.Builder.public final IMesh getMesh()
RoutePropsgetMesh in interface RoutePropspublic final IVirtualRouter getVirtualRouter()
RoutePropsgetVirtualRouter in interface RoutePropspublic final RouteSpec getRouteSpec()
RouteBasePropsgetRouteSpec in interface RouteBasePropspublic final String getRouteName()
RouteBasePropsDefault: - An automatically generated name
getRouteName in interface RouteBaseProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.