Show / Hide Table of Contents

Class ByoipAllocatedRangeSummary

A summary of CIDR block subranges that are currently allocated to an IP pool.

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

Properties

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.

In this article
Back to top