Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static Quota.ResetPolicy |
Quota.ResetPolicy.create(String key) |
Quota.ResetPolicy |
Quota.getResetPolicy()
The policy that controls when quotas will reset.
|
static Quota.ResetPolicy |
Quota.ResetPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Quota.ResetPolicy[] |
Quota.ResetPolicy.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.resetPolicy(Quota.ResetPolicy resetPolicy)
The policy that controls when quotas will reset.
|
Constructor and Description |
---|
Quota(Integer value,
Quota.Unit unit,
Quota.ResetPolicy resetPolicy,
Quota.OperationOnBreach operationOnBreach)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.