RangeUtilization

Message for the utilization of an IP range

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.