Show / Hide Table of Contents

Class InventoryVcnCidrBlockSummary

Lists the CIDRs and utilization within a VCN.

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

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