Package org.cdk8s.plus25.k8s
Class ComponentCondition.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.ComponentCondition
ComponentCondition.Builder, ComponentCondition.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComponentCondition.Builder builder)Constructor that initializes the object based on literal property values passed by theComponentCondition.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)StringgetError()Condition error code for a component.StringgetMessage()Message about the condition for a component.StringgetStatus()Status of the condition for a component.StringgetType()Type of condition for a component.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(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:ComponentConditionStatus of the condition for a component.Valid values for "Healthy": "True", "False", or "Unknown".
- Specified by:
getStatusin interfaceComponentCondition
-
getType
public final String getType()
Description copied from interface:ComponentConditionType of condition for a component.Valid value: "Healthy"
- Specified by:
getTypein interfaceComponentCondition
-
getError
public final String getError()
Description copied from interface:ComponentConditionCondition error code for a component.For example, a health check error code.
- Specified by:
getErrorin interfaceComponentCondition
-
getMessage
public final String getMessage()
Description copied from interface:ComponentConditionMessage about the condition for a component.For example, information about a health check.
- Specified by:
getMessagein interfaceComponentCondition
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-