Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Core.getBootVolume
Explore with Pulumi AI
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,
});
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"])
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
	})
}
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,
    });
});
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());
    }
}
variables:
  testBootVolume:
    fn::invoke:
      function: oci:Core:getBootVolume
      arguments:
        bootVolumeId: ${testBootVolumeOciCoreBootVolume.id}
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>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]func LookupBootVolume(ctx *Context, args *LookupBootVolumeArgs, opts ...InvokeOption) (*LookupBootVolumeResult, error)
func LookupBootVolumeOutput(ctx *Context, args *LookupBootVolumeOutputArgs, opts ...InvokeOption) LookupBootVolumeResultOutput> Note: This function is named LookupBootVolume 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)
}public static CompletableFuture<GetBootVolumeResult> getBootVolume(GetBootVolumeArgs args, InvokeOptions options)
public static Output<GetBootVolumeResult> getBootVolume(GetBootVolumeArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Core/getBootVolume:getBootVolume
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BootVolume stringId 
- The OCID of the boot volume.
- BootVolume stringId 
- The OCID of the boot volume.
- bootVolume StringId 
- The OCID of the boot volume.
- bootVolume stringId 
- The OCID of the boot volume.
- boot_volume_ strid 
- The OCID of the boot volume.
- bootVolume StringId 
- The OCID of the boot volume.
getBootVolume Result
The following output properties are available:
- AutoTuned stringVpus Per Gb 
- The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- AutotunePolicies List<GetBoot Volume Autotune Policy> 
- The list of autotune policies enabled for this volume.
- AvailabilityDomain string
- The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
- BackupPolicy stringId 
- BootVolume stringId 
- BootVolume List<GetReplicas Boot Volume Boot Volume Replica> 
- The list of boot volume replicas of this boot volume
- BootVolume boolReplicas Deletion 
- ClusterPlacement stringGroup Id 
- The clusterPlacementGroup Id of the volume for volume placement.
- CompartmentId string
- The OCID of the compartment that contains the boot volume.
- 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.
- 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.
- IsAuto boolTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicyinstead 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.
- KmsKey stringId 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- SizeIn stringGbs 
- The size of the boot volume in GBs.
- SizeIn stringMbs 
- 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<GetBoot Volume Source Detail> 
- State string
- The current state of a boot volume.
- 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.
- VolumeGroup stringId 
- The OCID of the source volume group.
- VpusPer stringGb 
- 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.
- XrcKms stringKey Id 
- AutoTuned stringVpus Per Gb 
- The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- AutotunePolicies []GetBoot Volume Autotune Policy 
- The list of autotune policies enabled for this volume.
- AvailabilityDomain string
- The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
- BackupPolicy stringId 
- BootVolume stringId 
- BootVolume []GetReplicas Boot Volume Boot Volume Replica 
- The list of boot volume replicas of this boot volume
- BootVolume boolReplicas Deletion 
- ClusterPlacement stringGroup Id 
- The clusterPlacementGroup Id of the volume for volume placement.
- CompartmentId string
- The OCID of the compartment that contains the boot volume.
- 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.
- 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.
- IsAuto boolTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicyinstead 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.
- KmsKey stringId 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- SizeIn stringGbs 
- The size of the boot volume in GBs.
- SizeIn stringMbs 
- 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 []GetBoot Volume Source Detail 
- State string
- The current state of a boot volume.
- 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.
- VolumeGroup stringId 
- The OCID of the source volume group.
- VpusPer stringGb 
- 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.
- XrcKms stringKey Id 
- autoTuned StringVpus Per Gb 
- The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- autotunePolicies List<GetBoot Volume Autotune Policy> 
- The list of autotune policies enabled for this volume.
- availabilityDomain String
- The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
- backupPolicy StringId 
- bootVolume StringId 
- bootVolume List<GetReplicas Boot Volume Boot Volume Replica> 
- The list of boot volume replicas of this boot volume
- bootVolume BooleanReplicas Deletion 
- clusterPlacement StringGroup Id 
- The clusterPlacementGroup Id of the volume for volume placement.
- compartmentId String
- The OCID of the compartment that contains the boot volume.
- 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.
- 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.
- isAuto BooleanTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicyinstead 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.
- kmsKey StringId 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- sizeIn StringGbs 
- The size of the boot volume in GBs.
- sizeIn StringMbs 
- 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<GetBoot Volume Source Detail> 
- state String
- The current state of a boot volume.
- 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.
- volumeGroup StringId 
- The OCID of the source volume group.
- vpusPer StringGb 
- 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.
- xrcKms StringKey Id 
- autoTuned stringVpus Per Gb 
- The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- autotunePolicies GetBoot Volume Autotune Policy[] 
- The list of autotune policies enabled for this volume.
- availabilityDomain string
- The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
- backupPolicy stringId 
- bootVolume stringId 
- bootVolume GetReplicas Boot Volume Boot Volume Replica[] 
- The list of boot volume replicas of this boot volume
- bootVolume booleanReplicas Deletion 
- clusterPlacement stringGroup Id 
- The clusterPlacementGroup Id of the volume for volume placement.
- compartmentId string
- The OCID of the compartment that contains the boot volume.
- {[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.
- {[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.
- isAuto booleanTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicyinstead 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.
- kmsKey stringId 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- sizeIn stringGbs 
- The size of the boot volume in GBs.
- sizeIn stringMbs 
- 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 GetBoot Volume Source Detail[] 
- state string
- The current state of a boot volume.
- {[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.
- volumeGroup stringId 
- The OCID of the source volume group.
- vpusPer stringGb 
- 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.
- xrcKms stringKey Id 
- auto_tuned_ strvpus_ per_ gb 
- The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- autotune_policies Sequence[GetBoot Volume Autotune Policy] 
- 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_ strid 
- boot_volume_ strid 
- boot_volume_ Sequence[Getreplicas Boot Volume Boot Volume Replica] 
- The list of boot volume replicas of this boot volume
- boot_volume_ boolreplicas_ deletion 
- cluster_placement_ strgroup_ id 
- The clusterPlacementGroup Id of the volume for volume placement.
- compartment_id str
- The OCID of the compartment that contains the boot volume.
- 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.
- 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_ booltune_ enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicyinstead 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_ strid 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- size_in_ strgbs 
- The size of the boot volume in GBs.
- size_in_ strmbs 
- 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[GetBoot Volume Source Detail] 
- state str
- The current state of a boot volume.
- 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_ strid 
- The OCID of the source volume group.
- vpus_per_ strgb 
- 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_ strkey_ id 
- autoTuned StringVpus Per Gb 
- 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
- backupPolicy StringId 
- bootVolume StringId 
- bootVolume List<Property Map>Replicas 
- The list of boot volume replicas of this boot volume
- bootVolume BooleanReplicas Deletion 
- clusterPlacement StringGroup Id 
- The clusterPlacementGroup Id of the volume for volume placement.
- compartmentId String
- The OCID of the compartment that contains the boot volume.
- 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.
- 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.
- isAuto BooleanTune Enabled 
- Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the DetachedVolumeAutotunePolicyinstead 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.
- kmsKey StringId 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- sizeIn StringGbs 
- The size of the boot volume in GBs.
- sizeIn StringMbs 
- 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.
- 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.
- volumeGroup StringId 
- The OCID of the source volume group.
- vpusPer StringGb 
- 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.
- xrcKms StringKey Id 
Supporting Types
GetBootVolumeAutotunePolicy    
- AutotuneType string
- This specifies the type of autotunes supported by OCI.
- MaxVpus stringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- AutotuneType string
- This specifies the type of autotunes supported by OCI.
- MaxVpus stringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotuneType String
- This specifies the type of autotunes supported by OCI.
- maxVpus StringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotuneType string
- This specifies the type of autotunes supported by OCI.
- maxVpus stringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune_type str
- This specifies the type of autotunes supported by OCI.
- max_vpus_ strper_ gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotuneType String
- This specifies the type of autotunes supported by OCI.
- maxVpus StringPer Gb 
- This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
GetBootVolumeBootVolumeReplica     
- AvailabilityDomain string
- The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
- BootVolume stringReplica Id 
- The boot volume replica's Oracle ID (OCID).
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- KmsKey stringId 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- XrrKms stringKey Id 
- AvailabilityDomain string
- The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
- BootVolume stringReplica Id 
- The boot volume replica's Oracle ID (OCID).
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- KmsKey stringId 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- XrrKms stringKey Id 
- availabilityDomain String
- The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
- bootVolume StringReplica Id 
- The boot volume replica's Oracle ID (OCID).
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- kmsKey StringId 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- xrrKms StringKey Id 
- availabilityDomain string
- The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
- bootVolume stringReplica Id 
- The boot volume replica's Oracle ID (OCID).
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- kmsKey stringId 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- xrrKms stringKey Id 
- availability_domain str
- The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
- boot_volume_ strreplica_ id 
- The boot volume replica's Oracle ID (OCID).
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- kms_key_ strid 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- xrr_kms_ strkey_ id 
- availabilityDomain String
- The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
- bootVolume StringReplica Id 
- The boot volume replica's Oracle ID (OCID).
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- kmsKey StringId 
- The OCID of the Vault service master encryption key assigned to the boot volume.
- xrrKms StringKey Id 
GetBootVolumeSourceDetail    
- ChangeBlock stringSize In Bytes 
- (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).
- FirstBackup stringId 
- (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
- Id string
- (Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
- SecondBackup stringId 
- (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
- Type string
- (Required) The type can be one of these values: bootVolume,bootVolumeBackup,bootVolumeBackupDelta,bootVolumeReplica
- ChangeBlock stringSize In Bytes 
- (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).
- FirstBackup stringId 
- (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
- Id string
- (Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
- SecondBackup stringId 
- (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
- Type string
- (Required) The type can be one of these values: bootVolume,bootVolumeBackup,bootVolumeBackupDelta,bootVolumeReplica
- changeBlock StringSize In Bytes 
- (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).
- firstBackup StringId 
- (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
- id String
- (Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
- secondBackup StringId 
- (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
- type String
- (Required) The type can be one of these values: bootVolume,bootVolumeBackup,bootVolumeBackupDelta,bootVolumeReplica
- changeBlock stringSize In Bytes 
- (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).
- firstBackup stringId 
- (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
- id string
- (Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
- secondBackup stringId 
- (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
- type string
- (Required) The type can be one of these values: bootVolume,bootVolumeBackup,bootVolumeBackupDelta,bootVolumeReplica
- change_block_ strsize_ in_ bytes 
- (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_ strid 
- (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
- id str
- (Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
- second_backup_ strid 
- (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
- type str
- (Required) The type can be one of these values: bootVolume,bootVolumeBackup,bootVolumeBackupDelta,bootVolumeReplica
- changeBlock StringSize In Bytes 
- (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).
- firstBackup StringId 
- (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
- id String
- (Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
- secondBackup StringId 
- (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
- type 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 ociTerraform Provider.