Show / Hide Table of Contents

Class InventorySubnetCidrBlockSummary

Lists CIDRs and utilization within a subnet.

Inheritance
object
InventorySubnetCidrBlockSummary
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 InventorySubnetCidrBlockSummary

Properties

IpCidrBlock

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

The CIDR Prefix within a VCN.

Utilization

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

The CIDR utilization of a VCN.

In this article
Back to top