public class LimitedPriorityLevelConfiguration extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
LimitedPriorityLevelConfiguration()
No args constructor for use in serialization
|
LimitedPriorityLevelConfiguration(Integer assuredConcurrencyShares,
Integer borrowingLimitPercent,
Integer lendablePercent,
LimitResponse limitResponse) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getAssuredConcurrencyShares() |
Integer |
getBorrowingLimitPercent() |
Integer |
getLendablePercent() |
LimitResponse |
getLimitResponse() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAssuredConcurrencyShares(Integer assuredConcurrencyShares) |
void |
setBorrowingLimitPercent(Integer borrowingLimitPercent) |
void |
setLendablePercent(Integer lendablePercent) |
void |
setLimitResponse(LimitResponse limitResponse) |
public LimitedPriorityLevelConfiguration()
public LimitedPriorityLevelConfiguration(Integer assuredConcurrencyShares, Integer borrowingLimitPercent, Integer lendablePercent, LimitResponse limitResponse)
lendablePercent - borrowingLimitPercent - limitResponse - assuredConcurrencyShares - public Integer getAssuredConcurrencyShares()
public void setAssuredConcurrencyShares(Integer assuredConcurrencyShares)
public Integer getBorrowingLimitPercent()
public void setBorrowingLimitPercent(Integer borrowingLimitPercent)
public Integer getLendablePercent()
public void setLendablePercent(Integer lendablePercent)
public LimitResponse getLimitResponse()
public void setLimitResponse(LimitResponse limitResponse)
Copyright © 2015–2023 Red Hat. All rights reserved.