Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Database.getExascaleDbStorageVault
Explore with Pulumi AI
This data source provides details about a specific Exascale Db Storage Vault resource in Oracle Cloud Infrastructure Database service.
Gets information about the specified Exadata Database Storage Vaults in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExascaleDbStorageVault = oci.Database.getExascaleDbStorageVault({
    exascaleDbStorageVaultId: testExascaleDbStorageVaultOciDatabaseExascaleDbStorageVault.id,
});
import pulumi
import pulumi_oci as oci
test_exascale_db_storage_vault = oci.Database.get_exascale_db_storage_vault(exascale_db_storage_vault_id=test_exascale_db_storage_vault_oci_database_exascale_db_storage_vault["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetExascaleDbStorageVault(ctx, &database.GetExascaleDbStorageVaultArgs{
			ExascaleDbStorageVaultId: testExascaleDbStorageVaultOciDatabaseExascaleDbStorageVault.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 testExascaleDbStorageVault = Oci.Database.GetExascaleDbStorageVault.Invoke(new()
    {
        ExascaleDbStorageVaultId = testExascaleDbStorageVaultOciDatabaseExascaleDbStorageVault.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetExascaleDbStorageVaultArgs;
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 testExascaleDbStorageVault = DatabaseFunctions.getExascaleDbStorageVault(GetExascaleDbStorageVaultArgs.builder()
            .exascaleDbStorageVaultId(testExascaleDbStorageVaultOciDatabaseExascaleDbStorageVault.id())
            .build());
    }
}
variables:
  testExascaleDbStorageVault:
    fn::invoke:
      function: oci:Database:getExascaleDbStorageVault
      arguments:
        exascaleDbStorageVaultId: ${testExascaleDbStorageVaultOciDatabaseExascaleDbStorageVault.id}
Using getExascaleDbStorageVault
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 getExascaleDbStorageVault(args: GetExascaleDbStorageVaultArgs, opts?: InvokeOptions): Promise<GetExascaleDbStorageVaultResult>
function getExascaleDbStorageVaultOutput(args: GetExascaleDbStorageVaultOutputArgs, opts?: InvokeOptions): Output<GetExascaleDbStorageVaultResult>def get_exascale_db_storage_vault(exascale_db_storage_vault_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetExascaleDbStorageVaultResult
def get_exascale_db_storage_vault_output(exascale_db_storage_vault_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetExascaleDbStorageVaultResult]func LookupExascaleDbStorageVault(ctx *Context, args *LookupExascaleDbStorageVaultArgs, opts ...InvokeOption) (*LookupExascaleDbStorageVaultResult, error)
func LookupExascaleDbStorageVaultOutput(ctx *Context, args *LookupExascaleDbStorageVaultOutputArgs, opts ...InvokeOption) LookupExascaleDbStorageVaultResultOutput> Note: This function is named LookupExascaleDbStorageVault in the Go SDK.
public static class GetExascaleDbStorageVault 
{
    public static Task<GetExascaleDbStorageVaultResult> InvokeAsync(GetExascaleDbStorageVaultArgs args, InvokeOptions? opts = null)
    public static Output<GetExascaleDbStorageVaultResult> Invoke(GetExascaleDbStorageVaultInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExascaleDbStorageVaultResult> getExascaleDbStorageVault(GetExascaleDbStorageVaultArgs args, InvokeOptions options)
public static Output<GetExascaleDbStorageVaultResult> getExascaleDbStorageVault(GetExascaleDbStorageVaultArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Database/getExascaleDbStorageVault:getExascaleDbStorageVault
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ExascaleDb stringStorage Vault Id 
- The Exadata Database Storage Vault OCID.
- ExascaleDb stringStorage Vault Id 
- The Exadata Database Storage Vault OCID.
- exascaleDb StringStorage Vault Id 
- The Exadata Database Storage Vault OCID.
- exascaleDb stringStorage Vault Id 
- The Exadata Database Storage Vault OCID.
- exascale_db_ strstorage_ vault_ id 
- The Exadata Database Storage Vault OCID.
- exascaleDb StringStorage Vault Id 
- The Exadata Database Storage Vault OCID.
getExascaleDbStorageVault Result
The following output properties are available:
- AdditionalFlash intCache In Percent 
- The size of additional Flash Cache in percentage of High Capacity database storage.
- AvailabilityDomain string
- The name of the availability domain in which the Exadata Database Storage Vault is located.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Exadata Infrastructure.
- CompartmentId string
- The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Description string
- Exadata Database Storage Vault description.
- DisplayName string
- The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- ExadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- ExascaleDb stringStorage Vault Id 
- 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"}
- HighCapacity List<GetDatabase Storages Exascale Db Storage Vault High Capacity Database Storage> 
- Exadata Database Storage Details
- Id string
- The OCID of the Exadata Database Storage Vault.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- State string
- The current state of the Exadata Database Storage Vault.
- SubscriptionId string
- The OCID of the subscription with which resource needs to be associated with.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- TimeCreated string
- The date and time that the Exadata Database Storage Vault was created.
- TimeZone string
- The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
- VmCluster intCount 
- The number of Exadata VM clusters used the Exadata Database Storage Vault.
- VmCluster List<string>Ids 
- The List of Exadata VM cluster on Exascale Infrastructure OCIDs Note: If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
- AdditionalFlash intCache In Percent 
- The size of additional Flash Cache in percentage of High Capacity database storage.
- AvailabilityDomain string
- The name of the availability domain in which the Exadata Database Storage Vault is located.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Exadata Infrastructure.
- CompartmentId string
- The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Description string
- Exadata Database Storage Vault description.
- DisplayName string
- The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- ExadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- ExascaleDb stringStorage Vault Id 
- 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"}
- HighCapacity []GetDatabase Storages Exascale Db Storage Vault High Capacity Database Storage 
- Exadata Database Storage Details
- Id string
- The OCID of the Exadata Database Storage Vault.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- State string
- The current state of the Exadata Database Storage Vault.
- SubscriptionId string
- The OCID of the subscription with which resource needs to be associated with.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- TimeCreated string
- The date and time that the Exadata Database Storage Vault was created.
- TimeZone string
- The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
- VmCluster intCount 
- The number of Exadata VM clusters used the Exadata Database Storage Vault.
- VmCluster []stringIds 
- The List of Exadata VM cluster on Exascale Infrastructure OCIDs Note: If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
- additionalFlash IntegerCache In Percent 
- The size of additional Flash Cache in percentage of High Capacity database storage.
- availabilityDomain String
- The name of the availability domain in which the Exadata Database Storage Vault is located.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the Exadata Infrastructure.
- compartmentId String
- The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- description String
- Exadata Database Storage Vault description.
- displayName String
- The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- exadataInfrastructure StringId 
- The OCID of the Exadata infrastructure.
- exascaleDb StringStorage Vault Id 
- 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"}
- highCapacity List<GetDatabase Storages Exascale Db Storage Vault High Capacity Storage> 
- Exadata Database Storage Details
- id String
- The OCID of the Exadata Database Storage Vault.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- state String
- The current state of the Exadata Database Storage Vault.
- subscriptionId String
- The OCID of the subscription with which resource needs to be associated with.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated String
- The date and time that the Exadata Database Storage Vault was created.
- timeZone String
- The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
- vmCluster IntegerCount 
- The number of Exadata VM clusters used the Exadata Database Storage Vault.
- vmCluster List<String>Ids 
- The List of Exadata VM cluster on Exascale Infrastructure OCIDs Note: If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
- additionalFlash numberCache In Percent 
- The size of additional Flash Cache in percentage of High Capacity database storage.
- availabilityDomain string
- The name of the availability domain in which the Exadata Database Storage Vault is located.
- clusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Exadata Infrastructure.
- compartmentId string
- The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- description string
- Exadata Database Storage Vault description.
- displayName string
- The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- exadataInfrastructure stringId 
- The OCID of the Exadata infrastructure.
- exascaleDb stringStorage Vault Id 
- {[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"}
- highCapacity GetDatabase Storages Exascale Db Storage Vault High Capacity Database Storage[] 
- Exadata Database Storage Details
- id string
- The OCID of the Exadata Database Storage Vault.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- state string
- The current state of the Exadata Database Storage Vault.
- subscriptionId string
- The OCID of the subscription with which resource needs to be associated with.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated string
- The date and time that the Exadata Database Storage Vault was created.
- timeZone string
- The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
- vmCluster numberCount 
- The number of Exadata VM clusters used the Exadata Database Storage Vault.
- vmCluster string[]Ids 
- The List of Exadata VM cluster on Exascale Infrastructure OCIDs Note: If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
- additional_flash_ intcache_ in_ percent 
- The size of additional Flash Cache in percentage of High Capacity database storage.
- availability_domain str
- The name of the availability domain in which the Exadata Database Storage Vault is located.
- cluster_placement_ strgroup_ id 
- The OCID of the cluster placement group of the Exadata Infrastructure.
- compartment_id str
- The OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- description str
- Exadata Database Storage Vault description.
- display_name str
- The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- exadata_infrastructure_ strid 
- The OCID of the Exadata infrastructure.
- exascale_db_ strstorage_ vault_ id 
- 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"}
- high_capacity_ Sequence[Getdatabase_ storages Exascale Db Storage Vault High Capacity Database Storage] 
- Exadata Database Storage Details
- id str
- The OCID of the Exadata Database Storage Vault.
- lifecycle_details str
- Additional information about the current lifecycle state.
- state str
- The current state of the Exadata Database Storage Vault.
- subscription_id str
- The OCID of the subscription with which resource needs to be associated with.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time_created str
- The date and time that the Exadata Database Storage Vault was created.
- time_zone str
- The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
- vm_cluster_ intcount 
- The number of Exadata VM clusters used the Exadata Database Storage Vault.
- vm_cluster_ Sequence[str]ids 
- The List of Exadata VM cluster on Exascale Infrastructure OCIDs Note: If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
- additionalFlash NumberCache In Percent 
- The size of additional Flash Cache in percentage of High Capacity database storage.
- availabilityDomain String
- The name of the availability domain in which the Exadata Database Storage Vault is located.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the Exadata Infrastructure.
- compartmentId String
- The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- description String
- Exadata Database Storage Vault description.
- displayName String
- The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- exadataInfrastructure StringId 
- The OCID of the Exadata infrastructure.
- exascaleDb StringStorage Vault Id 
- 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"}
- highCapacity List<Property Map>Database Storages 
- Exadata Database Storage Details
- id String
- The OCID of the Exadata Database Storage Vault.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- state String
- The current state of the Exadata Database Storage Vault.
- subscriptionId String
- The OCID of the subscription with which resource needs to be associated with.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated String
- The date and time that the Exadata Database Storage Vault was created.
- timeZone String
- The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
- vmCluster NumberCount 
- The number of Exadata VM clusters used the Exadata Database Storage Vault.
- vmCluster List<String>Ids 
- The List of Exadata VM cluster on Exascale Infrastructure OCIDs Note: If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
Supporting Types
GetExascaleDbStorageVaultHighCapacityDatabaseStorage        
- AvailableSize intIn Gbs 
- Available Capacity
- TotalSize intIn Gbs 
- Total Capacity
- AvailableSize intIn Gbs 
- Available Capacity
- TotalSize intIn Gbs 
- Total Capacity
- availableSize IntegerIn Gbs 
- Available Capacity
- totalSize IntegerIn Gbs 
- Total Capacity
- availableSize numberIn Gbs 
- Available Capacity
- totalSize numberIn Gbs 
- Total Capacity
- available_size_ intin_ gbs 
- Available Capacity
- total_size_ intin_ gbs 
- Total Capacity
- availableSize NumberIn Gbs 
- Available Capacity
- totalSize NumberIn Gbs 
- Total Capacity
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.