Class InventoryVcnCidrBlockSummary
Lists the CIDRs and utilization within a VCN.
Inherited Members
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. |