Class ListBackupsRequest
Implements
Inherited Members
Namespace: Oci.DatabaseService.Requests
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ListBackupsRequest : IOciRequestExamples
Click here to see an example of how to use ListBackups request.
Properties
BackupDestinationType
Declaration
[HttpConverter(TargetEnum.Query, "backupDestinationType")]
public string BackupDestinationType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A filter to return only resources that match the given backup destination type. | 
CompartmentId
Declaration
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The compartment OCID. | 
DatabaseId
Declaration
[HttpConverter(TargetEnum.Query, "databaseId")]
public string DatabaseId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the database. | 
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public BackupSummary.LifecycleStateEnum? LifecycleState { get; set; }Property Value
| Type | Description | 
|---|---|
| BackupSummary.LifecycleStateEnum? | A filter to return only resources that match the given lifecycle state exactly. | 
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The maximum number of items to return per page. | 
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The pagination token to continue listing from. | 
ShapeFamily
Declaration
[HttpConverter(TargetEnum.Query, "shapeFamily")]
public ListBackupsRequest.ShapeFamilyEnum? ShapeFamily { get; set; }Property Value
| Type | Description | 
|---|---|
| ListBackupsRequest.ShapeFamilyEnum? | If provided, filters the results to the set of database versions which are supported for the given shape family. | 
TimeExpiryScheduledGreaterThanOrEqualTo
Declaration
[HttpConverter(TargetEnum.Query, "timeExpiryScheduledGreaterThanOrEqualTo")]
public DateTime? TimeExpiryScheduledGreaterThanOrEqualTo { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The start of date-time range of expiration for the long term backups to be fetched. | 
TimeExpiryScheduledLessThan
Declaration
[HttpConverter(TargetEnum.Query, "timeExpiryScheduledLessThan")]
public DateTime? TimeExpiryScheduledLessThan { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The end of date-time range of expiration for the long term backups to be fetched. | 
Type
Declaration
[HttpConverter(TargetEnum.Query, "type")]
public string Type { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A filter to return only backups that matches with the given type of Backup. | 
Version
Declaration
[HttpConverter(TargetEnum.Query, "version")]
public string Version { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A filter to return only resources that match the given database version. |