CSM Coverage Analysis.

Hierarchy

  • CsmCoverageAnalysis

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
configuredResourcesCount?: number

The number of fully configured resources.

coverage?: number

The coverage percentage.

partiallyConfiguredResourcesCount?: number

The number of partially configured resources.

totalResourcesCount?: number

The total number of resources.

Generated using TypeDoc