public static final class VirtualRouterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VirtualRouterProps
VirtualRouterProps
VirtualRouterProps.Builder, VirtualRouterProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<VirtualRouterListener> |
getListeners()
Listener specification for the VirtualRouter.
|
IMesh |
getMesh()
The Mesh which the VirtualRouter belongs to.
|
java.lang.String |
getVirtualRouterName()
The name of the VirtualRouter.
|
int |
hashCode() |
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.public final IMesh getMesh()
VirtualRouterProps
getMesh
in interface VirtualRouterProps
public final java.util.List<VirtualRouterListener> getListeners()
VirtualRouterBaseProps
Default: - A listener on HTTP port 8080
getListeners
in interface VirtualRouterBaseProps
public final java.lang.String getVirtualRouterName()
VirtualRouterBaseProps
Default: - A name is automatically determined
getVirtualRouterName
in interface VirtualRouterBaseProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()