Show / Hide Table of Contents

Class OccAvailabilityCollection

A list of capacity constraints.

Inheritance
object
OccAvailabilityCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CapacitymanagementService.Models
Assembly: OCI.DotNetSDK.Capacitymanagement.dll
Syntax
public class OccAvailabilityCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OccAvailabilitySummary> Items { get; set; }
Property Value
Type Description
List<OccAvailabilitySummary>

An array of capacity constraints.

Remarks

Required

In this article
Back to top