Class IpInventoryCidrUtilizationSummary
The CIDR utilization details of a subnet.
Inherited Members
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. |