Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi
oci.Core.getBootVolumeBackups
This data source provides the list of Boot Volume Backups in Oracle Cloud Infrastructure Core service.
Lists the boot volume backups in the specified compartment. You can filter the results by boot volume.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBootVolumeBackups = oci.Core.getBootVolumeBackups({
    compartmentId: compartmentId,
    bootVolumeId: testBootVolume.id,
    displayName: bootVolumeBackupDisplayName,
    sourceBootVolumeBackupId: testBootVolumeBackup.id,
    state: bootVolumeBackupState,
});
import pulumi
import pulumi_oci as oci
test_boot_volume_backups = oci.Core.get_boot_volume_backups(compartment_id=compartment_id,
    boot_volume_id=test_boot_volume["id"],
    display_name=boot_volume_backup_display_name,
    source_boot_volume_backup_id=test_boot_volume_backup["id"],
    state=boot_volume_backup_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/core"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := core.GetBootVolumeBackups(ctx, &core.GetBootVolumeBackupsArgs{
			CompartmentId:            compartmentId,
			BootVolumeId:             pulumi.StringRef(testBootVolume.Id),
			DisplayName:              pulumi.StringRef(bootVolumeBackupDisplayName),
			SourceBootVolumeBackupId: pulumi.StringRef(testBootVolumeBackup.Id),
			State:                    pulumi.StringRef(bootVolumeBackupState),
		}, 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 testBootVolumeBackups = Oci.Core.GetBootVolumeBackups.Invoke(new()
    {
        CompartmentId = compartmentId,
        BootVolumeId = testBootVolume.Id,
        DisplayName = bootVolumeBackupDisplayName,
        SourceBootVolumeBackupId = testBootVolumeBackup.Id,
        State = bootVolumeBackupState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetBootVolumeBackupsArgs;
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 testBootVolumeBackups = CoreFunctions.getBootVolumeBackups(GetBootVolumeBackupsArgs.builder()
            .compartmentId(compartmentId)
            .bootVolumeId(testBootVolume.id())
            .displayName(bootVolumeBackupDisplayName)
            .sourceBootVolumeBackupId(testBootVolumeBackup.id())
            .state(bootVolumeBackupState)
            .build());
    }
}
variables:
  testBootVolumeBackups:
    fn::invoke:
      function: oci:Core:getBootVolumeBackups
      arguments:
        compartmentId: ${compartmentId}
        bootVolumeId: ${testBootVolume.id}
        displayName: ${bootVolumeBackupDisplayName}
        sourceBootVolumeBackupId: ${testBootVolumeBackup.id}
        state: ${bootVolumeBackupState}
Using getBootVolumeBackups
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 getBootVolumeBackups(args: GetBootVolumeBackupsArgs, opts?: InvokeOptions): Promise<GetBootVolumeBackupsResult>
function getBootVolumeBackupsOutput(args: GetBootVolumeBackupsOutputArgs, opts?: InvokeOptions): Output<GetBootVolumeBackupsResult>def get_boot_volume_backups(boot_volume_id: Optional[str] = None,
                            compartment_id: Optional[str] = None,
                            display_name: Optional[str] = None,
                            filters: Optional[Sequence[GetBootVolumeBackupsFilter]] = None,
                            source_boot_volume_backup_id: Optional[str] = None,
                            state: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetBootVolumeBackupsResult
def get_boot_volume_backups_output(boot_volume_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[GetBootVolumeBackupsFilterArgs]]]] = None,
                            source_boot_volume_backup_id: Optional[pulumi.Input[str]] = None,
                            state: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetBootVolumeBackupsResult]func GetBootVolumeBackups(ctx *Context, args *GetBootVolumeBackupsArgs, opts ...InvokeOption) (*GetBootVolumeBackupsResult, error)
