public static final class VirtualGatewayProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VirtualGatewayProps
VirtualGatewayProps
VirtualGatewayProps.Builder, VirtualGatewayProps.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) |
AccessLog |
getAccessLog()
Access Logging Configuration for the VirtualGateway.
|
BackendDefaults |
getBackendDefaults()
Default Configuration Virtual Node uses to communicate with Virtual Service.
|
java.util.List<VirtualGatewayListener> |
getListeners()
Listeners for the VirtualGateway.
|
IMesh |
getMesh()
The Mesh which the VirtualGateway belongs to.
|
java.lang.String |
getVirtualGatewayName()
Name of the VirtualGateway.
|
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()
VirtualGatewayProps
getMesh
in interface VirtualGatewayProps
public final AccessLog getAccessLog()
VirtualGatewayBaseProps
Default: - no access logging
getAccessLog
in interface VirtualGatewayBaseProps
public final BackendDefaults getBackendDefaults()
VirtualGatewayBaseProps
Default: - No Config
getBackendDefaults
in interface VirtualGatewayBaseProps
public final java.util.List<VirtualGatewayListener> getListeners()
VirtualGatewayBaseProps
Only one is supported.
Default: - Single HTTP listener on port 8080
getListeners
in interface VirtualGatewayBaseProps
public final java.lang.String getVirtualGatewayName()
VirtualGatewayBaseProps
Default: - A name is automatically determined
getVirtualGatewayName
in interface VirtualGatewayBaseProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()