Class ByoipAllocatedRangeSummary
A summary of CIDR block subranges that are currently allocated to an IP pool.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ByoipAllocatedRangeSummaryProperties
CidrBlock
Declaration
[JsonProperty(PropertyName = "cidrBlock")]
public string CidrBlock { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The BYOIP CIDR block range or subrange allocated to an IP pool. This could be all or part of a BYOIP CIDR block. | 
PublicIpPoolId
Declaration
[JsonProperty(PropertyName = "publicIpPoolId")]
public string PublicIpPoolId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the IP pool containing the CIDR block. |