UNPKG

@cloud-carbon-footprint/gcp

Version:

The core logic to get cloud usage data and estimate energy and carbon emissions from Google Cloud Platform.

8 lines (7 loc) 273 B
import { BillingDataRow } from '@cloud-carbon-footprint/core'; export default class BillingExportRow extends BillingDataRow { constructor(init: Partial<BillingExportRow>); private getVCpuHours; private isCloudComposerCompute; private isKubernetesCompute; }