Class UpdateBdsCapacityReservationConfigurationDetails
Details for updating a BDS capacity reservation configuration.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class UpdateBdsCapacityReservationConfigurationDetails
Properties
BdsCapacityReservationId
Declaration
[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. |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A user-friendly name for the BDS capacity reservation configuration. |