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

Tier

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

A Google Cloud SQL service tier resource.

interface Tier {
DiskQuota?: bigint;
kind?: string;
RAM?: bigint;
region?: string[];
tier?: string;
}

§Properties

§
DiskQuota?: bigint
[src]

The maximum disk size of this tier in bytes.

§
kind?: string
[src]

This is always sql#tier.

§
RAM?: bigint
[src]

The maximum RAM usage of this tier in bytes.

§
region?: string[]
[src]

The applicable regions for this tier.

§
tier?: string
[src]

An identifier for the machine type, for example, db-custom-1-3840. For related information, see Pricing.