This data source provides the list of Block Volume Replicas in Oracle Cloud Infrastructure Core service.
Lists the block volume replicas in the specified compartment and availability domain.
data "oci_core_block_volume_replicas" "test_block_volume_replicas" {
#Optional
availability_domain = var.block_volume_replica_availability_domain
compartment_id = var.compartment_id
display_name = var.block_volume_replica_display_name
state = var.block_volume_replica_state
volume_group_replica_id = oci_core_volume_group_replica.test_volume_group_replica.id
}
The following arguments are supported:
availability_domain
- (Optional) The name of the availability domain. Example: Uocm:PHX-AD-1
compartment_id
- (Optional) The OCID of the compartment.display_name
- (Optional) A filter to return only resources that match the given display name exactly. state
- (Optional) A filter to only return resources that match the given lifecycle state. The state value is case-insensitive. volume_group_replica_id
- (Optional) The OCID of the volume group replica.state
- (Optional) A filter to only return resources that match the given lifecycle state. The state value is case-insensitive. The following attributes are exported:
block_volume_replicas
- The list of block_volume_replicas.The following attributes are exported:
availability_domain
- The availability domain of the block volume replica. Example: Uocm:PHX-AD-1
block_volume_id
- The OCID of the source block volume.compartment_id
- The OCID of the compartment that contains the block volume replica.defined_tags
- 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
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. freeform_tags
- 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
- The block volume replica's Oracle ID (OCID).size_in_gbs
- The size of the source block volume, in GBs. state
- The current state of a block volume replica.time_created
- The date and time the block volume replica was created. Format defined by RFC3339. time_last_synced
- The date and time the block volume replica was last synced from the source block volume. Format defined by RFC3339.