Uses of Class
com.oracle.bmc.apigateway.model.Quota.OperationOnBreach
-
Packages that use Quota.OperationOnBreach Package Description com.oracle.bmc.apigateway.model -
-
Uses of Quota.OperationOnBreach in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Quota.OperationOnBreach Modifier and Type Method 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 requestsstatic 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.Methods in com.oracle.bmc.apigateway.model with parameters of type Quota.OperationOnBreach Modifier and Type Method 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 requestsConstructors in com.oracle.bmc.apigateway.model with parameters of type Quota.OperationOnBreach Constructor Description Quota(Integer value, Quota.Unit unit, Quota.ResetPolicy resetPolicy, Quota.OperationOnBreach operationOnBreach)
Deprecated.
-