Package org.cdk8s.plus24.k8s
Class ComponentCondition.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.ComponentCondition.Jsii$Proxy
-
- All Implemented Interfaces:
ComponentCondition
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComponentCondition
@Stability(Stable) @Internal public static final class ComponentCondition.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComponentCondition
An implementation forComponentCondition
-
-
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.ComponentCondition
ComponentCondition.Builder, ComponentCondition.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(ComponentCondition.Builder builder)
Constructor that initializes the object based on literal property values passed by theComponentCondition.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)
String
getError()
Condition error code for a component.String
getMessage()
Message about the condition for a component.String
getStatus()
Status of the condition for a component.String
getType()
Type of condition for a component.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(ComponentCondition.Builder builder)
Constructor that initializes the object based on literal property values passed by theComponentCondition.Builder
.
-
-
Method Detail
-
getStatus
public final String getStatus()
Description copied from interface:ComponentCondition
Status of the condition for a component.Valid values for "Healthy": "True", "False", or "Unknown".
- Specified by:
getStatus
in interfaceComponentCondition
-
getType
public final String getType()
Description copied from interface:ComponentCondition
Type of condition for a component.Valid value: "Healthy"
- Specified by:
getType
in interfaceComponentCondition
-
getError
public final String getError()
Description copied from interface:ComponentCondition
Condition error code for a component.For example, a health check error code.
- Specified by:
getError
in interfaceComponentCondition
-
getMessage
public final String getMessage()
Description copied from interface:ComponentCondition
Message about the condition for a component.For example, information about a health check.
- Specified by:
getMessage
in interfaceComponentCondition
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-