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

SubnetworkUtilizationDetailsIPV4Utilization

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

The IPV4 utilization of a single IP range.

interface SubnetworkUtilizationDetailsIPV4Utilization {
rangeName?: string;
totalAllocatedIp?: bigint;
totalFreeIp?: bigint;
}

§Properties

§
rangeName?: string
[src]

Will be set for secondary range. Empty for primary IPv4 range.

§
totalAllocatedIp?: bigint
[src]
§
totalFreeIp?: bigint
[src]