RangeUtilization

Utilization metrics for an IP Range, including consumed and produced address counts.

JSON representation
{
  "totalConsumed": string,
  "totalProduced": string,
  "usage": number
}
Fields
totalConsumed

string

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

totalProduced

string

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

usage

number

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.