Show / Hide Table of Contents

Class SubnetworkUtilizationDetails

The current IP utilization of all subnetwork ranges. Contains the total number of allocated and free IPs in each range.

Inheritance
object
SubnetworkUtilizationDetails
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SubnetworkUtilizationDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExternalIpv6InstanceUtilization

Utilizations of external IPV6 IP range.

Declaration
[JsonProperty("externalIpv6InstanceUtilization")]
public virtual SubnetworkUtilizationDetailsIPV6Utilization ExternalIpv6InstanceUtilization { get; set; }
Property Value
Type Description
SubnetworkUtilizationDetailsIPV6Utilization

ExternalIpv6LbUtilization

Utilizations of external IPV6 IP range for NetLB.

Declaration
[JsonProperty("externalIpv6LbUtilization")]
public virtual SubnetworkUtilizationDetailsIPV6Utilization ExternalIpv6LbUtilization { get; set; }
Property Value
Type Description
SubnetworkUtilizationDetailsIPV6Utilization

InternalIpv6Utilization

Utilizations of internal IPV6 IP range.

Declaration
[JsonProperty("internalIpv6Utilization")]
public virtual SubnetworkUtilizationDetailsIPV6Utilization InternalIpv6Utilization { get; set; }
Property Value
Type Description
SubnetworkUtilizationDetailsIPV6Utilization

Ipv4Utilizations

Utilizations of all IPV4 IP ranges. For primary ranges, the range name will be empty.

Declaration
[JsonProperty("ipv4Utilizations")]
public virtual IList<SubnetworkUtilizationDetailsIPV4Utilization> Ipv4Utilizations { get; set; }
Property Value
Type Description
IList<SubnetworkUtilizationDetailsIPV4Utilization>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX