Class CreateBdsCapacityReservationConfigurationDetails
Details for associating a BDS capacity reservation with a BDS cluster.
Inherited Members
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