Show / Hide Table of Contents

Class CreateBdsCapacityReservationConfigurationDetails

Details for associating a BDS capacity reservation with a BDS cluster.

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

Properties

BdsCapacityReservationId

Declaration
[Required(ErrorMessage = "BdsCapacityReservationId is required.")]
[JsonProperty(PropertyName = "bdsCapacityReservationId")]
public string BdsCapacityReservationId { get; set; }
Property Value
Type Description
string

The OCID of the BDS capacity reservation to associate with the BDS cluster.

Remarks

Required

DisplayName

Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

A user-friendly name for the BDS capacity reservation configuration.

Remarks

Required

In this article
Back to top