Show / Hide Table of Contents

Class ByoipAllocatedRangeCollection

Results of a ListByoipAllocatedRanges operation.

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

In this article
Back to top