Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 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 GetExascaleDbStorageVault(ctx *Context, args *GetExascaleDbStorageVaultArgs, opts ...InvokeOption) (*GetExascaleDbStorageVaultResult, error)
func GetExascaleDbStorageVaultOutput(ctx *Context, args *GetExascaleDbStorageVaultOutputArgs, opts ...InvokeOption) GetExascaleDbStorageVaultResultOutput
> Note: This function is named GetExascaleDbStorageVault
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Database/getExascaleDbStorageVault:getExascaleDbStorageVault
arguments:
# arguments dictionary
The following arguments are supported:
- Exascale
Db stringStorage Vault Id - The Exadata Database Storage Vault OCID.
- Exascale
Db stringStorage Vault Id - The Exadata Database Storage Vault OCID.
- exascale
Db StringStorage Vault Id - The Exadata Database Storage Vault OCID.
- exascale
Db stringStorage Vault Id - The Exadata Database Storage Vault OCID.
- exascale_
db_ strstorage_ vault_ id - The Exadata Database Storage Vault OCID.
- exascale
Db StringStorage Vault Id - The Exadata Database Storage Vault OCID.
getExascaleDbStorageVault Result
The following output properties are available:
- Additional
Flash intCache In Percent - The size of additional Flash Cache in percentage of High Capacity database storage.
- Availability
Domain string - The name of the availability domain in which the Exadata Database Storage Vault is located.
- Compartment
Id 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.
- Display
Name string - The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- Exascale
Db 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"}
- High
Capacity 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.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- State string
- The current state of the Exadata Database Storage Vault.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Time
Created string - The date and time that the Exadata Database Storage Vault was created.
- Time
Zone string - 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 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.
- Additional
Flash intCache In Percent - The size of additional Flash Cache in percentage of High Capacity database storage.
- Availability
Domain string - The name of the availability domain in which the Exadata Database Storage Vault is located.
- Compartment
Id 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.
- Display
Name string - The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- Exascale
Db 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"}
- High
Capacity []GetDatabase Storages Exascale Db Storage Vault High Capacity Database Storage - Exadata Database Storage Details
- Id string
- The OCID of the Exadata Database Storage Vault.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- State string
- The current state of the Exadata Database Storage Vault.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Time
Created string - The date and time that the Exadata Database Storage Vault was created.
- Time
Zone string - 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 []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.
- additional
Flash IntegerCache In Percent - The size of additional Flash Cache in percentage of High Capacity database storage.
- availability
Domain String - The name of the availability domain in which the Exadata Database Storage Vault is located.
- compartment
Id 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.
- display
Name String - The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- exascale
Db 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"}
- high
Capacity List<GetDatabase Storages Exascale Db Storage Vault High Capacity Storage> - Exadata Database Storage Details
- id String
- The OCID of the Exadata Database Storage Vault.
- lifecycle
Details String - Additional information about the current lifecycle state.
- state String
- The current state of the Exadata Database Storage Vault.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created String - The date and time that the Exadata Database Storage Vault was created.
- time
Zone String - The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
- vm
Cluster IntegerCount - The number of Exadata VM clusters used the Exadata Database Storage Vault.
- vm
Cluster 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.
- additional
Flash numberCache In Percent - The size of additional Flash Cache in percentage of High Capacity database storage.
- availability
Domain string - The name of the availability domain in which the Exadata Database Storage Vault is located.
- compartment
Id 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.
- display
Name string - The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- exascale
Db 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"}
- high
Capacity GetDatabase Storages Exascale Db Storage Vault High Capacity Database Storage[] - Exadata Database Storage Details
- id string
- The OCID of the Exadata Database Storage Vault.
- lifecycle
Details string - Additional information about the current lifecycle state.
- state string
- The current state of the Exadata Database Storage Vault.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created string - The date and time that the Exadata Database Storage Vault was created.
- time
Zone string - The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
- vm
Cluster numberCount - The number of Exadata VM clusters used the Exadata Database Storage Vault.
- vm
Cluster 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.
- 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.
- 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[database.database_ storages Get 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.
- 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.
- additional
Flash NumberCache In Percent - The size of additional Flash Cache in percentage of High Capacity database storage.
- availability
Domain String - The name of the availability domain in which the Exadata Database Storage Vault is located.
- compartment
Id 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.
- display
Name String - The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- exascale
Db 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"}
- high
Capacity List<Property Map>Database Storages - Exadata Database Storage Details
- id String
- The OCID of the Exadata Database Storage Vault.
- lifecycle
Details String - Additional information about the current lifecycle state.
- state String
- The current state of the Exadata Database Storage Vault.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created String - The date and time that the Exadata Database Storage Vault was created.
- time
Zone String - The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
- vm
Cluster NumberCount - The number of Exadata VM clusters used the Exadata Database Storage Vault.
- vm
Cluster 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
- Available
Size intIn Gbs - Available Capacity
- Total
Size intIn Gbs - Total Capacity
- Available
Size intIn Gbs - Available Capacity
- Total
Size intIn Gbs - Total Capacity
- available
Size IntegerIn Gbs - Available Capacity
- total
Size IntegerIn Gbs - Total Capacity
- available
Size numberIn Gbs - Available Capacity
- total
Size numberIn Gbs - Total Capacity
- available_
size_ intin_ gbs - Available Capacity
- total_
size_ intin_ gbs - Total Capacity
- available
Size NumberIn Gbs - Available Capacity
- total
Size NumberIn Gbs - Total Capacity
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.