Package org.cdk8s.plus25.k8s
Class KubeCsiStorageCapacityListV1Beta1Props.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeCsiStorageCapacityListV1Beta1Props.Jsii$Proxy
-
- All Implemented Interfaces:
KubeCsiStorageCapacityListV1Beta1Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeCsiStorageCapacityListV1Beta1Props
@Stability(Stable) @Internal public static final class KubeCsiStorageCapacityListV1Beta1Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeCsiStorageCapacityListV1Beta1Props
An implementation forKubeCsiStorageCapacityListV1Beta1Props
-
-
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.KubeCsiStorageCapacityListV1Beta1Props
KubeCsiStorageCapacityListV1Beta1Props.Builder, KubeCsiStorageCapacityListV1Beta1Props.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeCsiStorageCapacityListV1Beta1Props.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeCsiStorageCapacityListV1Beta1Props.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)List<KubeCsiStorageCapacityV1Beta1Props>getItems()Items is the list of CSIStorageCapacity objects.ListMetagetMetadata()Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.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(KubeCsiStorageCapacityListV1Beta1Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeCsiStorageCapacityListV1Beta1Props.Builder.
-
-
Method Detail
-
getItems
public final List<KubeCsiStorageCapacityV1Beta1Props> getItems()
Description copied from interface:KubeCsiStorageCapacityListV1Beta1PropsItems is the list of CSIStorageCapacity objects.- Specified by:
getItemsin interfaceKubeCsiStorageCapacityListV1Beta1Props
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubeCsiStorageCapacityListV1Beta1PropsStandard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.- Specified by:
getMetadatain interfaceKubeCsiStorageCapacityListV1Beta1Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-