Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.GoldenGate.getDeploymentBackups
Explore with Pulumi AI
This data source provides the list of Deployment Backups in Oracle Cloud Infrastructure Golden Gate service.
Lists the Backups in a compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDeploymentBackups = oci.GoldenGate.getDeploymentBackups({
compartmentId: compartmentId,
deploymentId: testDeployment.id,
displayName: deploymentBackupDisplayName,
state: deploymentBackupState,
});
import pulumi
import pulumi_oci as oci
test_deployment_backups = oci.GoldenGate.get_deployment_backups(compartment_id=compartment_id,
deployment_id=test_deployment["id"],
display_name=deployment_backup_display_name,
state=deployment_backup_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/goldengate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := goldengate.GetDeploymentBackups(ctx, &goldengate.GetDeploymentBackupsArgs{
CompartmentId: compartmentId,
DeploymentId: pulumi.StringRef(testDeployment.Id),
DisplayName: pulumi.StringRef(deploymentBackupDisplayName),
State: pulumi.StringRef(deploymentBackupState),
}, 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 testDeploymentBackups = Oci.GoldenGate.GetDeploymentBackups.Invoke(new()
{
CompartmentId = compartmentId,
DeploymentId = testDeployment.Id,
DisplayName = deploymentBackupDisplayName,
State = deploymentBackupState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GoldenGate.GoldenGateFunctions;
import com.pulumi.oci.GoldenGate.inputs.GetDeploymentBackupsArgs;
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 testDeploymentBackups = GoldenGateFunctions.getDeploymentBackups(GetDeploymentBackupsArgs.builder()
.compartmentId(compartmentId)
.deploymentId(testDeployment.id())
.displayName(deploymentBackupDisplayName)
.state(deploymentBackupState)
.build());
}
}
variables:
testDeploymentBackups:
fn::invoke:
function: oci:GoldenGate:getDeploymentBackups
arguments:
compartmentId: ${compartmentId}
deploymentId: ${testDeployment.id}
displayName: ${deploymentBackupDisplayName}
state: ${deploymentBackupState}
Using getDeploymentBackups
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 getDeploymentBackups(args: GetDeploymentBackupsArgs, opts?: InvokeOptions): Promise<GetDeploymentBackupsResult>
function getDeploymentBackupsOutput(args: GetDeploymentBackupsOutputArgs, opts?: InvokeOptions): Output<GetDeploymentBackupsResult>
def get_deployment_backups(compartment_id: Optional[str] = None,
deployment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_goldengate.GetDeploymentBackupsFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentBackupsResult
def get_deployment_backups_output(compartment_id: Optional[pulumi.Input[str]] = None,
deployment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_goldengate.GetDeploymentBackupsFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentBackupsResult]
func GetDeploymentBackups(ctx *Context, args *GetDeploymentBackupsArgs, opts ...InvokeOption) (*GetDeploymentBackupsResult, error)
func GetDeploymentBackupsOutput(ctx *Context, args *GetDeploymentBackupsOutputArgs, opts ...InvokeOption) GetDeploymentBackupsResultOutput
> Note: This function is named GetDeploymentBackups
in the Go SDK.
public static class GetDeploymentBackups
{
public static Task<GetDeploymentBackupsResult> InvokeAsync(GetDeploymentBackupsArgs args, InvokeOptions? opts = null)
public static Output<GetDeploymentBackupsResult> Invoke(GetDeploymentBackupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeploymentBackupsResult> getDeploymentBackups(GetDeploymentBackupsArgs args, InvokeOptions options)
public static Output<GetDeploymentBackupsResult> getDeploymentBackups(GetDeploymentBackupsArgs args, InvokeOptions options)
fn::invoke:
function: oci:GoldenGate/getDeploymentBackups:getDeploymentBackups
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Deployment
Id string - The OCID of the deployment in which to list resources.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
Changes to this property will trigger replacement.
Deployment Backups Filter> - State string
- A filter to return only the resources that match the 'lifecycleState' given.
- Compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Deployment
Id string - The OCID of the deployment in which to list resources.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
Changes to this property will trigger replacement.
Deployment Backups Filter - State string
- A filter to return only the resources that match the 'lifecycleState' given.
- compartment
Id This property is required. String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment
Id String - The OCID of the deployment in which to list resources.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters
Changes to this property will trigger replacement.
Deployment Backups Filter> - state String
- A filter to return only the resources that match the 'lifecycleState' given.
- compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment
Id string - The OCID of the deployment in which to list resources.
- display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- filters
Changes to this property will trigger replacement.
Deployment Backups Filter[] - state string
- A filter to return only the resources that match the 'lifecycleState' given.
- compartment_
id This property is required. str - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment_
id str - The OCID of the deployment in which to list resources.
- display_
name str - A filter to return only the resources that match the entire 'displayName' given.
- filters
Changes to this property will trigger replacement.
Get Deployment Backups Filter] - state str
- A filter to return only the resources that match the 'lifecycleState' given.
- compartment
Id This property is required. String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment
Id String - The OCID of the deployment in which to list resources.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters
Changes to this property will trigger replacement.
- state String
- A filter to return only the resources that match the 'lifecycleState' given.
getDeploymentBackups Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment being referenced.
- Deployment
Backup List<GetCollections Deployment Backups Deployment Backup Collection> - The list of deployment_backup_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Deployment
Id string - The OCID of the deployment being referenced.
- Display
Name string - An object's Display Name.
- Filters
List<Get
Deployment Backups Filter> - State string
- Possible lifecycle states.
- Compartment
Id string - The OCID of the compartment being referenced.
- Deployment
Backup []GetCollections Deployment Backups Deployment Backup Collection - The list of deployment_backup_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Deployment
Id string - The OCID of the deployment being referenced.
- Display
Name string - An object's Display Name.
- Filters
[]Get
Deployment Backups Filter - State string
- Possible lifecycle states.
- compartment
Id String - The OCID of the compartment being referenced.
- deployment
Backup List<GetCollections Deployment Backups Deployment Backup Collection> - The list of deployment_backup_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- deployment
Id String - The OCID of the deployment being referenced.
- display
Name String - An object's Display Name.
- filters
List<Get
Deployment Backups Filter> - state String
- Possible lifecycle states.
- compartment
Id string - The OCID of the compartment being referenced.
- deployment
Backup GetCollections Deployment Backups Deployment Backup Collection[] - The list of deployment_backup_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- deployment
Id string - The OCID of the deployment being referenced.
- display
Name string - An object's Display Name.
- filters
Get
Deployment Backups Filter[] - state string
- Possible lifecycle states.
- compartment_
id str - The OCID of the compartment being referenced.
- deployment_
backup_ Sequence[goldengate.collections Get Deployment Backups Deployment Backup Collection] - The list of deployment_backup_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- deployment_
id str - The OCID of the deployment being referenced.
- display_
name str - An object's Display Name.
- filters
Sequence[goldengate.
Get Deployment Backups Filter] - state str
- Possible lifecycle states.
- compartment
Id String - The OCID of the compartment being referenced.
- deployment
Backup List<Property Map>Collections - The list of deployment_backup_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- deployment
Id String - The OCID of the deployment being referenced.
- display
Name String - An object's Display Name.
- filters List<Property Map>
- state String
- Possible lifecycle states.
Supporting Types
GetDeploymentBackupsDeploymentBackupCollection
- Items
This property is required. List<GetDeployment Backups Deployment Backup Collection Item>
- Items
This property is required. []GetDeployment Backups Deployment Backup Collection Item
- items
This property is required. List<GetDeployment Backups Deployment Backup Collection Item>
- items
This property is required. GetDeployment Backups Deployment Backup Collection Item[]
- items
This property is required. Sequence[goldengate.Get Deployment Backups Deployment Backup Collection Item]
- items
This property is required. List<Property Map>
GetDeploymentBackupsDeploymentBackupCollectionItem
- Backup
Source Type This property is required. string - Possible deployment backup source types.
- Backup
Type This property is required. string - Possible Deployment backup types.
- Bucket
This property is required. string - Name of the bucket where the object is to be uploaded in the object storage
- Compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. Dictionary<string, string>- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployment
Id This property is required. string - The OCID of the deployment in which to list resources.
- Deployment
Type This property is required. string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- Display
Name This property is required. string - A filter to return only the resources that match the entire 'displayName' given.
This property is required. Dictionary<string, string>- A 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 - The OCID of the backup being referenced.
- Is
Automatic This property is required. bool - True if this object is automatically created
- Is
Lock Override This property is required. bool - Is
Metadata Only This property is required. bool - Parameter to allow users to create backup without trails
- Lifecycle
Details This property is required. string - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- Locks
This property is required. List<GetDeployment Backups Deployment Backup Collection Item Lock> - Locks associated with this resource.
- Namespace
This property is required. string - Name of namespace that serves as a container for all of your buckets
- Object
This property is required. string - Name of the object to be uploaded to object storage
- Ogg
Version This property is required. string - Version of OGG
- Size
In Bytes This property is required. double - The size of the backup stored in object storage (in bytes)
- State
This property is required. string - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. Dictionary<string, string>- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Backup Finished This property is required. string - The time of the resource backup finish. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Created This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Of Backup This property is required. string - The time of the resource backup. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Updated This property is required. string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- Backup
Source Type This property is required. string - Possible deployment backup source types.
- Backup
Type This property is required. string - Possible Deployment backup types.
- Bucket
This property is required. string - Name of the bucket where the object is to be uploaded in the object storage
- Compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. map[string]string- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployment
Id This property is required. string - The OCID of the deployment in which to list resources.
- Deployment
Type This property is required. string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- Display
Name This property is required. string - A filter to return only the resources that match the entire 'displayName' given.
This property is required. map[string]string- A 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 - The OCID of the backup being referenced.
- Is
Automatic This property is required. bool - True if this object is automatically created
- Is
Lock Override This property is required. bool - Is
Metadata Only This property is required. bool - Parameter to allow users to create backup without trails
- Lifecycle
Details This property is required. string - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- Locks
This property is required. []GetDeployment Backups Deployment Backup Collection Item Lock - Locks associated with this resource.
- Namespace
This property is required. string - Name of namespace that serves as a container for all of your buckets
- Object
This property is required. string - Name of the object to be uploaded to object storage
- Ogg
Version This property is required. string - Version of OGG
- Size
In Bytes This property is required. float64 - The size of the backup stored in object storage (in bytes)
- State
This property is required. string - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. map[string]string- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Backup Finished This property is required. string - The time of the resource backup finish. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Created This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Of Backup This property is required. string - The time of the resource backup. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Updated This property is required. string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- backup
Source Type This property is required. String - Possible deployment backup source types.
- backup
Type This property is required. String - Possible Deployment backup types.
- bucket
This property is required. String - Name of the bucket where the object is to be uploaded in the object storage
- compartment
Id This property is required. String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. Map<String,String>- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Id This property is required. String - The OCID of the deployment in which to list resources.
- deployment
Type This property is required. String - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display
Name This property is required. String - A filter to return only the resources that match the entire 'displayName' given.
This property is required. Map<String,String>- A 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 - The OCID of the backup being referenced.
- is
Automatic This property is required. Boolean - True if this object is automatically created
- is
Lock Override This property is required. Boolean - is
Metadata Only This property is required. Boolean - Parameter to allow users to create backup without trails
- lifecycle
Details This property is required. String - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- locks
This property is required. List<GetDeployment Backups Deployment Backup Collection Item Lock> - Locks associated with this resource.
- namespace
This property is required. String - Name of namespace that serves as a container for all of your buckets
- object
This property is required. String - Name of the object to be uploaded to object storage
- ogg
Version This property is required. String - Version of OGG
- size
In Bytes This property is required. Double - The size of the backup stored in object storage (in bytes)
- state
This property is required. String - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. Map<String,String>- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Backup Finished This property is required. String - The time of the resource backup finish. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Created This property is required. String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Of Backup This property is required. String - The time of the resource backup. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated This property is required. String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- backup
Source Type This property is required. string - Possible deployment backup source types.
- backup
Type This property is required. string - Possible Deployment backup types.
- bucket
This property is required. string - Name of the bucket where the object is to be uploaded in the object storage
- compartment
Id This property is required. string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. {[key: string]: string}- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Id This property is required. string - The OCID of the deployment in which to list resources.
- deployment
Type This property is required. string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display
Name This property is required. string - A filter to return only the resources that match the entire 'displayName' given.
This property is required. {[key: string]: string}- A 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 - The OCID of the backup being referenced.
- is
Automatic This property is required. boolean - True if this object is automatically created
- is
Lock Override This property is required. boolean - is
Metadata Only This property is required. boolean - Parameter to allow users to create backup without trails
- lifecycle
Details This property is required. string - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- locks
This property is required. GetDeployment Backups Deployment Backup Collection Item Lock[] - Locks associated with this resource.
- namespace
This property is required. string - Name of namespace that serves as a container for all of your buckets
- object
This property is required. string - Name of the object to be uploaded to object storage
- ogg
Version This property is required. string - Version of OGG
- size
In Bytes This property is required. number - The size of the backup stored in object storage (in bytes)
- state
This property is required. string - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. {[key: string]: string}- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Backup Finished This property is required. string - The time of the resource backup finish. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Created This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Of Backup This property is required. string - The time of the resource backup. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated This property is required. string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- backup_
source_ type This property is required. str - Possible deployment backup source types.
- backup_
type This property is required. str - Possible Deployment backup types.
- bucket
This property is required. str - Name of the bucket where the object is to be uploaded in the object storage
- compartment_
id This property is required. str - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. Mapping[str, str]- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment_
id This property is required. str - The OCID of the deployment in which to list resources.
- deployment_
type This property is required. str - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display_
name This property is required. str - A filter to return only the resources that match the entire 'displayName' given.
This property is required. Mapping[str, str]- A 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 - The OCID of the backup being referenced.
- is_
automatic This property is required. bool - True if this object is automatically created
- is_
lock_ override This property is required. bool - is_
metadata_ only This property is required. bool - Parameter to allow users to create backup without trails
- lifecycle_
details This property is required. str - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- locks
This property is required. Sequence[goldengate.Get Deployment Backups Deployment Backup Collection Item Lock] - Locks associated with this resource.
- namespace
This property is required. str - Name of namespace that serves as a container for all of your buckets
- object
This property is required. str - Name of the object to be uploaded to object storage
- ogg_
version This property is required. str - Version of OGG
- size_
in_ bytes This property is required. float - The size of the backup stored in object storage (in bytes)
- state
This property is required. str - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. Mapping[str, str]- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time_
backup_ finished This property is required. str - The time of the resource backup finish. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
created This property is required. str - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
of_ backup This property is required. str - The time of the resource backup. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
updated This property is required. str - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- backup
Source Type This property is required. String - Possible deployment backup source types.
- backup
Type This property is required. String - Possible Deployment backup types.
- bucket
This property is required. String - Name of the bucket where the object is to be uploaded in the object storage
- compartment
Id This property is required. String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
This property is required. Map<String>- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployment
Id This property is required. String - The OCID of the deployment in which to list resources.
- deployment
Type This property is required. String - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display
Name This property is required. String - A filter to return only the resources that match the entire 'displayName' given.
This property is required. Map<String>- A 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 - The OCID of the backup being referenced.
- is
Automatic This property is required. Boolean - True if this object is automatically created
- is
Lock Override This property is required. Boolean - is
Metadata Only This property is required. Boolean - Parameter to allow users to create backup without trails
- lifecycle
Details This property is required. String - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- locks
This property is required. List<Property Map> - Locks associated with this resource.
- namespace
This property is required. String - Name of namespace that serves as a container for all of your buckets
- object
This property is required. String - Name of the object to be uploaded to object storage
- ogg
Version This property is required. String - Version of OGG
- size
In Bytes This property is required. Number - The size of the backup stored in object storage (in bytes)
- state
This property is required. String - A filter to return only the resources that match the 'lifecycleState' given.
This property is required. Map<String>- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Backup Finished This property is required. String - The time of the resource backup finish. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Created This property is required. String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Of Backup This property is required. String - The time of the resource backup. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Updated This property is required. String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
GetDeploymentBackupsDeploymentBackupCollectionItemLock
- Message
This property is required. string - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. string- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- Time
Created This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Type
This property is required. string - Type of the lock.
- Message
This property is required. string - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. string- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- Time
Created This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Type
This property is required. string - Type of the lock.
- message
This property is required. String - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. String- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created This property is required. String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - type
This property is required. String - Type of the lock.
- message
This property is required. string - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. string- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - type
This property is required. string - Type of the lock.
- message
This property is required. str - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. str- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_
created This property is required. str - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - type
This property is required. str - Type of the lock.
- message
This property is required. String - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. String- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created This property is required. String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - type
This property is required. String - Type of the lock.
GetDeploymentBackupsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.