Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OccOverviewSummary

The overview summary is used to represent an array item that shall be used to represent the overview of the catalog resources along with their corresponding capacity requests.

Properties

Optional capacityRequestsBlob

capacityRequestsBlob: undefined | string

A raw json blob containing all the capacity requests corresponding to the resource name

compartmentId

compartmentId: string

The OCID of the compartment from which the api call is made. This will be used for authorizing the request.

periodValue

periodValue: string

The name of the month along with year for which this summary corresponds to.

resourceName

resourceName: string

The name of the resource for which we have aggregated the value.

totalAvailable

totalAvailable: number

The quantity of the resource which is available at the end of the period of aggregationDetails model in consideration. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalCancelled

totalCancelled: number

The quantity of the resource which is cancelled by the customer. Once the capacity request was submitted, the customer can still cancel it. This field sums up those values. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalDemanded

totalDemanded: number

The quantity of the resource which is demanded by customers via capacity requests against the resource name at the end of the time period in consideration for overview. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalRejected

totalRejected: number

The quantity of the resource which is rejected by Oracle. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalSupplied

totalSupplied: number

The quantity of the resource which is supplied by Oracle to the customer against the resource name at the end of the time period in consideration. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalUnfulfilled

totalUnfulfilled: number

The quantity of the resource which Oracle was unable to supply. For a given capacity request, Oracle sometimes cannot supply the entire value demanded by the customer. In such cases a partial value is provided, thereby leaving behind a portion of unfulfilled values. This field sums that up. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

unit

unit: string

The unit e.g SERVER in which the above values like totalAvailable, totalSupplied etc is measured.

workloadTypeBreakdownBlob

workloadTypeBreakdownBlob: string

A raw json blob containing breakdown of totalAvailable, totalDemanded, totalSupplied, totalRejected, totalCancelled and totalUnfulfilled by workload types

Functions

getDeserializedJsonObj

getJsonObj