Class SubnetworkUtilizationDetailsIPV6Utilization
The IPV6 utilization of a single IP range.
Inheritance
SubnetworkUtilizationDetailsIPV6Utilization
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SubnetworkUtilizationDetailsIPV6Utilization : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
TotalAllocatedIp
Declaration
[JsonProperty("totalAllocatedIp")]
public virtual Uint128 TotalAllocatedIp { get; set; }
Property Value
TotalFreeIp
Declaration
[JsonProperty("totalFreeIp")]
public virtual Uint128 TotalFreeIp { get; set; }
Property Value
Implements