Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace 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.

Properties

Optional available

available: undefined | number

The count of available resources. To support resources with fractional counts, the field rounds down to the nearest integer. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional effectiveQuotaValue

effectiveQuotaValue: undefined | number

The effective quota value for the given compartment. This field is only present if there is a current quota policy affecting the current resource in the target region or availability domain. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional fractionalAvailability

fractionalAvailability: undefined | number

The most accurate count of available resources. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional fractionalUsage

fractionalUsage: undefined | number

The current most accurate usage in the given compartment. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional used

used: undefined | number

The current usage in the given compartment. To support resources with fractional counts, the field rounds up to the nearest integer. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj