Package org.cdk8s.plus25.k8s
Class LimitRangeItem.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.LimitRangeItem.Jsii$Proxy
-
- All Implemented Interfaces:
LimitRangeItem,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LimitRangeItem
@Stability(Stable) @Internal public static final class LimitRangeItem.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LimitRangeItem
An implementation forLimitRangeItem
-
-
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.LimitRangeItem
LimitRangeItem.Builder, LimitRangeItem.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LimitRangeItem.Builder builder)Constructor that initializes the object based on literal property values passed by theLimitRangeItem.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)Map<String,Quantity>getDefaultRequest()DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.Map<String,Quantity>getDefaultValue()Default resource requirement limit value by resource name if resource limit is omitted.Map<String,Quantity>getMax()Max usage constraints on this kind by resource name.Map<String,Quantity>getMaxLimitRequestRatio()MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value;Map<String,Quantity>getMin()Min usage constraints on this kind by resource name.StringgetType()Type of resource that this limit applies to.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(LimitRangeItem.Builder builder)
Constructor that initializes the object based on literal property values passed by theLimitRangeItem.Builder.
-
-
Method Detail
-
getType
public final String getType()
Description copied from interface:LimitRangeItemType of resource that this limit applies to.- Specified by:
getTypein interfaceLimitRangeItem
-
getDefaultValue
public final Map<String,Quantity> getDefaultValue()
Description copied from interface:LimitRangeItemDefault resource requirement limit value by resource name if resource limit is omitted.- Specified by:
getDefaultValuein interfaceLimitRangeItem
-
getDefaultRequest
public final Map<String,Quantity> getDefaultRequest()
Description copied from interface:LimitRangeItemDefaultRequest is the default resource requirement request value by resource name if resource request is omitted.- Specified by:
getDefaultRequestin interfaceLimitRangeItem
-
getMax
public final Map<String,Quantity> getMax()
Description copied from interface:LimitRangeItemMax usage constraints on this kind by resource name.- Specified by:
getMaxin interfaceLimitRangeItem
-
getMaxLimitRequestRatio
public final Map<String,Quantity> getMaxLimitRequestRatio()
Description copied from interface:LimitRangeItemMaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value;this represents the max burst for the named resource.
- Specified by:
getMaxLimitRequestRatioin interfaceLimitRangeItem
-
getMin
public final Map<String,Quantity> getMin()
Description copied from interface:LimitRangeItemMin usage constraints on this kind by resource name.- Specified by:
getMinin interfaceLimitRangeItem
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-