Class GetLongTermBackupRequest
Implements
Inherited Members
Namespace: Oci.RecoveryService.Requests
Assembly: OCI.DotNetSDK.Recovery.dll
Syntax
public class GetLongTermBackupRequest : IOciRequest
Examples
Click here to see an example of how to use GetLongTermBackup request.
Properties
LongTermBackupId
Declaration
[Required(ErrorMessage = "LongTermBackupId is required.")]
[HttpConverter(TargetEnum.Path, "longTermBackupId")]
public string LongTermBackupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The long term backup OCID. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Unique identifier for the request. |