1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Core
  5. getBootVolume
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.Core.getBootVolume

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

This data source provides details about a specific Boot Volume resource in Oracle Cloud Infrastructure Core service.

Gets information for the specified boot volume.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testBootVolume = oci.Core.getBootVolume({
    bootVolumeId: testBootVolumeOciCoreBootVolume.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_boot_volume = oci.Core.get_boot_volume(boot_volume_id=test_boot_volume_oci_core_boot_volume["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/core"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := core.GetBootVolume(ctx, &core.GetBootVolumeArgs{
			BootVolumeId: testBootVolumeOciCoreBootVolume.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testBootVolume = Oci.Core.GetBootVolume.Invoke(new()
    {
        BootVolumeId = testBootVolumeOciCoreBootVolume.Id,
    });

});
Copy
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.GetBootVolumeArgs;
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 testBootVolume = CoreFunctions.getBootVolume(GetBootVolumeArgs.builder()
            .bootVolumeId(testBootVolumeOciCoreBootVolume.id())
            .build());

    }
}
Copy
variables:
  testBootVolume:
    fn::invoke:
      function: oci:Core:getBootVolume
      arguments:
        bootVolumeId: ${testBootVolumeOciCoreBootVolume.id}
Copy

Using getBootVolume

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 getBootVolume(args: GetBootVolumeArgs, opts?: InvokeOptions): Promise<GetBootVolumeResult>
function getBootVolumeOutput(args: GetBootVolumeOutputArgs, opts?: InvokeOptions): Output<GetBootVolumeResult>
Copy
def get_boot_volume(boot_volume_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetBootVolumeResult
def get_boot_volume_output(boot_volume_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetBootVolumeResult]
Copy
func GetBootVolume(ctx *Context, args *GetBootVolumeArgs, opts ...InvokeOption) (*GetBootVolumeResult, error)
func GetBootVolumeOutput(ctx *Context, args *GetBootVolumeOutputArgs, opts ...InvokeOption) GetBootVolumeResultOutput
Copy

> Note: This function is named GetBootVolume in the Go SDK.

public static class GetBootVolume 
{
    public static Task<GetBootVolumeResult> InvokeAsync(GetBootVolumeArgs args, InvokeOptions? opts = null)
    public static Output<GetBootVolumeResult> Invoke(GetBootVolumeInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBootVolumeResult> getBootVolume(GetBootVolumeArgs args, InvokeOptions options)
public static Output<GetBootVolumeResult> getBootVolume(GetBootVolumeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Core/getBootVolume:getBootVolume
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BootVolumeId This property is required. string
The OCID of the boot volume.
BootVolumeId This property is required. string
The OCID of the boot volume.
bootVolumeId This property is required. String
The OCID of the boot volume.
bootVolumeId This property is required. string
The OCID of the boot volume.
boot_volume_id This property is required. str
The OCID of the boot volume.
bootVolumeId This property is required. String
The OCID of the boot volume.

getBootVolume Result

The following output properties are available:

AutoTunedVpusPerGb string
The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
AutotunePolicies List<GetBootVolumeAutotunePolicy>
The list of autotune policies enabled for this volume.
AvailabilityDomain string
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
BackupPolicyId string

Deprecated: The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.

BootVolumeId string
BootVolumeReplicas List<GetBootVolumeBootVolumeReplica>
The list of boot volume replicas of this boot volume
BootVolumeReplicasDeletion bool
ClusterPlacementGroupId string
The clusterPlacementGroup Id of the volume for volume placement.
CompartmentId string
The OCID of the compartment that contains the boot volume.
DefinedTags 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags 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
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
ImageId string
The image OCID used to create the boot volume.
IsAutoTuneEnabled bool
Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
IsHydrated bool
Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
KmsKeyId string
The OCID of the Vault service master encryption key assigned to the boot volume.
SizeInGbs string
The size of the boot volume in GBs.
SizeInMbs string
The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use size_in_gbs.
SourceDetails List<GetBootVolumeSourceDetail>
State string
The current state of a boot volume.
SystemTags 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 was created. Format defined by RFC3339.
VolumeGroupId string
The OCID of the source volume group.
VpusPerGb string
The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
XrcKmsKeyId string
AutoTunedVpusPerGb string
The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
AutotunePolicies []GetBootVolumeAutotunePolicy
The list of autotune policies enabled for this volume.
AvailabilityDomain string
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
BackupPolicyId string

Deprecated: The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.

BootVolumeId string
BootVolumeReplicas []GetBootVolumeBootVolumeReplica
The list of boot volume replicas of this boot volume
BootVolumeReplicasDeletion bool
ClusterPlacementGroupId string
The clusterPlacementGroup Id of the volume for volume placement.
CompartmentId string
The OCID of the compartment that contains the boot volume.
DefinedTags 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
FreeformTags 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
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
ImageId string
The image OCID used to create the boot volume.
IsAutoTuneEnabled bool
Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
IsHydrated bool
Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
KmsKeyId string
The OCID of the Vault service master encryption key assigned to the boot volume.
SizeInGbs string
The size of the boot volume in GBs.
SizeInMbs string
The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use size_in_gbs.
SourceDetails []GetBootVolumeSourceDetail
State string
The current state of a boot volume.
SystemTags 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 was created. Format defined by RFC3339.
VolumeGroupId string
The OCID of the source volume group.
VpusPerGb string
The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
XrcKmsKeyId string
autoTunedVpusPerGb String
The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
autotunePolicies List<GetBootVolumeAutotunePolicy>
The list of autotune policies enabled for this volume.
availabilityDomain String
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
backupPolicyId String

Deprecated: The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.

bootVolumeId String
bootVolumeReplicas List<GetBootVolumeBootVolumeReplica>
The list of boot volume replicas of this boot volume
bootVolumeReplicasDeletion Boolean
clusterPlacementGroupId String
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId String
The OCID of the compartment that contains the boot volume.
definedTags 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags 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
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
imageId String
The image OCID used to create the boot volume.
isAutoTuneEnabled Boolean
Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
isHydrated Boolean
Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
kmsKeyId String
The OCID of the Vault service master encryption key assigned to the boot volume.
sizeInGbs String
The size of the boot volume in GBs.
sizeInMbs String
The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use size_in_gbs.
sourceDetails List<GetBootVolumeSourceDetail>
state String
The current state of a boot volume.
systemTags 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 was created. Format defined by RFC3339.
volumeGroupId String
The OCID of the source volume group.
vpusPerGb String
The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
xrcKmsKeyId String
autoTunedVpusPerGb string
The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
autotunePolicies GetBootVolumeAutotunePolicy[]
The list of autotune policies enabled for this volume.
availabilityDomain string
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
backupPolicyId string

Deprecated: The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.

bootVolumeId string
bootVolumeReplicas GetBootVolumeBootVolumeReplica[]
The list of boot volume replicas of this boot volume
bootVolumeReplicasDeletion boolean
clusterPlacementGroupId string
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId string
The OCID of the compartment that contains the boot volume.
definedTags {[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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags {[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
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
imageId string
The image OCID used to create the boot volume.
isAutoTuneEnabled boolean
Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
isHydrated boolean
Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
kmsKeyId string
The OCID of the Vault service master encryption key assigned to the boot volume.
sizeInGbs string
The size of the boot volume in GBs.
sizeInMbs string
The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use size_in_gbs.
sourceDetails GetBootVolumeSourceDetail[]
state string
The current state of a boot volume.
systemTags {[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 was created. Format defined by RFC3339.
volumeGroupId string
The OCID of the source volume group.
vpusPerGb string
The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
xrcKmsKeyId string
auto_tuned_vpus_per_gb str
The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
autotune_policies Sequence[core.GetBootVolumeAutotunePolicy]
The list of autotune policies enabled for this volume.
availability_domain str
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
backup_policy_id str

Deprecated: The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.

boot_volume_id str
boot_volume_replicas Sequence[core.GetBootVolumeBootVolumeReplica]
The list of boot volume replicas of this boot volume
boot_volume_replicas_deletion bool
cluster_placement_group_id str
The clusterPlacementGroup Id of the volume for volume placement.
compartment_id str
The OCID of the compartment that contains the boot volume.
defined_tags 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeform_tags 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
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
image_id str
The image OCID used to create the boot volume.
is_auto_tune_enabled bool
Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
is_hydrated bool
Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
kms_key_id str
The OCID of the Vault service master encryption key assigned to the boot volume.
size_in_gbs str
The size of the boot volume in GBs.
size_in_mbs str
The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use size_in_gbs.
source_details Sequence[core.GetBootVolumeSourceDetail]
state str
The current state of a boot volume.
system_tags 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 was created. Format defined by RFC3339.
volume_group_id str
The OCID of the source volume group.
vpus_per_gb str
The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
xrc_kms_key_id str
autoTunedVpusPerGb String
The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
autotunePolicies List<Property Map>
The list of autotune policies enabled for this volume.
availabilityDomain String
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
backupPolicyId String

Deprecated: The 'backup_policy_id' field has been deprecated. Please use the 'oci_core_volume_backup_policy_assignment' resource instead.

bootVolumeId String
bootVolumeReplicas List<Property Map>
The list of boot volume replicas of this boot volume
bootVolumeReplicasDeletion Boolean
clusterPlacementGroupId String
The clusterPlacementGroup Id of the volume for volume placement.
compartmentId String
The OCID of the compartment that contains the boot volume.
definedTags 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
freeformTags 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
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
imageId String
The image OCID used to create the boot volume.
isAutoTuneEnabled Boolean
Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicy instead to enable the volume for detached autotune.
isHydrated Boolean
Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
kmsKeyId String
The OCID of the Vault service master encryption key assigned to the boot volume.
sizeInGbs String
The size of the boot volume in GBs.
sizeInMbs String
The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use size_in_gbs.
sourceDetails List<Property Map>
state String
The current state of a boot volume.
systemTags 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 was created. Format defined by RFC3339.
volumeGroupId String
The OCID of the source volume group.
vpusPerGb String
The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
xrcKmsKeyId String

Supporting Types

GetBootVolumeAutotunePolicy

AutotuneType This property is required. string
This specifies the type of autotunes supported by OCI.
MaxVpusPerGb This property is required. string
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
AutotuneType This property is required. string
This specifies the type of autotunes supported by OCI.
MaxVpusPerGb This property is required. string
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotuneType This property is required. String
This specifies the type of autotunes supported by OCI.
maxVpusPerGb This property is required. String
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotuneType This property is required. string
This specifies the type of autotunes supported by OCI.
maxVpusPerGb This property is required. string
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotune_type This property is required. str
This specifies the type of autotunes supported by OCI.
max_vpus_per_gb This property is required. str
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
autotuneType This property is required. String
This specifies the type of autotunes supported by OCI.
maxVpusPerGb This property is required. String
This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.

GetBootVolumeBootVolumeReplica

AvailabilityDomain This property is required. string
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
BootVolumeReplicaId This property is required. string
The boot volume replica's Oracle ID (OCID).
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
KmsKeyId This property is required. string
The OCID of the Vault service master encryption key assigned to the boot volume.
XrrKmsKeyId This property is required. string
AvailabilityDomain This property is required. string
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
BootVolumeReplicaId This property is required. string
The boot volume replica's Oracle ID (OCID).
DisplayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
KmsKeyId This property is required. string
The OCID of the Vault service master encryption key assigned to the boot volume.
XrrKmsKeyId This property is required. string
availabilityDomain This property is required. String
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
bootVolumeReplicaId This property is required. String
The boot volume replica's Oracle ID (OCID).
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
kmsKeyId This property is required. String
The OCID of the Vault service master encryption key assigned to the boot volume.
xrrKmsKeyId This property is required. String
availabilityDomain This property is required. string
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
bootVolumeReplicaId This property is required. string
The boot volume replica's Oracle ID (OCID).
displayName This property is required. string
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
kmsKeyId This property is required. string
The OCID of the Vault service master encryption key assigned to the boot volume.
xrrKmsKeyId This property is required. string
availability_domain This property is required. str
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
boot_volume_replica_id This property is required. str
The boot volume replica's Oracle ID (OCID).
display_name This property is required. str
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
kms_key_id This property is required. str
The OCID of the Vault service master encryption key assigned to the boot volume.
xrr_kms_key_id This property is required. str
availabilityDomain This property is required. String
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
bootVolumeReplicaId This property is required. String
The boot volume replica's Oracle ID (OCID).
displayName This property is required. String
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
kmsKeyId This property is required. String
The OCID of the Vault service master encryption key assigned to the boot volume.
xrrKmsKeyId This property is required. String

GetBootVolumeSourceDetail

ChangeBlockSizeInBytes This property is required. string
(Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
FirstBackupId This property is required. string
(Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
Id This property is required. string
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
SecondBackupId This property is required. string
(Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
Type This property is required. string
(Required) The type can be one of these values: bootVolume, bootVolumeBackup, bootVolumeBackupDelta, bootVolumeReplica
ChangeBlockSizeInBytes This property is required. string
(Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
FirstBackupId This property is required. string
(Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
Id This property is required. string
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
SecondBackupId This property is required. string
(Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
Type This property is required. string
(Required) The type can be one of these values: bootVolume, bootVolumeBackup, bootVolumeBackupDelta, bootVolumeReplica
changeBlockSizeInBytes This property is required. String
(Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
firstBackupId This property is required. String
(Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
id This property is required. String
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
secondBackupId This property is required. String
(Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
type This property is required. String
(Required) The type can be one of these values: bootVolume, bootVolumeBackup, bootVolumeBackupDelta, bootVolumeReplica
changeBlockSizeInBytes This property is required. string
(Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
firstBackupId This property is required. string
(Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
id This property is required. string
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
secondBackupId This property is required. string
(Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
type This property is required. string
(Required) The type can be one of these values: bootVolume, bootVolumeBackup, bootVolumeBackupDelta, bootVolumeReplica
change_block_size_in_bytes This property is required. str
(Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
first_backup_id This property is required. str
(Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
id This property is required. str
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
second_backup_id This property is required. str
(Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
type This property is required. str
(Required) The type can be one of these values: bootVolume, bootVolumeBackup, bootVolumeBackupDelta, bootVolumeReplica
changeBlockSizeInBytes This property is required. String
(Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
firstBackupId This property is required. String
(Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
id This property is required. String
(Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
secondBackupId This property is required. String
(Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
type This property is required. String
(Required) The type can be one of these values: bootVolume, bootVolumeBackup, bootVolumeBackupDelta, bootVolumeReplica

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi