Package org.cdk8s.plus25.k8s
Class LifecycleHandler.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.LifecycleHandler.Jsii$Proxy
-
- All Implemented Interfaces:
LifecycleHandler,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LifecycleHandler
@Stability(Stable) @Internal public static final class LifecycleHandler.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LifecycleHandler
An implementation forLifecycleHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.k8s.LifecycleHandler
LifecycleHandler.Builder, LifecycleHandler.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LifecycleHandler.Builder builder)Constructor that initializes the object based on literal property values passed by theLifecycleHandler.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ExecActiongetExec()Exec specifies the action to take.HttpGetActiongetHttpGet()HTTPGet specifies the http request to perform.TcpSocketActiongetTcpSocket()Deprecated.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(LifecycleHandler.Builder builder)
Constructor that initializes the object based on literal property values passed by theLifecycleHandler.Builder.
-
-
Method Detail
-
getExec
public final ExecAction getExec()
Description copied from interface:LifecycleHandlerExec specifies the action to take.- Specified by:
getExecin interfaceLifecycleHandler
-
getHttpGet
public final HttpGetAction getHttpGet()
Description copied from interface:LifecycleHandlerHTTPGet specifies the http request to perform.- Specified by:
getHttpGetin interfaceLifecycleHandler
-
getTcpSocket
public final TcpSocketAction getTcpSocket()
Description copied from interface:LifecycleHandlerDeprecated.TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
- Specified by:
getTcpSocketin interfaceLifecycleHandler
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-