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

RangeUtilization

import type { RangeUtilization } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

Message for the utilization of an IP range

interface RangeUtilization {
readonly totalConsumed?: string;
readonly totalProduced?: string;
readonly usage?: number;
}

§Properties

§
readonly totalConsumed?: string
[src]

Output only. The total number of IP addresses consumed in the range.

§
readonly totalProduced?: string
[src]

Output only. The total number of IP addresses produced in the range.

§
readonly usage?: number
[src]

Output only. The usage of the range as a percentage. This is marked as optional so that we have presence tracking and API responses show 0.0 instead of NULL.