Package org.cdk8s.plus24.k8s
Class KubePersistentVolumeClaimListProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.KubePersistentVolumeClaimListProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubePersistentVolumeClaimListProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubePersistentVolumeClaimListProps
@Stability(Stable) @Internal public static final class KubePersistentVolumeClaimListProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubePersistentVolumeClaimListProps
An implementation forKubePersistentVolumeClaimListProps
-
-
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.KubePersistentVolumeClaimListProps
KubePersistentVolumeClaimListProps.Builder, KubePersistentVolumeClaimListProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(KubePersistentVolumeClaimListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubePersistentVolumeClaimListProps.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)
List<KubePersistentVolumeClaimProps>
getItems()
items is a list of persistent volume claims.ListMeta
getMetadata()
Standard list metadata.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(KubePersistentVolumeClaimListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubePersistentVolumeClaimListProps.Builder
.
-
-
Method Detail
-
getItems
public final List<KubePersistentVolumeClaimProps> getItems()
Description copied from interface:KubePersistentVolumeClaimListProps
items is a list of persistent volume claims.More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- Specified by:
getItems
in interfaceKubePersistentVolumeClaimListProps
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubePersistentVolumeClaimListProps
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Specified by:
getMetadata
in interfaceKubePersistentVolumeClaimListProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-