Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static Quota.Builder |
Quota.builder()
Create a new builder.
|
Quota.Builder |
Quota.Builder.copy(Quota model) |
Quota.Builder |
Quota.Builder.operationOnBreach(Quota.OperationOnBreach operationOnBreach)
What the usage plan will do when a quota is breached:
REJECT will allow no
further requests ALLOW will continue to allow further requests |
Quota.Builder |
Quota.Builder.resetPolicy(Quota.ResetPolicy resetPolicy)
The policy that controls when quotas will reset.
|
Quota.Builder |
Quota.toBuilder() |
Quota.Builder |
Quota.Builder.unit(Quota.Unit unit)
The unit of time over which quotas are calculated.
|
Quota.Builder |
Quota.Builder.value(Integer value)
The number of requests that can be made per time period.
|
Copyright © 2016–2024. All rights reserved.