Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Core.getBlockVolumeReplica
Explore with Pulumi AI
This data source provides details about a specific Block Volume Replica resource in Oracle Cloud Infrastructure Core service.
Gets information for the specified block volume replica.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBlockVolumeReplica = oci.Core.getBlockVolumeReplica({
    blockVolumeReplicaId: testBlockVolumeReplicaOciCoreBlockVolumeReplica.id,
});
import pulumi
import pulumi_oci as oci
test_block_volume_replica = oci.Core.get_block_volume_replica(block_volume_replica_id=test_block_volume_replica_oci_core_block_volume_replica["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.GetBlockVolumeReplica(ctx, &core.GetBlockVolumeReplicaArgs{
			BlockVolumeReplicaId: testBlockVolumeReplicaOciCoreBlockVolumeReplica.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 testBlockVolumeReplica = Oci.Core.GetBlockVolumeReplica.Invoke(new()
    {
        BlockVolumeReplicaId = testBlockVolumeReplicaOciCoreBlockVolumeReplica.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.GetBlockVolumeReplicaArgs;
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 testBlockVolumeReplica = CoreFunctions.getBlockVolumeReplica(GetBlockVolumeReplicaArgs.builder()
            .blockVolumeReplicaId(testBlockVolumeReplicaOciCoreBlockVolumeReplica.id())
            .build());
    }
}
variables:
  testBlockVolumeReplica:
    fn::invoke:
      function: oci:Core:getBlockVolumeReplica
      arguments:
        blockVolumeReplicaId: ${testBlockVolumeReplicaOciCoreBlockVolumeReplica.id}
Using getBlockVolumeReplica
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 getBlockVolumeReplica(args: GetBlockVolumeReplicaArgs, opts?: InvokeOptions): Promise<GetBlockVolumeReplicaResult>
function getBlockVolumeReplicaOutput(args: GetBlockVolumeReplicaOutputArgs, opts?: InvokeOptions): Output<GetBlockVolumeReplicaResult>def get_block_volume_replica(block_volume_replica_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetBlockVolumeReplicaResult
def get_block_volume_replica_output(block_volume_replica_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetBlockVolumeReplicaResult]func GetBlockVolumeReplica(ctx *Context, args *GetBlockVolumeReplicaArgs, opts ...InvokeOption) (*GetBlockVolumeReplicaResult, error)
func GetBlockVolumeReplicaOutput(ctx *Context, args *GetBlockVolumeReplicaOutputArgs, opts ...InvokeOption) GetBlockVolumeReplicaResultOutput> Note: This function is named GetBlockVolumeReplica in the Go SDK.
public static class GetBlockVolumeReplica 
{
    public static Task<GetBlockVolumeReplicaResult> InvokeAsync(GetBlockVolumeReplicaArgs args, InvokeOptions? opts = null)
    public static Output<GetBlockVolumeReplicaResult> Invoke(GetBlockVolumeReplicaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBlockVolumeReplicaResult> getBlockVolumeReplica(GetBlockVolumeReplicaArgs args, InvokeOptions options)
public static Output<GetBlockVolumeReplicaResult> getBlockVolumeReplica(GetBlockVolumeReplicaArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Core/getBlockVolumeReplica:getBlockVolumeReplica
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BlockVolume stringReplica Id 
- The OCID of the block volume replica.
- BlockVolume stringReplica Id 
- The OCID of the block volume replica.
- blockVolume StringReplica Id 
- The OCID of the block volume replica.
- blockVolume stringReplica Id 
- The OCID of the block volume replica.
- block_volume_ strreplica_ id 
- The OCID of the block volume replica.
- blockVolume StringReplica Id 
- The OCID of the block volume replica.
getBlockVolumeReplica Result
The following output properties are available:
- AvailabilityDomain string
- The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
- BlockVolume stringId 
- The OCID of the source block volume.
- BlockVolume stringReplica Id 
- CompartmentId string
- The OCID of the compartment that contains the block volume replica.
- 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
- The provider-assigned unique ID for this managed resource.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the block volume replica, see Overview of Vault service and Using Keys.
- SizeIn stringGbs 
- The size of the source block volume, in GBs.
- State string
- The current state of a block volume replica.
- TimeCreated string
- The date and time the block volume replica was created. Format defined by RFC3339.
- TimeLast stringSynced 
- The date and time the block volume replica was last synced from the source block volume. Format defined by RFC3339.
- VolumeGroup stringReplica Id 
- AvailabilityDomain string
- The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
- BlockVolume stringId 
- The OCID of the source block volume.
- BlockVolume stringReplica Id 
- CompartmentId string
- The OCID of the compartment that contains the block volume replica.
- 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
- The provider-assigned unique ID for this managed resource.
- KmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the block volume replica, see Overview of Vault service and Using Keys.
- SizeIn stringGbs 
- The size of the source block volume, in GBs.
- State string
- The current state of a block volume replica.
- TimeCreated string
- The date and time the block volume replica was created. Format defined by RFC3339.
- TimeLast stringSynced 
- The date and time the block volume replica was last synced from the source block volume. Format defined by RFC3339.
- VolumeGroup stringReplica Id 
- availabilityDomain String
- The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
- blockVolume StringId 
- The OCID of the source block volume.
- blockVolume StringReplica Id 
- compartmentId String
- The OCID of the compartment that contains the block volume replica.
- 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
- The provider-assigned unique ID for this managed resource.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the block volume replica, see Overview of Vault service and Using Keys.
- sizeIn StringGbs 
- The size of the source block volume, in GBs.
- state String
- The current state of a block volume replica.
- timeCreated String
- The date and time the block volume replica was created. Format defined by RFC3339.
- timeLast StringSynced 
- The date and time the block volume replica was last synced from the source block volume. Format defined by RFC3339.
- volumeGroup StringReplica Id 
- availabilityDomain string
- The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
- blockVolume stringId 
- The OCID of the source block volume.
- blockVolume stringReplica Id 
- compartmentId string
- The OCID of the compartment that contains the block volume replica.
- {[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
- The provider-assigned unique ID for this managed resource.
- kmsKey stringId 
- The OCID of the Vault service key to assign as the master encryption key for the block volume replica, see Overview of Vault service and Using Keys.
- sizeIn stringGbs 
- The size of the source block volume, in GBs.
- state string
- The current state of a block volume replica.
- timeCreated string
- The date and time the block volume replica was created. Format defined by RFC3339.
- timeLast stringSynced 
- The date and time the block volume replica was last synced from the source block volume. Format defined by RFC3339.
- volumeGroup stringReplica Id 
- availability_domain str
- The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
- block_volume_ strid 
- The OCID of the source block volume.
- block_volume_ strreplica_ id 
- compartment_id str
- The OCID of the compartment that contains the block volume replica.
- 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
- The provider-assigned unique ID for this managed resource.
- kms_key_ strid 
- The OCID of the Vault service key to assign as the master encryption key for the block volume replica, see Overview of Vault service and Using Keys.
- size_in_ strgbs 
- The size of the source block volume, in GBs.
- state str
- The current state of a block volume replica.
- time_created str
- The date and time the block volume replica was created. Format defined by RFC3339.
- time_last_ strsynced 
- The date and time the block volume replica was last synced from the source block volume. Format defined by RFC3339.
- volume_group_ strreplica_ id 
- availabilityDomain String
- The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
- blockVolume StringId 
- The OCID of the source block volume.
- blockVolume StringReplica Id 
- compartmentId String
- The OCID of the compartment that contains the block volume replica.
- 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
- The provider-assigned unique ID for this managed resource.
- kmsKey StringId 
- The OCID of the Vault service key to assign as the master encryption key for the block volume replica, see Overview of Vault service and Using Keys.
- sizeIn StringGbs 
- The size of the source block volume, in GBs.
- state String
- The current state of a block volume replica.
- timeCreated String
- The date and time the block volume replica was created. Format defined by RFC3339.
- timeLast StringSynced 
- The date and time the block volume replica was last synced from the source block volume. Format defined by RFC3339.
- volumeGroup StringReplica Id 
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.