Class ChangeBdsCapacityReservationCompartmentDetails
Details for moving a BDS capacity reservation to a different compartment.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class ChangeBdsCapacityReservationCompartmentDetails
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the compartment to move the BDS capacity reservation to. |
Remarks
Required