Class SubnetworkUtilizationDetailsIPV4Utilization
The IPV4 utilization of a single IP range.
Inheritance
SubnetworkUtilizationDetailsIPV4Utilization
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SubnetworkUtilizationDetailsIPV4Utilization : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
RangeName
Will be set for secondary range. Empty for primary IPv4 range.
Declaration
[JsonProperty("rangeName")]
public virtual string RangeName { get; set; }
Property Value
TotalAllocatedIp
Declaration
[JsonProperty("totalAllocatedIp")]
public virtual long? TotalAllocatedIp { get; set; }
Property Value
TotalFreeIp
Declaration
[JsonProperty("totalFreeIp")]
public virtual long? TotalFreeIp { get; set; }
Property Value
Implements