Package org.cdk8s.plus25.k8s
Class KubeCsiNodeProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeCsiNodeProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeCsiNodeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeCsiNodeProps
@Stability(Stable) @Internal public static final class KubeCsiNodeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeCsiNodeProps
An implementation forKubeCsiNodeProps
-
-
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.KubeCsiNodeProps
KubeCsiNodeProps.Builder, KubeCsiNodeProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeCsiNodeProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeCsiNodeProps.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)ObjectMetagetMetadata()metadata.name must be the Kubernetes node name.CsiNodeSpecgetSpec()spec is the specification of CSINode.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(KubeCsiNodeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeCsiNodeProps.Builder.
-
-
Method Detail
-
getSpec
public final CsiNodeSpec getSpec()
Description copied from interface:KubeCsiNodePropsspec is the specification of CSINode.- Specified by:
getSpecin interfaceKubeCsiNodeProps
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeCsiNodePropsmetadata.name must be the Kubernetes node name.- Specified by:
getMetadatain interfaceKubeCsiNodeProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-