Package org.cdk8s.plus24.k8s
Class KubeStorageVersionV1Alpha1Props.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.KubeStorageVersionV1Alpha1Props.Jsii$Proxy
-
- All Implemented Interfaces:
KubeStorageVersionV1Alpha1Props
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeStorageVersionV1Alpha1Props
@Stability(Stable) @Internal public static final class KubeStorageVersionV1Alpha1Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeStorageVersionV1Alpha1Props
An implementation forKubeStorageVersionV1Alpha1Props
-
-
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.KubeStorageVersionV1Alpha1Props
KubeStorageVersionV1Alpha1Props.Builder, KubeStorageVersionV1Alpha1Props.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubeStorageVersionV1Alpha1Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeStorageVersionV1Alpha1Props.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)
ObjectMeta
getMetadata()
The name is. . Object
getSpec()
Spec is an empty spec.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(KubeStorageVersionV1Alpha1Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeStorageVersionV1Alpha1Props.Builder
.
-
-
Method Detail
-
getSpec
public final Object getSpec()
Description copied from interface:KubeStorageVersionV1Alpha1Props
Spec is an empty spec.It is here to comply with Kubernetes API style.
- Specified by:
getSpec
in interfaceKubeStorageVersionV1Alpha1Props
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeStorageVersionV1Alpha1Props
The name is. . - Specified by:
getMetadata
in interfaceKubeStorageVersionV1Alpha1Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-