Show / Hide Table of Contents

Class IpInventoryCidrUtilizationSummary

The CIDR utilization details of a subnet.

Inheritance
object
IpInventoryCidrUtilizationSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class IpInventoryCidrUtilizationSummary

Properties

AddressType

Declaration
[JsonProperty(PropertyName = "addressType")]
public string AddressType { get; set; }
Property Value
Type Description
string

Address type of the CIDR within a subnet.

Cidr

Declaration
[JsonProperty(PropertyName = "cidr")]
public string Cidr { get; set; }
Property Value
Type Description
string

The CIDR range of a subnet.

Utilization

Declaration
[JsonProperty(PropertyName = "utilization")]
public float? Utilization { get; set; }
Property Value
Type Description
float?

The CIDR utilisation of a subnet.

In this article
Back to top