Class ByoipAllocatedRangeCollection
Results of a ListByoipAllocatedRanges operation.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ByoipAllocatedRangeCollection
  Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ByoipAllocatedRangeSummary> Items { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<ByoipAllocatedRangeSummary> | A list of subranges of a BYOIP CIDR block allocated to an IP pool.  | 
      
Remarks
Required