Package org.cdk8s.plus23
Class IPersistentVolumeClaim.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.IPersistentVolumeClaim.Jsii$Proxy
-
- All Implemented Interfaces:
IPersistentVolumeClaim,IPersistentVolumeClaim.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
- IPersistentVolumeClaim
@Internal public static final class IPersistentVolumeClaim.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IPersistentVolumeClaim.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus23.IPersistentVolumeClaim
IPersistentVolumeClaim.Jsii$Default, IPersistentVolumeClaim.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus23.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiGroup()The group portion of the API version (e.g.StringgetApiVersion()The object's API version (e.g.StringgetKind()The object kind (e.g.StringgetName()The Kubernetes name of this resource.software.constructs.NodegetNode()The tree node.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
getNode
@Stability(Stable) @NotNull public final software.constructs.Node getNode()
The tree node.- Specified by:
getNodein interfacesoftware.constructs.IConstruct- Specified by:
getNodein interfacesoftware.constructs.IConstruct.Jsii$Default- Specified by:
getNodein interfaceIPersistentVolumeClaim.Jsii$Default- Specified by:
getNodein interfaceIResource.Jsii$Default
-
getApiGroup
@Stability(Stable) @NotNull public final String getApiGroup()
The group portion of the API version (e.g. "authorization.k8s.io").- Specified by:
getApiGroupin interfaceIPersistentVolumeClaim.Jsii$Default- Specified by:
getApiGroupin interfaceIResource- Specified by:
getApiGroupin interfaceIResource.Jsii$Default
-
getApiVersion
@Stability(Stable) @NotNull public final String getApiVersion()
The object's API version (e.g. "authorization.k8s.io/v1").- Specified by:
getApiVersionin interfaceIPersistentVolumeClaim.Jsii$Default- Specified by:
getApiVersionin interfaceIResource- Specified by:
getApiVersionin interfaceIResource.Jsii$Default
-
getKind
@Stability(Stable) @NotNull public final String getKind()
The object kind (e.g. "Deployment").- Specified by:
getKindin interfaceIPersistentVolumeClaim.Jsii$Default- Specified by:
getKindin interfaceIResource- Specified by:
getKindin interfaceIResource.Jsii$Default
-
getName
@Stability(Stable) @NotNull public final String getName()
The Kubernetes name of this resource.- Specified by:
getNamein interfaceIPersistentVolumeClaim.Jsii$Default- Specified by:
getNamein interfaceIResource- Specified by:
getNamein interfaceIResource.Jsii$Default
-
-