Package org.cdk8s.plus28.k8s
Class ResourceClaimSpecV1Alpha2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.ResourceClaimSpecV1Alpha2.Jsii$Proxy
-
- All Implemented Interfaces:
ResourceClaimSpecV1Alpha2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ResourceClaimSpecV1Alpha2
@Stability(Stable) @Internal public static final class ResourceClaimSpecV1Alpha2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ResourceClaimSpecV1Alpha2
An implementation forResourceClaimSpecV1Alpha2
-
-
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.plus28.k8s.ResourceClaimSpecV1Alpha2
ResourceClaimSpecV1Alpha2.Builder, ResourceClaimSpecV1Alpha2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ResourceClaimSpecV1Alpha2.Builder builder)Constructor that initializes the object based on literal property values passed by theResourceClaimSpecV1Alpha2.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)StringgetAllocationMode()Allocation can start immediately or when a Pod wants to use the resource.ResourceClaimParametersReferenceV1Alpha2getParametersRef()ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim.StringgetResourceClassName()ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.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(ResourceClaimSpecV1Alpha2.Builder builder)
Constructor that initializes the object based on literal property values passed by theResourceClaimSpecV1Alpha2.Builder.
-
-
Method Detail
-
getResourceClassName
public final String getResourceClassName()
Description copied from interface:ResourceClaimSpecV1Alpha2ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.- Specified by:
getResourceClassNamein interfaceResourceClaimSpecV1Alpha2
-
getAllocationMode
public final String getAllocationMode()
Description copied from interface:ResourceClaimSpecV1Alpha2Allocation can start immediately or when a Pod wants to use the resource."WaitForFirstConsumer" is the default.
- Specified by:
getAllocationModein interfaceResourceClaimSpecV1Alpha2
-
getParametersRef
public final ResourceClaimParametersReferenceV1Alpha2 getParametersRef()
Description copied from interface:ResourceClaimSpecV1Alpha2ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim.The object must be in the same namespace as the ResourceClaim.
- Specified by:
getParametersRefin interfaceResourceClaimSpecV1Alpha2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-