Show / Hide Table of Contents

Class BdsCapacityReservationAssociatedConfigurationCollection

Results of a BDS capacity reservation associated configuration search.

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

Properties

Items

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

List of BDS capacity reservation configuration summaries associated with a BDS capacity reservation.

Remarks

Required

In this article
Back to top