static OccOverviewSummary.Builder |
OccOverviewSummary.builder() |
Create a new builder.
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.capacityRequestsBlob(String capacityRequestsBlob) |
A raw json blob containing all the capacity requests corresponding to the resource name
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.compartmentId(String compartmentId) |
The OCID of the compartment from which the api call is made.
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.copy(OccOverviewSummary model) |
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.periodValue(String periodValue) |
The name of the month along with year for which this summary corresponds to.
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.resourceName(String resourceName) |
The name of the resource for which we have aggregated the value.
|
OccOverviewSummary.Builder |
OccOverviewSummary.toBuilder() |
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.totalAvailable(Long totalAvailable) |
The quantity of the resource which is available at the end of the period of
aggregationDetails model in consideration.
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.totalCancelled(Long totalCancelled) |
The quantity of the resource which is cancelled by the customer.
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.totalDemanded(Long totalDemanded) |
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.
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.totalRejected(Long totalRejected) |
The quantity of the resource which is rejected by Oracle.
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.totalSupplied(Long totalSupplied) |
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.
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.totalUnfulfilled(Long totalUnfulfilled) |
The quantity of the resource which Oracle was unable to supply.
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.unit(String unit) |
The unit e.g SERVER in which the above values like totalAvailable, totalSupplied etc is
measured.
|
OccOverviewSummary.Builder |
OccOverviewSummary.Builder.workloadTypeBreakdownBlob(String workloadTypeBreakdownBlob) |
A raw json blob containing breakdown of totalAvailable, totalDemanded, totalSupplied,
totalRejected, totalCancelled and totalUnfulfilled by workload types
|