Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static Quota.OperationOnBreach |
Quota.OperationOnBreach.create(String key) |
Quota.OperationOnBreach |
Quota.getOperationOnBreach()
What the usage plan will do when a quota is breached:
REJECT will allow no further
requests ALLOW will continue to allow further requests |
static Quota.OperationOnBreach |
Quota.OperationOnBreach.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Quota.OperationOnBreach[] |
Quota.OperationOnBreach.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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 |
Constructor and Description |
---|
Quota(Integer value,
Quota.Unit unit,
Quota.ResetPolicy resetPolicy,
Quota.OperationOnBreach operationOnBreach)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.