Viewing docs for Oracle Cloud Infrastructure v4.11.0
published on Friday, May 15, 2026 by Pulumi
published on Friday, May 15, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.11.0
published on Friday, May 15, 2026 by Pulumi
published on Friday, May 15, 2026 by Pulumi
This data source provides the list of Oci Cache Backups in Oracle Cloud Infrastructure Redis service.
Returns a list of Oracle Cloud Infrastructure Cache Backups.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOciCacheBackups = oci.redis.getOciCacheBackups({
compartmentId: compartmentId,
displayName: ociCacheBackupDisplayName,
ociCacheBackupId: testOciCacheBackup.id,
sourceClusterId: testRedisCluster.id,
state: ociCacheBackupState,
});
import pulumi
import pulumi_oci as oci
test_oci_cache_backups = oci.redis.get_oci_cache_backups(compartment_id=compartment_id,
display_name=oci_cache_backup_display_name,
oci_cache_backup_id=test_oci_cache_backup["id"],
source_cluster_id=test_redis_cluster["id"],
state=oci_cache_backup_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/redis"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := redis.GetOciCacheBackups(ctx, &redis.GetOciCacheBackupsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(ociCacheBackupDisplayName),
OciCacheBackupId: pulumi.StringRef(testOciCacheBackup.Id),
SourceClusterId: pulumi.StringRef(testRedisCluster.Id),
State: pulumi.StringRef(ociCacheBackupState),
}, 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 testOciCacheBackups = Oci.Redis.GetOciCacheBackups.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = ociCacheBackupDisplayName,
OciCacheBackupId = testOciCacheBackup.Id,
SourceClusterId = testRedisCluster.Id,
State = ociCacheBackupState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Redis.RedisFunctions;
import com.pulumi.oci.Redis.inputs.GetOciCacheBackupsArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 testOciCacheBackups = RedisFunctions.getOciCacheBackups(GetOciCacheBackupsArgs.builder()
.compartmentId(compartmentId)
.displayName(ociCacheBackupDisplayName)
.ociCacheBackupId(testOciCacheBackup.id())
.sourceClusterId(testRedisCluster.id())
.state(ociCacheBackupState)
.build());
}
}
variables:
testOciCacheBackups:
fn::invoke:
function: oci:Redis:getOciCacheBackups
arguments:
compartmentId: ${compartmentId}
displayName: ${ociCacheBackupDisplayName}
ociCacheBackupId: ${testOciCacheBackup.id}
sourceClusterId: ${testRedisCluster.id}
state: ${ociCacheBackupState}
Example coming soon!
Using getOciCacheBackups
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 getOciCacheBackups(args: GetOciCacheBackupsArgs, opts?: InvokeOptions): Promise<GetOciCacheBackupsResult>
function getOciCacheBackupsOutput(args: GetOciCacheBackupsOutputArgs, opts?: InvokeOptions): Output<GetOciCacheBackupsResult>def get_oci_cache_backups(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetOciCacheBackupsFilter]] = None,
oci_cache_backup_id: Optional[str] = None,
source_cluster_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOciCacheBackupsResult
def get_oci_cache_backups_output(compartment_id: pulumi.Input[Optional[str]] = None,
display_name: pulumi.Input[Optional[str]] = None,
filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetOciCacheBackupsFilterArgs]]]] = None,
oci_cache_backup_id: pulumi.Input[Optional[str]] = None,
source_cluster_id: pulumi.Input[Optional[str]] = None,
state: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOciCacheBackupsResult]func GetOciCacheBackups(ctx *Context, args *GetOciCacheBackupsArgs, opts ...InvokeOption) (*GetOciCacheBackupsResult, error)
func GetOciCacheBackupsOutput(ctx *Context, args *GetOciCacheBackupsOutputArgs, opts ...InvokeOption) GetOciCacheBackupsResultOutput> Note: This function is named GetOciCacheBackups in the Go SDK.
public static class GetOciCacheBackups
{
public static Task<GetOciCacheBackupsResult> InvokeAsync(GetOciCacheBackupsArgs args, InvokeOptions? opts = null)
public static Output<GetOciCacheBackupsResult> Invoke(GetOciCacheBackupsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOciCacheBackupsResult> getOciCacheBackups(GetOciCacheBackupsArgs args, InvokeOptions options)
public static Output<GetOciCacheBackupsResult> getOciCacheBackups(GetOciCacheBackupsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Redis/getOciCacheBackups:getOciCacheBackups
arguments:
# arguments dictionarydata "oci_redis_getocicachebackups" "name" {
# arguments
}The following arguments are supported:
- 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
List<Get
Oci Cache Backups Filter> - Oci
Cache stringBackup Id - Unique Oracle Cloud Infrastructure Cache Backup identifier.
- Source
Cluster stringId - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- State string
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- 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
[]Get
Oci Cache Backups Filter - Oci
Cache stringBackup Id - Unique Oracle Cloud Infrastructure Cache Backup identifier.
- Source
Cluster stringId - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- State string
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- 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 list(object)
- oci_
cache_ stringbackup_ id - Unique Oracle Cloud Infrastructure Cache Backup identifier.
- source_
cluster_ stringid - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- state string
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- 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
List<Get
Oci Cache Backups Filter> - oci
Cache StringBackup Id - Unique Oracle Cloud Infrastructure Cache Backup identifier.
- source
Cluster StringId - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- state String
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- 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
Get
Oci Cache Backups Filter[] - oci
Cache stringBackup Id - Unique Oracle Cloud Infrastructure Cache Backup identifier.
- source
Cluster stringId - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- state string
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- 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
Sequence[Get
Oci Cache Backups Filter] - oci_
cache_ strbackup_ id - Unique Oracle Cloud Infrastructure Cache Backup identifier.
- source_
cluster_ strid - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- state str
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- 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 List<Property Map>
- oci
Cache StringBackup Id - Unique Oracle Cloud Infrastructure Cache Backup identifier.
- source
Cluster StringId - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- state String
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
getOciCacheBackups Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Oci
Cache List<GetBackup Collections Oci Cache Backups Oci Cache Backup Collection> - The list of oci_cache_backup_collection.
- Compartment
Id string - Backup compartment identifier
- Display
Name string - Backup display name
- Filters
List<Get
Oci Cache Backups Filter> - Oci
Cache stringBackup Id - Source
Cluster stringId - The source Oracle Cloud Infrastructure Cache Cluster OCID.
- State string
- The current state of the backup.
- Id string
- The provider-assigned unique ID for this managed resource.
- Oci
Cache []GetBackup Collections Oci Cache Backups Oci Cache Backup Collection - The list of oci_cache_backup_collection.
- Compartment
Id string - Backup compartment identifier
- Display
Name string - Backup display name
- Filters
[]Get
Oci Cache Backups Filter - Oci
Cache stringBackup Id - Source
Cluster stringId - The source Oracle Cloud Infrastructure Cache Cluster OCID.
- State string
- The current state of the backup.
- id string
- The provider-assigned unique ID for this managed resource.
- oci_
cache_ list(object)backup_ collections - The list of oci_cache_backup_collection.
- compartment_
id string - Backup compartment identifier
- display_
name string - Backup display name
- filters list(object)
- oci_
cache_ stringbackup_ id - source_
cluster_ stringid - The source Oracle Cloud Infrastructure Cache Cluster OCID.
- state string
- The current state of the backup.
- id String
- The provider-assigned unique ID for this managed resource.
- oci
Cache List<GetBackup Collections Oci Cache Backups Oci Cache Backup Collection> - The list of oci_cache_backup_collection.
- compartment
Id String - Backup compartment identifier
- display
Name String - Backup display name
- filters
List<Get
Oci Cache Backups Filter> - oci
Cache StringBackup Id - source
Cluster StringId - The source Oracle Cloud Infrastructure Cache Cluster OCID.
- state String
- The current state of the backup.
- id string
- The provider-assigned unique ID for this managed resource.
- oci
Cache GetBackup Collections Oci Cache Backups Oci Cache Backup Collection[] - The list of oci_cache_backup_collection.
- compartment
Id string - Backup compartment identifier
- display
Name string - Backup display name
- filters
Get
Oci Cache Backups Filter[] - oci
Cache stringBackup Id - source
Cluster stringId - The source Oracle Cloud Infrastructure Cache Cluster OCID.
- state string
- The current state of the backup.
- id str
- The provider-assigned unique ID for this managed resource.
- oci_
cache_ Sequence[Getbackup_ collections Oci Cache Backups Oci Cache Backup Collection] - The list of oci_cache_backup_collection.
- compartment_
id str - Backup compartment identifier
- display_
name str - Backup display name
- filters
Sequence[Get
Oci Cache Backups Filter] - oci_
cache_ strbackup_ id - source_
cluster_ strid - The source Oracle Cloud Infrastructure Cache Cluster OCID.
- state str
- The current state of the backup.
- id String
- The provider-assigned unique ID for this managed resource.
- oci
Cache List<Property Map>Backup Collections - The list of oci_cache_backup_collection.
- compartment
Id String - Backup compartment identifier
- display
Name String - Backup display name
- filters List<Property Map>
- oci
Cache StringBackup Id - source
Cluster StringId - The source Oracle Cloud Infrastructure Cache Cluster OCID.
- state String
- The current state of the backup.
Supporting Types
GetOciCacheBackupsFilter
GetOciCacheBackupsOciCacheBackupCollection
GetOciCacheBackupsOciCacheBackupCollectionItem
- Backup
Size doubleIn Gbs - Backup size in GB.
- Backup
Source string - Specifies whether the backup was created from a replica or primary node
- Backup
Type string - Backup Type.
- Cluster
Memory doubleIn Gbs - The amount of memory allocated to the cluster, in gigabytes.
- Cluster
Mode string - Specifies whether the cluster is sharded or non-sharded.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- Backup description
- Display
Name string - A filter to return only resources that match the entire display name given.
- Export
To intObject Storage Trigger - 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 string
- Unique identifier that is immutable on creation
- Retention
Period intIn Days - Backup retention period in days.
- int
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- Software
Version string - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- Source
Cluster stringId - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- State string
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the backup was created. An RFC3339 formatted datetime string.
- Time
Updated string - The date and time the backup was updated. An RFC3339 formatted datetime string.
- Backup
Size float64In Gbs - Backup size in GB.
- Backup
Source string - Specifies whether the backup was created from a replica or primary node
- Backup
Type string - Backup Type.
- Cluster
Memory float64In Gbs - The amount of memory allocated to the cluster, in gigabytes.
- Cluster
Mode string - Specifies whether the cluster is sharded or non-sharded.
- Compartment
Id string - The ID of the compartment in which to list resources.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- Backup description
- Display
Name string - A filter to return only resources that match the entire display name given.
- Export
To intObject Storage Trigger - 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 string
- Unique identifier that is immutable on creation
- Retention
Period intIn Days - Backup retention period in days.
- int
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- Software
Version string - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- Source
Cluster stringId - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- State string
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the backup was created. An RFC3339 formatted datetime string.
- Time
Updated string - The date and time the backup was updated. An RFC3339 formatted datetime string.
- backup_
size_ numberin_ gbs - Backup size in GB.
- backup_
source string - Specifies whether the backup was created from a replica or primary node
- backup_
type string - Backup Type.
- cluster_
memory_ numberin_ gbs - The amount of memory allocated to the cluster, in gigabytes.
- cluster_
mode string - Specifies whether the cluster is sharded or non-sharded.
- compartment_
id string - The ID of the compartment in which to list resources.
- map(string)
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- Backup description
- display_
name string - A filter to return only resources that match the entire display name given.
- export_
to_ numberobject_ storage_ trigger - 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 string
- Unique identifier that is immutable on creation
- retention_
period_ numberin_ days - Backup retention period in days.
- number
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- software_
version string - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- source_
cluster_ stringid - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- state string
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- map(string)
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created string - The date and time the backup was created. An RFC3339 formatted datetime string.
- time_
updated string - The date and time the backup was updated. An RFC3339 formatted datetime string.
- backup
Size DoubleIn Gbs - Backup size in GB.
- backup
Source String - Specifies whether the backup was created from a replica or primary node
- backup
Type String - Backup Type.
- cluster
Memory DoubleIn Gbs - The amount of memory allocated to the cluster, in gigabytes.
- cluster
Mode String - Specifies whether the cluster is sharded or non-sharded.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- Backup description
- display
Name String - A filter to return only resources that match the entire display name given.
- export
To IntegerObject Storage Trigger - 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 String
- Unique identifier that is immutable on creation
- retention
Period IntegerIn Days - Backup retention period in days.
- Integer
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- software
Version String - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- source
Cluster StringId - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- state String
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the backup was created. An RFC3339 formatted datetime string.
- time
Updated String - The date and time the backup was updated. An RFC3339 formatted datetime string.
- backup
Size numberIn Gbs - Backup size in GB.
- backup
Source string - Specifies whether the backup was created from a replica or primary node
- backup
Type string - Backup Type.
- cluster
Memory numberIn Gbs - The amount of memory allocated to the cluster, in gigabytes.
- cluster
Mode string - Specifies whether the cluster is sharded or non-sharded.
- compartment
Id string - The ID of the compartment in which to list resources.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- Backup description
- display
Name string - A filter to return only resources that match the entire display name given.
- export
To numberObject Storage Trigger - {[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 string
- Unique identifier that is immutable on creation
- retention
Period numberIn Days - Backup retention period in days.
- number
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- software
Version string - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- source
Cluster stringId - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- state string
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the backup was created. An RFC3339 formatted datetime string.
- time
Updated string - The date and time the backup was updated. An RFC3339 formatted datetime string.
- backup_
size_ floatin_ gbs - Backup size in GB.
- backup_
source str - Specifies whether the backup was created from a replica or primary node
- backup_
type str - Backup Type.
- cluster_
memory_ floatin_ gbs - The amount of memory allocated to the cluster, in gigabytes.
- cluster_
mode str - Specifies whether the cluster is sharded or non-sharded.
- compartment_
id str - The ID of the compartment in which to list resources.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description str
- Backup description
- display_
name str - A filter to return only resources that match the entire display name given.
- export_
to_ intobject_ storage_ trigger - 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 str
- Unique identifier that is immutable on creation
- retention_
period_ intin_ days - Backup retention period in days.
- int
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- software_
version str - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- source_
cluster_ strid - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- state str
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time the backup was created. An RFC3339 formatted datetime string.
- time_
updated str - The date and time the backup was updated. An RFC3339 formatted datetime string.
- backup
Size NumberIn Gbs - Backup size in GB.
- backup
Source String - Specifies whether the backup was created from a replica or primary node
- backup
Type String - Backup Type.
- cluster
Memory NumberIn Gbs - The amount of memory allocated to the cluster, in gigabytes.
- cluster
Mode String - Specifies whether the cluster is sharded or non-sharded.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- Backup description
- display
Name String - A filter to return only resources that match the entire display name given.
- export
To NumberObject Storage Trigger - 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 String
- Unique identifier that is immutable on creation
- retention
Period NumberIn Days - Backup retention period in days.
- Number
- The number of shards in a sharded cluster. Only applicable when clusterMode is SHARDED.
- software
Version String - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- source
Cluster StringId - A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose source cluster ID matches with the given source cluster ID.
- state String
- A filter to return the Oracle Cloud Infrastructure Cache Backup resources, whose lifecycle state matches with the given lifecycle state.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the backup was created. An RFC3339 formatted datetime string.
- time
Updated String - The date and time the backup was updated. An RFC3339 formatted datetime string.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.11.0
published on Friday, May 15, 2026 by Pulumi
published on Friday, May 15, 2026 by Pulumi
