@Stability(value=Stable) @Internal public static final class MeshServiceDiscovery.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MeshServiceDiscovery
MeshServiceDiscoverysoftware.amazon.jsii.JsiiObject.InitializationModeMeshServiceDiscovery.Builder, MeshServiceDiscovery.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(MeshServiceDiscovery.Builder builder)
Constructor that initializes the object based on literal property values passed by the
MeshServiceDiscovery.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IpPreference |
getIpPreference()
IP preference applied to all Virtual Nodes in the Mesh.
|
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(MeshServiceDiscovery.Builder builder)
MeshServiceDiscovery.Builder.public final IpPreference getIpPreference()
MeshServiceDiscoveryDefault: - No IP preference is applied to any of the Virtual Nodes in the Mesh. Virtual Nodes without an IP preference will have the following configured. Envoy listeners are configured to bind only to IPv4. Envoy will use IPv4 when sending traffic to a local application. For DNS service discovery, the Envoy DNS resolver to prefer using IPv6 and fall back to IPv4. For CloudMap service discovery, App Mesh will prefer using IPv4 and fall back to IPv6 for IPs returned by CloudMap.
getIpPreference in interface MeshServiceDiscovery@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.