Class GetBdsCapacityReservationRequest
Implements
Inherited Members
Namespace: Oci.BdsService.Requests
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class GetBdsCapacityReservationRequest : IOciRequest
Examples
Click here to see an example of how to use GetBdsCapacityReservation request.
Properties
BdsCapacityReservationId
Declaration
[Required(ErrorMessage = "BdsCapacityReservationId is required.")]
[HttpConverter(TargetEnum.Path, "bdsCapacityReservationId")]
public string BdsCapacityReservationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the BDS capacity reservation. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client request ID for tracing. |