Utilization metrics for an IP Range, including consumed and produced address counts.
| JSON representation |
|---|
{ "totalConsumed": string, "totalProduced": string, "usage": number } |
| Fields | |
|---|---|
totalConsumed |
Output only. The total number of IP addresses consumed in the Range. |
totalProduced |
Output only. The total number of IP addresses produced in the Range. |
usage |
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. |