Package net.stickycode.kuuty.model.v18
Class IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationSpec
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationSpec
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationSpec extends Object
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LIMITEDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiFlowcontrolV1alpha1LimitedPriorityLevelConfigurationgetLimited()Get limitedStringgetType()`type` indicates whether this priority level is subject to limitation on request execution.inthashCode()IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationSpeclimited(IoK8sApiFlowcontrolV1alpha1LimitedPriorityLevelConfiguration limited)voidsetLimited(IoK8sApiFlowcontrolV1alpha1LimitedPriorityLevelConfiguration limited)voidsetType(String type)StringtoString()IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationSpectype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_LIMITED
public static final String JSON_PROPERTY_LIMITED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
limited
public IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationSpec limited(IoK8sApiFlowcontrolV1alpha1LimitedPriorityLevelConfiguration limited)
-
getLimited
@Nullable public IoK8sApiFlowcontrolV1alpha1LimitedPriorityLevelConfiguration getLimited()
Get limited- Returns:
- limited
-
setLimited
public void setLimited(IoK8sApiFlowcontrolV1alpha1LimitedPriorityLevelConfiguration limited)
-
type
public IoK8sApiFlowcontrolV1alpha1PriorityLevelConfigurationSpec type(String type)
-
getType
public String getType()
`type` indicates whether this priority level is subject to limitation on request execution. A value of `\"Exempt\"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `\"Limited\"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.- Returns:
- type
-
setType
public void setType(String type)
-
-