Package version:

Latest billing status for this reservation

interface ReservationBillingStatus {
    drrWeightedAverage: number;
    extraUsedCapacityLowUsageRounding: number;
    extraUsedCapacityNonReducible: number;
    extraUsedCapacityNonReduciblePlanDiscount: number;
    lowDrrPoolCount: number;
    timestamp: string;
    totalNonReducibleReported: number;
    totalPerformanceIncludedPlan: number;
    totalPerformanceOverage: number;
    totalPerformanceReported: number;
    totalUsedCapacityBilled: number;
    totalUsedCapacityIncludedPlan: number;
    totalUsedCapacityOverage: number;
    totalUsedCapacityReported: number;
}

Properties

drrWeightedAverage: number

Weighted average of the data-reduction ratio for all associated pools

extraUsedCapacityLowUsageRounding: number

Extra capacity added when rounding up low-usage pools to 30TiB. In bytes

extraUsedCapacityNonReducible: number

Extra capacity added because of low DRR storage pools; In bytes

extraUsedCapacityNonReduciblePlanDiscount: number

Extra capacity discounted due to plan forgiving some low-DRR usage. In bytes

lowDrrPoolCount: number

How many associated storage pools reported low data reduction ratio (DRR)

timestamp: string

Timestamp for the latest update of this billing status, in RFC 3339 format

totalNonReducibleReported: number

The sum of total used capacity for all pools with low DRR, if the DRR penalty applies. In bytes

totalPerformanceIncludedPlan: number

Total performance amount included in plan. In bytes per second

totalPerformanceOverage: number

Total performance amount reported at on-demand price. In MB per second

totalPerformanceReported: number

The sum of all performance settings across the pools under this reservation. In MB per second

totalUsedCapacityBilled: number

Total used capacity actually billed. In bytes

totalUsedCapacityIncludedPlan: number

Total used capacity included in plan. In bytes

totalUsedCapacityOverage: number

Total used capacity reported at on-demand price. In bytes

totalUsedCapacityReported: number

Total used capacity as reported by associated storage pools. In bytes