Package org.cdk8s.plus24.k8s
Class LifecycleHandler.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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.plus24.k8s.LifecycleHandler
LifecycleHandler.Builder, LifecycleHandler.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(LifecycleHandler.Builder builder)
Constructor that initializes the object based on literal property values passed by theLifecycleHandler.Builder
.protected
Jsii$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()
boolean
equals(Object o)
ExecAction
getExec()
Exec specifies the action to take.HttpGetAction
getHttpGet()
HTTPGet specifies the http request to perform.TcpSocketAction
getTcpSocket()
Deprecated.int
hashCode()
-
-
-
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:LifecycleHandler
Exec specifies the action to take.- Specified by:
getExec
in interfaceLifecycleHandler
-
getHttpGet
public final HttpGetAction getHttpGet()
Description copied from interface:LifecycleHandler
HTTPGet specifies the http request to perform.- Specified by:
getHttpGet
in interfaceLifecycleHandler
-
getTcpSocket
public final TcpSocketAction getTcpSocket()
Description copied from interface:LifecycleHandler
Deprecated.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:
getTcpSocket
in interfaceLifecycleHandler
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-