1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Core
  5. getBootVolumeReplica
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.Core.getBootVolumeReplica

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

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

Gets information for the specified boot volume replica.

Example Usage

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

const testBootVolumeReplica = oci.Core.getBootVolumeReplica({
    bootVolumeReplicaId: testBootVolumeReplicaOciCoreBootVolumeReplica.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_boot_volume_replica = oci.Core.get_boot_volume_replica(boot_volume_replica_id=test_boot_volume_replica_oci_core_boot_volume_replica["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.GetBootVolumeReplica(ctx, &core.GetBootVolumeReplicaArgs{
			BootVolumeReplicaId: testBootVolumeReplicaOciCoreBootVolumeReplica.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 testBootVolumeReplica = Oci.Core.GetBootVolumeReplica.Invoke(new()
    {
        BootVolumeReplicaId = testBootVolumeReplicaOciCoreBootVolumeReplica.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.GetBootVolumeReplicaArgs;
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 testBootVolumeReplica = CoreFunctions.getBootVolumeReplica(GetBootVolumeReplicaArgs.builder()
            .bootVolumeReplicaId(testBootVolumeReplicaOciCoreBootVolumeReplica.id())
            .build());

    }
}
Copy
variables:
  testBootVolumeReplica:
    fn::invoke:
      function: oci:Core:getBootVolumeReplica
      arguments:
        bootVolumeReplicaId: ${testBootVolumeReplicaOciCoreBootVolumeReplica.id}
Copy

Using getBootVolumeReplica

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 getBootVolumeReplica(args: GetBootVolumeReplicaArgs, opts?: InvokeOptions): Promise<GetBootVolumeReplicaResult>
function getBootVolumeReplicaOutput(args: GetBootVolumeReplicaOutputArgs, opts?: InvokeOptions): Output<GetBootVolumeReplicaResult>
Copy
def get_boot_volume_replica(boot_volume_replica_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetBootVolumeReplicaResult
def get_boot_volume_replica_output(boot_volume_replica_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetBootVolumeReplicaResult]
Copy
func GetBootVolumeReplica(ctx *Context, args *GetBootVolumeReplicaArgs, opts ...InvokeOption) (*GetBootVolumeReplicaResult, error)
func GetBootVolumeReplicaOutput(ctx *Context, args *GetBootVolumeReplicaOutputArgs, opts ...InvokeOption) GetBootVolumeReplicaResultOutput
Copy

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

public static class GetBootVolumeReplica 
{
    public static Task<GetBootVolumeReplicaResult> InvokeAsync(GetBootVolumeReplicaArgs args, InvokeOptions? opts = null)
    public static Output<GetBootVolumeReplicaResult> Invoke(GetBootVolumeReplicaInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBootVolumeReplicaResult> getBootVolumeReplica(GetBootVolumeReplicaArgs args, InvokeOptions options)
public static Output<GetBootVolumeReplicaResult> getBootVolumeReplica(GetBootVolumeReplicaArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Core/getBootVolumeReplica:getBootVolumeReplica
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BootVolumeReplicaId This property is required. string
The OCID of the boot volume replica.
BootVolumeReplicaId This property is required. string
The OCID of the boot volume replica.
bootVolumeReplicaId This property is required. String
The OCID of the boot volume replica.
bootVolumeReplicaId This property is required. string
The OCID of the boot volume replica.
boot_volume_replica_id This property is required. str
The OCID of the boot volume replica.
bootVolumeReplicaId This property is required. String
The OCID of the boot volume replica.

getBootVolumeReplica Result

The following output properties are available:

AvailabilityDomain string
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
BootVolumeId string
The OCID of the source boot volume.
BootVolumeReplicaId string
CompartmentId string
The OCID of the compartment that contains the boot volume replica.
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
The provider-assigned unique ID for this managed resource.
ImageId string
The image OCID used to create the boot volume the replica is replicated from.
KmsKeyId string
The OCID of the Vault service key to assign as the master encryption key for the boot volume replica, see Overview of Vault service and Using Keys.
SizeInGbs string
The size of the source boot volume, in GBs.
State string
The current state of a boot volume replica.
TimeCreated string
The date and time the boot volume replica was created. Format defined by RFC3339.
TimeLastSynced string
The date and time the boot volume replica was last synced from the source boot volume. Format defined by RFC3339.
VolumeGroupReplicaId string
AvailabilityDomain string
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
BootVolumeId string
The OCID of the source boot volume.
BootVolumeReplicaId string
CompartmentId string
The OCID of the compartment that contains the boot volume replica.
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
The provider-assigned unique ID for this managed resource.
ImageId string
The image OCID used to create the boot volume the replica is replicated from.
KmsKeyId string
The OCID of the Vault service key to assign as the master encryption key for the boot volume replica, see Overview of Vault service and Using Keys.
SizeInGbs string
The size of the source boot volume, in GBs.
State string
The current state of a boot volume replica.
TimeCreated string
The date and time the boot volume replica was created. Format defined by RFC3339.
TimeLastSynced string
The date and time the boot volume replica was last synced from the source boot volume. Format defined by RFC3339.
VolumeGroupReplicaId string
availabilityDomain String
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
bootVolumeId String
The OCID of the source boot volume.
bootVolumeReplicaId String
compartmentId String
The OCID of the compartment that contains the boot volume replica.
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
The provider-assigned unique ID for this managed resource.
imageId String
The image OCID used to create the boot volume the replica is replicated from.
kmsKeyId String
The OCID of the Vault service key to assign as the master encryption key for the boot volume replica, see Overview of Vault service and Using Keys.
sizeInGbs String
The size of the source boot volume, in GBs.
state String
The current state of a boot volume replica.
timeCreated String
The date and time the boot volume replica was created. Format defined by RFC3339.
timeLastSynced String
The date and time the boot volume replica was last synced from the source boot volume. Format defined by RFC3339.
volumeGroupReplicaId String
availabilityDomain string
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
bootVolumeId string
The OCID of the source boot volume.
bootVolumeReplicaId string
compartmentId string
The OCID of the compartment that contains the boot volume replica.
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
The provider-assigned unique ID for this managed resource.
imageId string
The image OCID used to create the boot volume the replica is replicated from.
kmsKeyId string
The OCID of the Vault service key to assign as the master encryption key for the boot volume replica, see Overview of Vault service and Using Keys.
sizeInGbs string
The size of the source boot volume, in GBs.
state string
The current state of a boot volume replica.
timeCreated string
The date and time the boot volume replica was created. Format defined by RFC3339.
timeLastSynced string
The date and time the boot volume replica was last synced from the source boot volume. Format defined by RFC3339.
volumeGroupReplicaId string
availability_domain str
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
boot_volume_id str
The OCID of the source boot volume.
boot_volume_replica_id str
compartment_id str
The OCID of the compartment that contains the boot volume replica.
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
The provider-assigned unique ID for this managed resource.
image_id str
The image OCID used to create the boot volume the replica is replicated from.
kms_key_id str
The OCID of the Vault service key to assign as the master encryption key for the boot volume replica, see Overview of Vault service and Using Keys.
size_in_gbs str
The size of the source boot volume, in GBs.
state str
The current state of a boot volume replica.
time_created str
The date and time the boot volume replica was created. Format defined by RFC3339.
time_last_synced str
The date and time the boot volume replica was last synced from the source boot volume. Format defined by RFC3339.
volume_group_replica_id str
availabilityDomain String
The availability domain of the boot volume replica. Example: Uocm:PHX-AD-1
bootVolumeId String
The OCID of the source boot volume.
bootVolumeReplicaId String
compartmentId String
The OCID of the compartment that contains the boot volume replica.
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
The provider-assigned unique ID for this managed resource.
imageId String
The image OCID used to create the boot volume the replica is replicated from.
kmsKeyId String
The OCID of the Vault service key to assign as the master encryption key for the boot volume replica, see Overview of Vault service and Using Keys.
sizeInGbs String
The size of the source boot volume, in GBs.
state String
The current state of a boot volume replica.
timeCreated String
The date and time the boot volume replica was created. Format defined by RFC3339.
timeLastSynced String
The date and time the boot volume replica was last synced from the source boot volume. Format defined by RFC3339.
volumeGroupReplicaId String

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.30.0 published on Monday, Apr 14, 2025 by Pulumi