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