func GetBootVolumeBackupsOutput(ctx *Context, args *GetBootVolumeBackupsOutputArgs, opts ...InvokeOption) GetBootVolumeBackupsResultOutput> Note: This function is named GetBootVolumeBackups in the Go SDK.
public static class GetBootVolumeBackups 
{
    public static Task<GetBootVolumeBackupsResult> InvokeAsync(GetBootVolumeBackupsArgs args, InvokeOptions? opts = null)
    public static Output<GetBootVolumeBackupsResult> Invoke(GetBootVolumeBackupsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBootVolumeBackupsResult> getBootVolumeBackups(GetBootVolumeBackupsArgs args, InvokeOptions options)
public static Output<GetBootVolumeBackupsResult> getBootVolumeBackups(GetBootVolumeBackupsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Core/getBootVolumeBackups:getBootVolumeBackups
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment.
- BootVolume stringId 
- The OCID of the boot volume.
- DisplayName string
- A filter to return only resources that match the given display name exactly.
- Filters
List<GetBoot Volume Backups Filter> 
- SourceBoot stringVolume Backup Id 
- A filter to return only resources that originated from the given source boot volume backup.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- CompartmentId string
- The OCID of the compartment.
- BootVolume stringId 
- The OCID of the boot volume.
- DisplayName string
- A filter to return only resources that match the given display name exactly.
- Filters
[]GetBoot Volume Backups Filter 
- SourceBoot stringVolume Backup Id 
- A filter to return only resources that originated from the given source boot volume backup.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartmentId String
- The OCID of the compartment.
- bootVolume StringId 
- The OCID of the boot volume.
- displayName String
- A filter to return only resources that match the given display name exactly.
- filters
List<GetBoot Volume Backups Filter> 
- sourceBoot StringVolume Backup Id 
- A filter to return only resources that originated from the given source boot volume backup.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartmentId string
- The OCID of the compartment.
- bootVolume stringId 
- The OCID of the boot volume.
- displayName string
- A filter to return only resources that match the given display name exactly.
- filters
GetBoot Volume Backups Filter[] 
- sourceBoot stringVolume Backup Id 
- A filter to return only resources that originated from the given source boot volume backup.
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_id str
- The OCID of the compartment.
- boot_volume_ strid 
- The OCID of the boot volume.
- display_name str
- A filter to return only resources that match the given display name exactly.
- filters
Sequence[GetBoot Volume Backups Filter] 
- source_boot_ strvolume_ backup_ id 
- A filter to return only resources that originated from the given source boot volume backup.
- state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartmentId String
- The OCID of the compartment.
- bootVolume StringId 
- The OCID of the boot volume.
- displayName String
- A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- sourceBoot StringVolume Backup Id 
- A filter to return only resources that originated from the given source boot volume backup.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
getBootVolumeBackups Result
The following output properties are available:
- BootVolume List<GetBackups Boot Volume Backups Boot Volume Backup> 
- The list of boot_volume_backups.
- CompartmentId string
- The OCID of the compartment that contains the boot volume backup.
- Id string
- The provider-assigned unique ID for this managed resource.
- BootVolume stringId 
- The OCID of the boot volume.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<GetBoot Volume Backups Filter> 
- SourceBoot stringVolume Backup Id 
- The OCID of the source boot volume backup.
- State string
- The current state of a boot volume backup.
- BootVolume []GetBackups Boot Volume Backups Boot Volume Backup 
- The list of boot_volume_backups.
- CompartmentId string
- The OCID of the compartment that contains the boot volume backup.
- Id string
- The provider-assigned unique ID for this managed resource.
- BootVolume stringId 
- The OCID of the boot volume.
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]GetBoot Volume Backups Filter 
- SourceBoot stringVolume Backup Id 
- The OCID of the source boot volume backup.
- State string
- The current state of a boot volume backup.
- bootVolume List<GetBackups Boot Volume Backups Boot Volume Backup> 
- The list of boot_volume_backups.
- compartmentId String
- The OCID of the compartment that contains the boot volume backup.
- id String
- The provider-assigned unique ID for this managed resource.
- bootVolume StringId 
- The OCID of the boot volume.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<GetBoot Volume Backups Filter> 
- sourceBoot StringVolume Backup Id 
- The OCID of the source boot volume backup.
- state String
- The current state of a boot volume backup.
- bootVolume GetBackups Boot Volume Backups Boot Volume Backup[] 
- The list of boot_volume_backups.
- compartmentId string
- The OCID of the compartment that contains the boot volume backup.
- id string
- The provider-assigned unique ID for this managed resource.
- bootVolume stringId 
- The OCID of the boot volume.
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
GetBoot Volume Backups Filter[] 
- sourceBoot stringVolume Backup Id 
- The OCID of the source boot volume backup.
- state string
- The current state of a boot volume backup.
- boot_volume_ Sequence[Getbackups Boot Volume Backups Boot Volume Backup] 
- The list of boot_volume_backups.
- compartment_id str
- The OCID of the compartment that contains the boot volume backup.
- id str
- The provider-assigned unique ID for this managed resource.
- boot_volume_ strid 
- The OCID of the boot volume.
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[GetBoot Volume Backups Filter] 
- source_boot_ strvolume_ backup_ id 
- The OCID of the source boot volume backup.
- state str
- The current state of a boot volume backup.
- bootVolume List<Property Map>Backups 
- The list of boot_volume_backups.
- compartmentId String
- The OCID of the compartment that contains the boot volume backup.
- id String
- The provider-assigned unique ID for this managed resource.
- bootVolume StringId 
- The OCID of the boot volume.
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- sourceBoot StringVolume Backup Id 
- The OCID of the source boot volume backup.
- state String
- The current state of a boot volume backup.
Supporting Types
GetBootVolumeBackupsBootVolumeBackup      
- BootVolume stringId 
- The OCID of the boot volume.
- CompartmentId string
- The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A filter to return only resources that match the given display name exactly.
- ExpirationTime string
- The date and time the volume backup will expire and be automatically deleted. Format defined by RFC3339. This parameter will always be present for backups that were created automatically by a scheduled-backup policy. For manually created backups, it will be absent, signifying that there is no expiration time and the backup will last forever until manually deleted.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of the boot volume backup.
- ImageId string
- The image OCID used to create the boot volume the backup is taken from.
- KmsKey stringId 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- SizeIn stringGbs 
- The size of the boot volume, in GBs.
- SourceBoot stringVolume Backup Id 
- A filter to return only resources that originated from the given source boot volume backup.
- SourceDetails List<GetBoot Volume Backups Boot Volume Backup Source Detail> 
- SourceType string
- Specifies whether the backup was created manually, or via scheduled backup policy.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- TimeCreated string
- The date and time the boot volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by RFC3339.
- TimeRequest stringReceived 
- The date and time the request to create the boot volume backup was received. Format defined by RFC3339.
- Type string
- The type of a volume backup. Supported values are 'FULL' or 'INCREMENTAL'.
- UniqueSize stringIn Gbs 
- The size used by the backup, in GBs. It is typically smaller than sizeInGBs, depending on the space consumed on the boot volume and whether the backup is full or incremental.
- BootVolume stringId 
- The OCID of the boot volume.
- CompartmentId string
- The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A filter to return only resources that match the given display name exactly.
- ExpirationTime string
- The date and time the volume backup will expire and be automatically deleted. Format defined by RFC3339. This parameter will always be present for backups that were created automatically by a scheduled-backup policy. For manually created backups, it will be absent, signifying that there is no expiration time and the backup will last forever until manually deleted.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of the boot volume backup.
- ImageId string
- The image OCID used to create the boot volume the backup is taken from.
- KmsKey stringId 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- SizeIn stringGbs 
- The size of the boot volume, in GBs.
- SourceBoot stringVolume Backup Id 
- A filter to return only resources that originated from the given source boot volume backup.
- SourceDetails []GetBoot Volume Backups Boot Volume Backup Source Detail 
- SourceType string
- Specifies whether the backup was created manually, or via scheduled backup policy.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- TimeCreated string
- The date and time the boot volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by RFC3339.
- TimeRequest stringReceived 
- The date and time the request to create the boot volume backup was received. Format defined by RFC3339.
- Type string
- The type of a volume backup. Supported values are 'FULL' or 'INCREMENTAL'.
- UniqueSize stringIn Gbs 
- The size used by the backup, in GBs. It is typically smaller than sizeInGBs, depending on the space consumed on the boot volume and whether the backup is full or incremental.
- bootVolume StringId 
- The OCID of the boot volume.
- compartmentId String
- The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A filter to return only resources that match the given display name exactly.
- expirationTime String
- The date and time the volume backup will expire and be automatically deleted. Format defined by RFC3339. This parameter will always be present for backups that were created automatically by a scheduled-backup policy. For manually created backups, it will be absent, signifying that there is no expiration time and the backup will last forever until manually deleted.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of the boot volume backup.
- imageId String
- The image OCID used to create the boot volume the backup is taken from.
- kmsKey StringId 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- sizeIn StringGbs 
- The size of the boot volume, in GBs.
- sourceBoot StringVolume Backup Id 
- A filter to return only resources that originated from the given source boot volume backup.
- sourceDetails List<GetBoot Volume Backups Boot Volume Backup Source Detail> 
- sourceType String
- Specifies whether the backup was created manually, or via scheduled backup policy.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- timeCreated String
- The date and time the boot volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by RFC3339.
- timeRequest StringReceived 
- The date and time the request to create the boot volume backup was received. Format defined by RFC3339.
- type String
- The type of a volume backup. Supported values are 'FULL' or 'INCREMENTAL'.
- uniqueSize StringIn Gbs 
- The size used by the backup, in GBs. It is typically smaller than sizeInGBs, depending on the space consumed on the boot volume and whether the backup is full or incremental.
- bootVolume stringId 
- The OCID of the boot volume.
- compartmentId string
- The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A filter to return only resources that match the given display name exactly.
- expirationTime string
- The date and time the volume backup will expire and be automatically deleted. Format defined by RFC3339. This parameter will always be present for backups that were created automatically by a scheduled-backup policy. For manually created backups, it will be absent, signifying that there is no expiration time and the backup will last forever until manually deleted.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id string
- The OCID of the boot volume backup.
- imageId string
- The image OCID used to create the boot volume the backup is taken from.
- kmsKey stringId 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- sizeIn stringGbs 
- The size of the boot volume, in GBs.
- sourceBoot stringVolume Backup Id 
- A filter to return only resources that originated from the given source boot volume backup.
- sourceDetails GetBoot Volume Backups Boot Volume Backup Source Detail[] 
- sourceType string
- Specifies whether the backup was created manually, or via scheduled backup policy.
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- timeCreated string
- The date and time the boot volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by RFC3339.
- timeRequest stringReceived 
- The date and time the request to create the boot volume backup was received. Format defined by RFC3339.
- type string
- The type of a volume backup. Supported values are 'FULL' or 'INCREMENTAL'.
- uniqueSize stringIn Gbs 
- The size used by the backup, in GBs. It is typically smaller than sizeInGBs, depending on the space consumed on the boot volume and whether the backup is full or incremental.
- boot_volume_ strid 
- The OCID of the boot volume.
- compartment_id str
- The OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A filter to return only resources that match the given display name exactly.
- expiration_time str
- The date and time the volume backup will expire and be automatically deleted. Format defined by RFC3339. This parameter will always be present for backups that were created automatically by a scheduled-backup policy. For manually created backups, it will be absent, signifying that there is no expiration time and the backup will last forever until manually deleted.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id str
- The OCID of the boot volume backup.
- image_id str
- The image OCID used to create the boot volume the backup is taken from.
- kms_key_ strid 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- size_in_ strgbs 
- The size of the boot volume, in GBs.
- source_boot_ strvolume_ backup_ id 
- A filter to return only resources that originated from the given source boot volume backup.
- source_details Sequence[GetBoot Volume Backups Boot Volume Backup Source Detail] 
- source_type str
- Specifies whether the backup was created manually, or via scheduled backup policy.
- state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- time_created str
- The date and time the boot volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by RFC3339.
- time_request_ strreceived 
- The date and time the request to create the boot volume backup was received. Format defined by RFC3339.
- type str
- The type of a volume backup. Supported values are 'FULL' or 'INCREMENTAL'.
- unique_size_ strin_ gbs 
- The size used by the backup, in GBs. It is typically smaller than sizeInGBs, depending on the space consumed on the boot volume and whether the backup is full or incremental.
- bootVolume StringId 
- The OCID of the boot volume.
- compartmentId String
- The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A filter to return only resources that match the given display name exactly.
- expirationTime String
- The date and time the volume backup will expire and be automatically deleted. Format defined by RFC3339. This parameter will always be present for backups that were created automatically by a scheduled-backup policy. For manually created backups, it will be absent, signifying that there is no expiration time and the backup will last forever until manually deleted.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of the boot volume backup.
- imageId String
- The image OCID used to create the boot volume the backup is taken from.
- kmsKey StringId 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- sizeIn StringGbs 
- The size of the boot volume, in GBs.
- sourceBoot StringVolume Backup Id 
- A filter to return only resources that originated from the given source boot volume backup.
- sourceDetails List<Property Map>
- sourceType String
- Specifies whether the backup was created manually, or via scheduled backup policy.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- timeCreated String
- The date and time the boot volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by RFC3339.
- timeRequest StringReceived 
- The date and time the request to create the boot volume backup was received. Format defined by RFC3339.
- type String
- The type of a volume backup. Supported values are 'FULL' or 'INCREMENTAL'.
- uniqueSize StringIn Gbs 
- The size used by the backup, in GBs. It is typically smaller than sizeInGBs, depending on the space consumed on the boot volume and whether the backup is full or incremental.
GetBootVolumeBackupsBootVolumeBackupSourceDetail        
- BootVolume stringBackup Id 
- KmsKey stringId 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- Region string
- BootVolume stringBackup Id 
- KmsKey stringId 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- Region string
- bootVolume StringBackup Id 
- kmsKey StringId 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- region String
- bootVolume stringBackup Id 
- kmsKey stringId 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- region string
- boot_volume_ strbackup_ id 
- kms_key_ strid 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- region str
- bootVolume StringBackup Id 
- kmsKey StringId 
- The OCID of the Vault service master encryption assigned to the boot volume backup. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
- region String
GetBootVolumeBackupsFilter    
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.
