Package org.cdk8s.plus24.k8s
Class LimitedPriorityLevelConfigurationV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.LimitedPriorityLevelConfigurationV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
LimitedPriorityLevelConfigurationV1Beta1
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LimitedPriorityLevelConfigurationV1Beta1
@Stability(Stable) @Internal public static final class LimitedPriorityLevelConfigurationV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LimitedPriorityLevelConfigurationV1Beta1
An implementation forLimitedPriorityLevelConfigurationV1Beta1
-
-
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.LimitedPriorityLevelConfigurationV1Beta1
LimitedPriorityLevelConfigurationV1Beta1.Builder, LimitedPriorityLevelConfigurationV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(LimitedPriorityLevelConfigurationV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theLimitedPriorityLevelConfigurationV1Beta1.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)
Number
getAssuredConcurrencyShares()
`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time.LimitResponseV1Beta1
getLimitResponse()
`limitResponse` indicates what to do with requests that can not be executed right now.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(LimitedPriorityLevelConfigurationV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theLimitedPriorityLevelConfigurationV1Beta1.Builder
.
-
-
Method Detail
-
getAssuredConcurrencyShares
public final Number getAssuredConcurrencyShares()
Description copied from interface:LimitedPriorityLevelConfigurationV1Beta1
`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time.ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
- Specified by:
getAssuredConcurrencyShares
in interfaceLimitedPriorityLevelConfigurationV1Beta1
-
getLimitResponse
public final LimitResponseV1Beta1 getLimitResponse()
Description copied from interface:LimitedPriorityLevelConfigurationV1Beta1
`limitResponse` indicates what to do with requests that can not be executed right now.- Specified by:
getLimitResponse
in interfaceLimitedPriorityLevelConfigurationV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-