Show / Hide Table of Contents

Class RangeUtilization

Message for the utilization of an IP range

Inheritance
object
RangeUtilization
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX