@Stability(value=Stable) @Internal public static final class VirtualGatewayProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VirtualGatewayProps
VirtualGatewayProps
software.amazon.jsii.JsiiObject.InitializationMode
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.
|
protected |
Jsii$Proxy(VirtualGatewayProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
VirtualGatewayProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
AccessLog |
getAccessLog()
Access Logging Configuration for the VirtualGateway.
|
BackendDefaults |
getBackendDefaults()
Default Configuration Virtual Node uses to communicate with Virtual Service.
|
List<VirtualGatewayListener> |
getListeners()
Listeners for the VirtualGateway.
|
IMesh |
getMesh()
The Mesh which the VirtualGateway belongs to.
|
String |
getVirtualGatewayName()
Name of the VirtualGateway.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(VirtualGatewayProps.Builder builder)
VirtualGatewayProps.Builder
.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 List<VirtualGatewayListener> getListeners()
VirtualGatewayBaseProps
Only one is supported.
Default: - Single HTTP listener on port 8080
getListeners
in interface VirtualGatewayBaseProps
public final String getVirtualGatewayName()
VirtualGatewayBaseProps
Default: - A name is automatically determined
getVirtualGatewayName
in interface VirtualGatewayBaseProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.