Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LicenseResourceCommitment

import type { LicenseResourceCommitment } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Commitment for a particular license resource.

interface LicenseResourceCommitment {
amount?: bigint;
coresPerLicense?: string;
license?: string;
}

§Properties

§
amount?: bigint
[src]

The number of licenses purchased.

§
coresPerLicense?: string
[src]

Specifies the core range of the instance for which this license applies.

§
license?: string
[src]

Any applicable license URI.