Class RangeUtilization
Message for the utilization of an IP range
Implements
Inherited Members
Namespace: Google.Apis.CloudNumberRegistry.v1alpha.Data
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class RangeUtilization : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalConsumed
Output only. The total number of IP addresses consumed in the range.
Declaration
[JsonProperty("totalConsumed")]
public virtual string TotalConsumed { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalProduced
Output only. The total number of IP addresses produced in the range.
Declaration
[JsonProperty("totalProduced")]
public virtual string TotalProduced { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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.
Declaration
[JsonProperty("usage")]
public virtual double? Usage { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |