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

SubnetworkUtilizationDetailsIPV6Utilization

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

The IPV6 utilization of a single IP range.

interface SubnetworkUtilizationDetailsIPV6Utilization {
totalAllocatedIp?: Uint128;
totalFreeIp?: Uint128;
}

§Properties

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