Class CfnVirtualNode.ListenerProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualNode.ListenerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualNode.ListenerProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualNode.ListenerProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualNode.ListenerProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualNode.ListenerProperty
An implementation for
CfnVirtualNode.ListenerProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualNode.ListenerProperty
CfnVirtualNode.ListenerProperty.Builder, CfnVirtualNode.ListenerProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualNode.ListenerProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe connection pool information for the listener.final ObjectThe health check information for the listener.final ObjectThe outlier detection information for the listener.final ObjectThe port mapping information for the listener.final ObjectAn object that represents timeouts for different protocols.final ObjectgetTls()A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnVirtualNode.ListenerProperty.Builder.
-
-
Method Details
-
getPortMapping
Description copied from interface:CfnVirtualNode.ListenerPropertyThe port mapping information for the listener.- Specified by:
getPortMappingin interfaceCfnVirtualNode.ListenerProperty- See Also:
-
getConnectionPool
Description copied from interface:CfnVirtualNode.ListenerPropertyThe connection pool information for the listener.- Specified by:
getConnectionPoolin interfaceCfnVirtualNode.ListenerProperty- See Also:
-
getHealthCheck
Description copied from interface:CfnVirtualNode.ListenerPropertyThe health check information for the listener.- Specified by:
getHealthCheckin interfaceCfnVirtualNode.ListenerProperty- See Also:
-
getOutlierDetection
Description copied from interface:CfnVirtualNode.ListenerPropertyThe outlier detection information for the listener.- Specified by:
getOutlierDetectionin interfaceCfnVirtualNode.ListenerProperty- See Also:
-
getTimeout
Description copied from interface:CfnVirtualNode.ListenerPropertyAn object that represents timeouts for different protocols.- Specified by:
getTimeoutin interfaceCfnVirtualNode.ListenerProperty- See Also:
-
getTls
Description copied from interface:CfnVirtualNode.ListenerPropertyA reference to an object that represents the Transport Layer Security (TLS) properties for a listener.- Specified by:
getTlsin interfaceCfnVirtualNode.ListenerProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-