Show / Hide Table of Contents

Namespace Oci.LimitsService.Models

Classes

AddLockDetails

Request payload to add lock to the resource. The FULL lock type allows no modifications (delete, create, update). The DELETE lock type allows all modifications, but delete is not allowed.

CreateQuotaDetails

Request object for create quota operation.

LimitDefinitionSummary

The metadata specific to a resource limit definition.

LimitValueSummary

The value of a specific resource limit.

Quota

Quotas are applied on top of the service limits and inherited through the nested compartment hierarchy. Quotas allow compartment admins to limit resource consumption and set boundaries around acceptable resource use. The term "quota" can be interpreted as the following:

  • An individual statement written in the declarative language.
  • A collection of statements in a single, named "quota" object (which has an Oracle Cloud ID (OCID) assigned to it).
  • The overall body of quotas your organization uses to control access to resources.

QuotaSummary

Consists of a subset of all the properties of the corresponding quota, and is recommended to be used in cases requiring security of quota details, and for slightly better API performance.

RemoveLockDetails

Request payload to remove the resource lock.

ResourceAvailability

The availability of a given resource limit, based on the usage, tenant service limits, and quotas set for the tenancy. Note: We cannot guarantee this data for all the limits. In such cases, these fields will be empty.

ResourceLock

Resource locks prevent certain APIs from being called for the resource. A full lock prevents both updating and deleting the resource. A lock delete prevents deleting the resource.

ServiceSummary

A specific OCI service supported by resource limits.

UpdateQuotaDetails

Request object for update quota operation.

Enums

AddLockDetails.TypeEnum

LimitDefinitionSummary.ScopeTypeEnum

LimitValueSummary.ScopeTypeEnum

Quota.LifecycleStateEnum

QuotaSummary.LifecycleStateEnum

RemoveLockDetails.TypeEnum

ResourceLock.TypeEnum

In this article
Back to top