Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi
oci.Psql.getBackups
Explore with Pulumi AI
This data source provides the list of Backups in Oracle Cloud Infrastructure Psql service.
Returns a list of backups.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBackups = oci.Psql.getBackups({
backupId: testBackup.id,
compartmentId: compartmentId,
displayName: backupDisplayName,
id: backupId,
state: backupState,
timeEnded: backupTimeEnded,
timeStarted: backupTimeStarted,
});
import pulumi
import pulumi_oci as oci
test_backups = oci.Psql.get_backups(backup_id=test_backup["id"],
compartment_id=compartment_id,
display_name=backup_display_name,
id=backup_id,
state=backup_state,
time_ended=backup_time_ended,
time_started=backup_time_started)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/psql"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := psql.GetBackups(ctx, &psql.GetBackupsArgs{
BackupId: pulumi.StringRef(testBackup.Id),
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(backupDisplayName),
Id: pulumi.StringRef(backupId),
State: pulumi.StringRef(backupState),
TimeEnded: pulumi.StringRef(backupTimeEnded),
TimeStarted: pulumi.StringRef(backupTimeStarted),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testBackups = Oci.Psql.GetBackups.Invoke(new()
{
BackupId = testBackup.Id,
CompartmentId = compartmentId,
DisplayName = backupDisplayName,
Id = backupId,
State = backupState,
TimeEnded = backupTimeEnded,
TimeStarted = backupTimeStarted,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Psql.PsqlFunctions;
import com.pulumi.oci.Psql.inputs.GetBackupsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testBackups = PsqlFunctions.getBackups(GetBackupsArgs.builder()
.backupId(testBackup.id())
.compartmentId(compartmentId)
.displayName(backupDisplayName)
.id(backupId)
.state(backupState)
.timeEnded(backupTimeEnded)
.timeStarted(backupTimeStarted)
.build());
}
}
variables:
testBackups:
fn::invoke:
function: oci:Psql:getBackups
arguments:
backupId: ${testBackup.id}
compartmentId: ${compartmentId}
displayName: ${backupDisplayName}
id: ${backupId}
state: ${backupState}
timeEnded: ${backupTimeEnded}
timeStarted: ${backupTimeStarted}
Using getBackups
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBackups(args: GetBackupsArgs, opts?: InvokeOptions): Promise<GetBackupsResult>
function getBackupsOutput(args: GetBackupsOutputArgs, opts?: InvokeOptions): Output<GetBackupsResult>
def get_backups(backup_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_psql.GetBackupsFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
time_ended: Optional[str] = None,
time_started: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupsResult
def get_backups_output(backup_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_psql.GetBackupsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
time_ended: Optional[pulumi.Input[str]] = None,
time_started: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupsResult]
func GetBackups(ctx *Context, args *GetBackupsArgs, opts ...InvokeOption) (*GetBackupsResult, error)
func GetBackupsOutput(ctx *Context, args *GetBackupsOutputArgs, opts ...InvokeOption) GetBackupsResultOutput
> Note: This function is named GetBackups
in the Go SDK.
public static class GetBackups
{
public static Task<GetBackupsResult> InvokeAsync(GetBackupsArgs args, InvokeOptions? opts = null)
public static Output<GetBackupsResult> Invoke(GetBackupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackupsResult> getBackups(GetBackupsArgs args, InvokeOptions options)
public static Output<GetBackupsResult> getBackups(GetBackupsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Psql/getBackups:getBackups
arguments:
# arguments dictionary
The following arguments are supported:
- Backup
Id string - A unique identifier for the backup.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Backups Filter> - Id string
- A unique identifier for the database system.
- State string
- A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - Time
Ended string - The end date for getting backups. An RFC 3339 formatted datetime string.
- Time
Started string - The start date for getting backups. An RFC 3339 formatted datetime string.
- Backup
Id string - A unique identifier for the backup.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Backups Filter - Id string
- A unique identifier for the database system.
- State string
- A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - Time
Ended string - The end date for getting backups. An RFC 3339 formatted datetime string.
- Time
Started string - The start date for getting backups. An RFC 3339 formatted datetime string.
- backup
Id String - A unique identifier for the backup.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Backups Filter> - id String
- A unique identifier for the database system.
- state String
- A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - time
Ended String - The end date for getting backups. An RFC 3339 formatted datetime string.
- time
Started String - The start date for getting backups. An RFC 3339 formatted datetime string.
- backup
Id string - A unique identifier for the backup.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Backups Filter[] - id string
- A unique identifier for the database system.
- state string
- A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - time
Ended string - The end date for getting backups. An RFC 3339 formatted datetime string.
- time
Started string - The start date for getting backups. An RFC 3339 formatted datetime string.
- backup_
id str - A unique identifier for the backup.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Get Backups Filter] - id str
- A unique identifier for the database system.
- state str
- A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - time_
ended str - The end date for getting backups. An RFC 3339 formatted datetime string.
- time_
started str - The start date for getting backups. An RFC 3339 formatted datetime string.
- backup
Id String - A unique identifier for the backup.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
- id String
- A unique identifier for the database system.
- state String
- A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - time
Ended String - The end date for getting backups. An RFC 3339 formatted datetime string.
- time
Started String - The start date for getting backups. An RFC 3339 formatted datetime string.
getBackups Result
The following output properties are available:
- Backup
Collections List<GetBackups Backup Collection> - The list of backup_collection.
- Backup
Id string - The OCID of the backup in the source region
- Compartment
Id string - The OCID of the compartment that contains the backup.
- Display
Name string - A user-friendly display name for the backup. Avoid entering confidential information.
- Filters
List<Get
Backups Filter> - Id string
- The OCID of the backup.
- State string
- The current state of the backup.
- Time
Ended string - Time
Started string
- Backup
Collections []GetBackups Backup Collection - The list of backup_collection.
- Backup
Id string - The OCID of the backup in the source region
- Compartment
Id string - The OCID of the compartment that contains the backup.
- Display
Name string - A user-friendly display name for the backup. Avoid entering confidential information.
- Filters
[]Get
Backups Filter - Id string
- The OCID of the backup.
- State string
- The current state of the backup.
- Time
Ended string - Time
Started string
- backup
Collections List<GetBackups Backup Collection> - The list of backup_collection.
- backup
Id String - The OCID of the backup in the source region
- compartment
Id String - The OCID of the compartment that contains the backup.
- display
Name String - A user-friendly display name for the backup. Avoid entering confidential information.
- filters
List<Get
Backups Filter> - id String
- The OCID of the backup.
- state String
- The current state of the backup.
- time
Ended String - time
Started String
- backup
Collections GetBackups Backup Collection[] - The list of backup_collection.
- backup
Id string - The OCID of the backup in the source region
- compartment
Id string - The OCID of the compartment that contains the backup.
- display
Name string - A user-friendly display name for the backup. Avoid entering confidential information.
- filters
Get
Backups Filter[] - id string
- The OCID of the backup.
- state string
- The current state of the backup.
- time
Ended string - time
Started string
- backup_
collections Sequence[psql.Get Backups Backup Collection] - The list of backup_collection.
- backup_
id str - The OCID of the backup in the source region
- compartment_
id str - The OCID of the compartment that contains the backup.
- display_
name str - A user-friendly display name for the backup. Avoid entering confidential information.
- filters
Sequence[psql.
Get Backups Filter] - id str
- The OCID of the backup.
- state str
- The current state of the backup.
- time_
ended str - time_
started str
- backup
Collections List<Property Map> - The list of backup_collection.
- backup
Id String - The OCID of the backup in the source region
- compartment
Id String - The OCID of the compartment that contains the backup.
- display
Name String - A user-friendly display name for the backup. Avoid entering confidential information.
- filters List<Property Map>
- id String
- The OCID of the backup.
- state String
- The current state of the backup.
- time
Ended String - time
Started String
Supporting Types
GetBackupsBackupCollection
- Items
This property is required. List<GetBackups Backup Collection Item>
- Items
This property is required. []GetBackups Backup Collection Item
- items
This property is required. List<GetBackups Backup Collection Item>
- items
This property is required. GetBackups Backup Collection Item[]
- items
This property is required. Sequence[psql.Get Backups Backup Collection Item]
- items
This property is required. List<Property Map>
GetBackupsBackupCollectionItem
- Backup
Size This property is required. int - The size of the backup, in gigabytes.
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Copy
Statuses This property is required. List<GetBackups Backup Collection Item Copy Status> - List of status for Backup Copy
- Db
System Details This property is required. List<GetBackups Backup Collection Item Db System Detail> - Information about the database system associated with a backup.
- Db
System Id This property is required. string - The OCID of the backup's source database system.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description
This property is required. string - A description for the backup.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. Dictionary<string, string>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id
This property is required. string - A unique identifier for the database system.
- Last
Accepted Request Token This property is required. string - lastAcceptedRequestToken from MP.
- Last
Completed Request Token This property is required. string - lastCompletedRequestToken from MP.
- Lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Retention
Period This property is required. int - Backup retention period in days.
- Source
Backup Details This property is required. List<GetBackups Backup Collection Item Source Backup Detail> - Information about the Source Backup associated with a backup.
- Source
Type This property is required. string - Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.
- State
This property is required. string - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. This property is required. Dictionary<string, string>- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The date and time the backup request was received, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- Time
Created Precise This property is required. string - The date and time the backup was created. This is the time the actual point-in-time data snapshot was taken, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- Time
Updated This property is required. string - The date and time the backup was updated, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- Backup
Size This property is required. int - The size of the backup, in gigabytes.
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Copy
Statuses This property is required. []GetBackups Backup Collection Item Copy Status - List of status for Backup Copy
- Db
System Details This property is required. []GetBackups Backup Collection Item Db System Detail - Information about the database system associated with a backup.
- Db
System Id This property is required. string - The OCID of the backup's source database system.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description
This property is required. string - A description for the backup.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. map[string]string- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id
This property is required. string - A unique identifier for the database system.
- Last
Accepted Request Token This property is required. string - lastAcceptedRequestToken from MP.
- Last
Completed Request Token This property is required. string - lastCompletedRequestToken from MP.
- Lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Retention
Period This property is required. int - Backup retention period in days.
- Source
Backup Details This property is required. []GetBackups Backup Collection Item Source Backup Detail - Information about the Source Backup associated with a backup.
- Source
Type This property is required. string - Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.
- State
This property is required. string - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. This property is required. map[string]string- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The date and time the backup request was received, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- Time
Created Precise This property is required. string - The date and time the backup was created. This is the time the actual point-in-time data snapshot was taken, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- Time
Updated This property is required. string - The date and time the backup was updated, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- backup
Size This property is required. Integer - The size of the backup, in gigabytes.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- copy
Statuses This property is required. List<GetBackups Backup Collection Item Copy Status> - List of status for Backup Copy
- db
System Details This property is required. List<GetBackups Backup Collection Item Db System Detail> - Information about the database system associated with a backup.
- db
System Id This property is required. String - The OCID of the backup's source database system.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. String - A description for the backup.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
This property is required. Map<String,String>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. String - A unique identifier for the database system.
- last
Accepted Request Token This property is required. String - lastAcceptedRequestToken from MP.
- last
Completed Request Token This property is required. String - lastCompletedRequestToken from MP.
- lifecycle
Details This property is required. String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- retention
Period This property is required. Integer - Backup retention period in days.
- source
Backup Details This property is required. List<GetBackups Backup Collection Item Source Backup Detail> - Information about the Source Backup associated with a backup.
- source
Type This property is required. String - Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.
- state
This property is required. String - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. This property is required. Map<String,String>- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The date and time the backup request was received, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- time
Created Precise This property is required. String - The date and time the backup was created. This is the time the actual point-in-time data snapshot was taken, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- time
Updated This property is required. String - The date and time the backup was updated, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- backup
Size This property is required. number - The size of the backup, in gigabytes.
- compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- copy
Statuses This property is required. GetBackups Backup Collection Item Copy Status[] - List of status for Backup Copy
- db
System Details This property is required. GetBackups Backup Collection Item Db System Detail[] - Information about the database system associated with a backup.
- db
System Id This property is required. string - The OCID of the backup's source database system.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. string - A description for the backup.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. {[key: string]: string}- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. string - A unique identifier for the database system.
- last
Accepted Request Token This property is required. string - lastAcceptedRequestToken from MP.
- last
Completed Request Token This property is required. string - lastCompletedRequestToken from MP.
- lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- retention
Period This property is required. number - Backup retention period in days.
- source
Backup Details This property is required. GetBackups Backup Collection Item Source Backup Detail[] - Information about the Source Backup associated with a backup.
- source
Type This property is required. string - Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.
- state
This property is required. string - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. This property is required. {[key: string]: string}- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. string - The date and time the backup request was received, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- time
Created Precise This property is required. string - The date and time the backup was created. This is the time the actual point-in-time data snapshot was taken, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- time
Updated This property is required. string - The date and time the backup was updated, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- backup_
size This property is required. int - The size of the backup, in gigabytes.
- compartment_
id This property is required. str - The ID of the compartment in which to list resources.
- copy_
statuses This property is required. Sequence[psql.Get Backups Backup Collection Item Copy Status] - List of status for Backup Copy
- db_
system_ details This property is required. Sequence[psql.Get Backups Backup Collection Item Db System Detail] - Information about the database system associated with a backup.
- db_
system_ id This property is required. str - The OCID of the backup's source database system.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. str - A description for the backup.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given.
This property is required. Mapping[str, str]- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. str - A unique identifier for the database system.
- last_
accepted_ request_ token This property is required. str - lastAcceptedRequestToken from MP.
- last_
completed_ request_ token This property is required. str - lastCompletedRequestToken from MP.
- lifecycle_
details This property is required. str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- retention_
period This property is required. int - Backup retention period in days.
- source_
backup_ details This property is required. Sequence[psql.Get Backups Backup Collection Item Source Backup Detail] - Information about the Source Backup associated with a backup.
- source_
type This property is required. str - Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.
- state
This property is required. str - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. This property is required. Mapping[str, str]- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created This property is required. str - The date and time the backup request was received, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- time_
created_ precise This property is required. str - The date and time the backup was created. This is the time the actual point-in-time data snapshot was taken, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- time_
updated This property is required. str - The date and time the backup was updated, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- backup
Size This property is required. Number - The size of the backup, in gigabytes.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- copy
Statuses This property is required. List<Property Map> - List of status for Backup Copy
- db
System Details This property is required. List<Property Map> - Information about the database system associated with a backup.
- db
System Id This property is required. String - The OCID of the backup's source database system.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. String - A description for the backup.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
This property is required. Map<String>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. String - A unique identifier for the database system.
- last
Accepted Request Token This property is required. String - lastAcceptedRequestToken from MP.
- last
Completed Request Token This property is required. String - lastCompletedRequestToken from MP.
- lifecycle
Details This property is required. String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- retention
Period This property is required. Number - Backup retention period in days.
- source
Backup Details This property is required. List<Property Map> - Information about the Source Backup associated with a backup.
- source
Type This property is required. String - Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.
- state
This property is required. String - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. This property is required. Map<String>- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The date and time the backup request was received, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- time
Created Precise This property is required. String - The date and time the backup was created. This is the time the actual point-in-time data snapshot was taken, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
- time
Updated This property is required. String - The date and time the backup was updated, expressed in RFC 3339 timestamp format. Example:
2016-08-25T21:10:29.600Z
GetBackupsBackupCollectionItemCopyStatus
- Backup
Id This property is required. string - A unique identifier for the backup.
- Region
This property is required. string - Region name of the remote region
- State
This property is required. string - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - State
Details This property is required. string - A message describing the current state of copy in more detail
- Backup
Id This property is required. string - A unique identifier for the backup.
- Region
This property is required. string - Region name of the remote region
- State
This property is required. string - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - State
Details This property is required. string - A message describing the current state of copy in more detail
- backup
Id This property is required. String - A unique identifier for the backup.
- region
This property is required. String - Region name of the remote region
- state
This property is required. String - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - state
Details This property is required. String - A message describing the current state of copy in more detail
- backup
Id This property is required. string - A unique identifier for the backup.
- region
This property is required. string - Region name of the remote region
- state
This property is required. string - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - state
Details This property is required. string - A message describing the current state of copy in more detail
- backup_
id This property is required. str - A unique identifier for the backup.
- region
This property is required. str - Region name of the remote region
- state
This property is required. str - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - state_
details This property is required. str - A message describing the current state of copy in more detail
- backup
Id This property is required. String - A unique identifier for the backup.
- region
This property is required. String - Region name of the remote region
- state
This property is required. String - A filter to return only resources if their
lifecycleState
matches the givenlifecycleState
. - state
Details This property is required. String - A message describing the current state of copy in more detail
GetBackupsBackupCollectionItemDbSystemDetail
- Config
Id This property is required. string - OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
- Db
Version This property is required. string - The major and minor versions of the database system software.
- System
Type This property is required. string - Type of the database system.
- Config
Id This property is required. string - OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
- Db
Version This property is required. string - The major and minor versions of the database system software.
- System
Type This property is required. string - Type of the database system.
- config
Id This property is required. String - OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
- db
Version This property is required. String - The major and minor versions of the database system software.
- system
Type This property is required. String - Type of the database system.
- config
Id This property is required. string - OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
- db
Version This property is required. string - The major and minor versions of the database system software.
- system
Type This property is required. string - Type of the database system.
- config_
id This property is required. str - OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
- db_
version This property is required. str - The major and minor versions of the database system software.
- system_
type This property is required. str - Type of the database system.
- config
Id This property is required. String - OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
- db
Version This property is required. String - The major and minor versions of the database system software.
- system
Type This property is required. String - Type of the database system.
GetBackupsBackupCollectionItemSourceBackupDetail
- Source
Backup Id This property is required. string - Backup ID of the COPY source type.
- Source
Region This property is required. string - Backup Region of the COPY source type.
- Source
Backup Id This property is required. string - Backup ID of the COPY source type.
- Source
Region This property is required. string - Backup Region of the COPY source type.
- source
Backup Id This property is required. String - Backup ID of the COPY source type.
- source
Region This property is required. String - Backup Region of the COPY source type.
- source
Backup Id This property is required. string - Backup ID of the COPY source type.
- source
Region This property is required. string - Backup Region of the COPY source type.
- source_
backup_ id This property is required. str - Backup ID of the COPY source type.
- source_
region This property is required. str - Backup Region of the COPY source type.
- source
Backup Id This property is required. String - Backup ID of the COPY source type.
- source
Region This property is required. String - Backup Region of the COPY source type.
GetBackupsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.