Oracle Cloud Infrastructure v3.8.0 published on Thursday, Sep 18, 2025 by Pulumi
oci.Database.getExascaleDbStorageVaults
Explore with Pulumi AI
This data source provides the list of Exascale Db Storage Vaults in Oracle Cloud Infrastructure Database service.
Gets a list of the Exadata Database Storage Vaults in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExascaleDbStorageVaults = oci.Database.getExascaleDbStorageVaults({
compartmentId: compartmentId,
attachedShapeAttributes: exascaleDbStorageVaultAttachedShapeAttributes,
attachedShapeAttributesNotEqualTo: exascaleDbStorageVaultAttachedShapeAttributesNotEqualTo,
clusterPlacementGroupId: testClusterPlacementGroup.id,
displayName: exascaleDbStorageVaultDisplayName,
exadataInfrastructureId: testExadataInfrastructure.id,
state: exascaleDbStorageVaultState,
vmClusterCountGreaterThanOrEqualTo: exascaleDbStorageVaultVmClusterCountGreaterThanOrEqualTo,
vmClusterCountLessThanOrEqualTo: exascaleDbStorageVaultVmClusterCountLessThanOrEqualTo,
});
import pulumi
import pulumi_oci as oci
test_exascale_db_storage_vaults = oci.Database.get_exascale_db_storage_vaults(compartment_id=compartment_id,
attached_shape_attributes=exascale_db_storage_vault_attached_shape_attributes,
attached_shape_attributes_not_equal_to=exascale_db_storage_vault_attached_shape_attributes_not_equal_to,
cluster_placement_group_id=test_cluster_placement_group["id"],
display_name=exascale_db_storage_vault_display_name,
exadata_infrastructure_id=test_exadata_infrastructure["id"],
state=exascale_db_storage_vault_state,
vm_cluster_count_greater_than_or_equal_to=exascale_db_storage_vault_vm_cluster_count_greater_than_or_equal_to,
vm_cluster_count_less_than_or_equal_to=exascale_db_storage_vault_vm_cluster_count_less_than_or_equal_to)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := database.GetExascaleDbStorageVaults(ctx, &database.GetExascaleDbStorageVaultsArgs{
CompartmentId: compartmentId,
AttachedShapeAttributes: pulumi.StringRef(exascaleDbStorageVaultAttachedShapeAttributes),
AttachedShapeAttributesNotEqualTo: pulumi.StringRef(exascaleDbStorageVaultAttachedShapeAttributesNotEqualTo),
ClusterPlacementGroupId: pulumi.StringRef(testClusterPlacementGroup.Id),
DisplayName: pulumi.StringRef(exascaleDbStorageVaultDisplayName),
ExadataInfrastructureId: pulumi.StringRef(testExadataInfrastructure.Id),
State: pulumi.StringRef(exascaleDbStorageVaultState),
VmClusterCountGreaterThanOrEqualTo: pulumi.IntRef(exascaleDbStorageVaultVmClusterCountGreaterThanOrEqualTo),
VmClusterCountLessThanOrEqualTo: pulumi.IntRef(exascaleDbStorageVaultVmClusterCountLessThanOrEqualTo),
}, 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 testExascaleDbStorageVaults = Oci.Database.GetExascaleDbStorageVaults.Invoke(new()
{
CompartmentId = compartmentId,
AttachedShapeAttributes = exascaleDbStorageVaultAttachedShapeAttributes,
AttachedShapeAttributesNotEqualTo = exascaleDbStorageVaultAttachedShapeAttributesNotEqualTo,
ClusterPlacementGroupId = testClusterPlacementGroup.Id,
DisplayName = exascaleDbStorageVaultDisplayName,
ExadataInfrastructureId = testExadataInfrastructure.Id,
State = exascaleDbStorageVaultState,
VmClusterCountGreaterThanOrEqualTo = exascaleDbStorageVaultVmClusterCountGreaterThanOrEqualTo,
VmClusterCountLessThanOrEqualTo = exascaleDbStorageVaultVmClusterCountLessThanOrEqualTo,
});
});
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.GetExascaleDbStorageVaultsArgs;
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 testExascaleDbStorageVaults = DatabaseFunctions.getExascaleDbStorageVaults(GetExascaleDbStorageVaultsArgs.builder()
.compartmentId(compartmentId)
.attachedShapeAttributes(exascaleDbStorageVaultAttachedShapeAttributes)
.attachedShapeAttributesNotEqualTo(exascaleDbStorageVaultAttachedShapeAttributesNotEqualTo)
.clusterPlacementGroupId(testClusterPlacementGroup.id())
.displayName(exascaleDbStorageVaultDisplayName)
.exadataInfrastructureId(testExadataInfrastructure.id())
.state(exascaleDbStorageVaultState)
.vmClusterCountGreaterThanOrEqualTo(exascaleDbStorageVaultVmClusterCountGreaterThanOrEqualTo)
.vmClusterCountLessThanOrEqualTo(exascaleDbStorageVaultVmClusterCountLessThanOrEqualTo)
.build());
}
}
variables:
testExascaleDbStorageVaults:
fn::invoke:
function: oci:Database:getExascaleDbStorageVaults
arguments:
compartmentId: ${compartmentId}
attachedShapeAttributes: ${exascaleDbStorageVaultAttachedShapeAttributes}
attachedShapeAttributesNotEqualTo: ${exascaleDbStorageVaultAttachedShapeAttributesNotEqualTo}
clusterPlacementGroupId: ${testClusterPlacementGroup.id}
displayName: ${exascaleDbStorageVaultDisplayName}
exadataInfrastructureId: ${testExadataInfrastructure.id}
state: ${exascaleDbStorageVaultState}
vmClusterCountGreaterThanOrEqualTo: ${exascaleDbStorageVaultVmClusterCountGreaterThanOrEqualTo}
vmClusterCountLessThanOrEqualTo: ${exascaleDbStorageVaultVmClusterCountLessThanOrEqualTo}
Using getExascaleDbStorageVaults
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 getExascaleDbStorageVaults(args: GetExascaleDbStorageVaultsArgs, opts?: InvokeOptions): Promise<GetExascaleDbStorageVaultsResult>
function getExascaleDbStorageVaultsOutput(args: GetExascaleDbStorageVaultsOutputArgs, opts?: InvokeOptions): Output<GetExascaleDbStorageVaultsResult>
def get_exascale_db_storage_vaults(attached_shape_attributes: Optional[str] = None,
attached_shape_attributes_not_equal_to: Optional[str] = None,
cluster_placement_group_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
exadata_infrastructure_id: Optional[str] = None,
filters: Optional[Sequence[GetExascaleDbStorageVaultsFilter]] = None,
state: Optional[str] = None,
vm_cluster_count_greater_than_or_equal_to: Optional[int] = None,
vm_cluster_count_less_than_or_equal_to: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetExascaleDbStorageVaultsResult
def get_exascale_db_storage_vaults_output(attached_shape_attributes: Optional[pulumi.Input[str]] = None,
attached_shape_attributes_not_equal_to: Optional[pulumi.Input[str]] = None,
cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetExascaleDbStorageVaultsFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
vm_cluster_count_greater_than_or_equal_to: Optional[pulumi.Input[int]] = None,
vm_cluster_count_less_than_or_equal_to: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExascaleDbStorageVaultsResult]
func GetExascaleDbStorageVaults(ctx *Context, args *GetExascaleDbStorageVaultsArgs, opts ...InvokeOption) (*GetExascaleDbStorageVaultsResult, error)
func GetExascaleDbStorageVaultsOutput(ctx *Context, args *GetExascaleDbStorageVaultsOutputArgs, opts ...InvokeOption) GetExascaleDbStorageVaultsResultOutput
> Note: This function is named GetExascaleDbStorageVaults
in the Go SDK.
public static class GetExascaleDbStorageVaults
{
public static Task<GetExascaleDbStorageVaultsResult> InvokeAsync(GetExascaleDbStorageVaultsArgs args, InvokeOptions? opts = null)
public static Output<GetExascaleDbStorageVaultsResult> Invoke(GetExascaleDbStorageVaultsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExascaleDbStorageVaultsResult> getExascaleDbStorageVaults(GetExascaleDbStorageVaultsArgs args, InvokeOptions options)
public static Output<GetExascaleDbStorageVaultsResult> getExascaleDbStorageVaults(GetExascaleDbStorageVaultsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getExascaleDbStorageVaults:getExascaleDbStorageVaults
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The compartment OCID.
- Attached
Shape stringAttributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- Attached
Shape stringAttributes Not Equal To - A filter to return only Exadata Database Storage Vaults which do not match the given attachedShapeAttributes
- Cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Exadata
Infrastructure stringId - A filter to return only list of Vaults that are linked to the exadata infrastructure Id.
- Filters
List<Get
Exascale Db Storage Vaults Filter> - State string
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- Vm
Cluster intCount Greater Than Or Equal To - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters greater than or equal to the given count
- Vm
Cluster intCount Less Than Or Equal To - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters less than or equal to the given count
- Compartment
Id string - The compartment OCID.
- Attached
Shape stringAttributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- Attached
Shape stringAttributes Not Equal To - A filter to return only Exadata Database Storage Vaults which do not match the given attachedShapeAttributes
- Cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Exadata
Infrastructure stringId - A filter to return only list of Vaults that are linked to the exadata infrastructure Id.
- Filters
[]Get
Exascale Db Storage Vaults Filter - State string
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- Vm
Cluster intCount Greater Than Or Equal To - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters greater than or equal to the given count
- Vm
Cluster intCount Less Than Or Equal To - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters less than or equal to the given count
- compartment
Id String - The compartment OCID.
- attached
Shape StringAttributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- attached
Shape StringAttributes Not Equal To - A filter to return only Exadata Database Storage Vaults which do not match the given attachedShapeAttributes
- cluster
Placement StringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure StringId - A filter to return only list of Vaults that are linked to the exadata infrastructure Id.
- filters
List<Get
Exascale Db Storage Vaults Filter> - state String
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- vm
Cluster IntegerCount Greater Than Or Equal To - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters greater than or equal to the given count
- vm
Cluster IntegerCount Less Than Or Equal To - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters less than or equal to the given count
- compartment
Id string - The compartment OCID.
- attached
Shape stringAttributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- attached
Shape stringAttributes Not Equal To - A filter to return only Exadata Database Storage Vaults which do not match the given attachedShapeAttributes
- cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure stringId - A filter to return only list of Vaults that are linked to the exadata infrastructure Id.
- filters
Get
Exascale Db Storage Vaults Filter[] - state string
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- vm
Cluster numberCount Greater Than Or Equal To - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters greater than or equal to the given count
- vm
Cluster numberCount Less Than Or Equal To - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters less than or equal to the given count
- compartment_
id str - The compartment OCID.
- attached_
shape_ strattributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- attached_
shape_ strattributes_ not_ equal_ to - A filter to return only Exadata Database Storage Vaults which do not match the given attachedShapeAttributes
- cluster_
placement_ strgroup_ id - A filter to return only resources that match the given cluster placement group ID exactly.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata_
infrastructure_ strid - A filter to return only list of Vaults that are linked to the exadata infrastructure Id.
- filters
Sequence[Get
Exascale Db Storage Vaults Filter] - state str
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- vm_
cluster_ intcount_ greater_ than_ or_ equal_ to - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters greater than or equal to the given count
- vm_
cluster_ intcount_ less_ than_ or_ equal_ to - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters less than or equal to the given count
- compartment
Id String - The compartment OCID.
- attached
Shape StringAttributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- attached
Shape StringAttributes Not Equal To - A filter to return only Exadata Database Storage Vaults which do not match the given attachedShapeAttributes
- cluster
Placement StringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure StringId - A filter to return only list of Vaults that are linked to the exadata infrastructure Id.
- filters List<Property Map>
- state String
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- vm
Cluster NumberCount Greater Than Or Equal To - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters greater than or equal to the given count
- vm
Cluster NumberCount Less Than Or Equal To - A filter to return only Exadata Database Storage Vaults with associated Exadata VM Clusters less than or equal to the given count
getExascaleDbStorageVaults Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Exascale
Db List<GetStorage Vaults Exascale Db Storage Vaults Exascale Db Storage Vault> - The list of exascale_db_storage_vaults.
- Id string
- The provider-assigned unique ID for this managed resource.
- Attached
Shape stringAttributes - The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
- Attached
Shape stringAttributes Not Equal To - Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure or Db System.
- Display
Name string - The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- Exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- Filters
List<Get
Exascale Db Storage Vaults Filter> - State string
- The current state of the Exadata Database Storage Vault.
- Vm
Cluster intCount Greater Than Or Equal To - Vm
Cluster intCount Less Than Or Equal To
- Compartment
Id string - The OCID of the compartment.
- Exascale
Db []GetStorage Vaults Exascale Db Storage Vaults Exascale Db Storage Vault - The list of exascale_db_storage_vaults.
- Id string
- The provider-assigned unique ID for this managed resource.
- Attached
Shape stringAttributes - The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
- Attached
Shape stringAttributes Not Equal To - Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure or Db System.
- Display
Name string - The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- Exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- Filters
[]Get
Exascale Db Storage Vaults Filter - State string
- The current state of the Exadata Database Storage Vault.
- Vm
Cluster intCount Greater Than Or Equal To - Vm
Cluster intCount Less Than Or Equal To
- compartment
Id String - The OCID of the compartment.
- exascale
Db List<GetStorage Vaults Exascale Db Storage Vaults Exascale Db Storage Vault> - The list of exascale_db_storage_vaults.
- id String
- The provider-assigned unique ID for this managed resource.
- attached
Shape StringAttributes - The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
- attached
Shape StringAttributes Not Equal To - cluster
Placement StringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure or Db System.
- display
Name String - The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- exadata
Infrastructure StringId - The OCID of the Exadata infrastructure.
- filters
List<Get
Exascale Db Storage Vaults Filter> - state String
- The current state of the Exadata Database Storage Vault.
- vm
Cluster IntegerCount Greater Than Or Equal To - vm
Cluster IntegerCount Less Than Or Equal To
- compartment
Id string - The OCID of the compartment.
- exascale
Db GetStorage Vaults Exascale Db Storage Vaults Exascale Db Storage Vault[] - The list of exascale_db_storage_vaults.
- id string
- The provider-assigned unique ID for this managed resource.
- attached
Shape stringAttributes - The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
- attached
Shape stringAttributes Not Equal To - cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure or Db System.
- display
Name string - The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- filters
Get
Exascale Db Storage Vaults Filter[] - state string
- The current state of the Exadata Database Storage Vault.
- vm
Cluster numberCount Greater Than Or Equal To - vm
Cluster numberCount Less Than Or Equal To
- compartment_
id str - The OCID of the compartment.
- exascale_
db_ Sequence[Getstorage_ vaults Exascale Db Storage Vaults Exascale Db Storage Vault] - The list of exascale_db_storage_vaults.
- id str
- The provider-assigned unique ID for this managed resource.
- attached_
shape_ strattributes - The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
- attached_
shape_ strattributes_ not_ equal_ to - cluster_
placement_ strgroup_ id - The OCID of the cluster placement group of the Exadata Infrastructure or Db System.
- 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.
- filters
Sequence[Get
Exascale Db Storage Vaults Filter] - state str
- The current state of the Exadata Database Storage Vault.
- vm_
cluster_ intcount_ greater_ than_ or_ equal_ to - vm_
cluster_ intcount_ less_ than_ or_ equal_ to
- compartment
Id String - The OCID of the compartment.
- exascale
Db List<Property Map>Storage Vaults - The list of exascale_db_storage_vaults.
- id String
- The provider-assigned unique ID for this managed resource.
- attached
Shape StringAttributes - The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
- attached
Shape StringAttributes Not Equal To - cluster
Placement StringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure or Db System.
- display
Name String - The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
- exadata
Infrastructure StringId - The OCID of the Exadata infrastructure.
- filters List<Property Map>
- state String
- The current state of the Exadata Database Storage Vault.
- vm
Cluster NumberCount Greater Than Or Equal To - vm
Cluster NumberCount Less Than Or Equal To
Supporting Types
GetExascaleDbStorageVaultsExascaleDbStorageVault
- Additional
Flash intCache In Percent - The size of additional Flash Cache in percentage of High Capacity database storage.
- Attached
Shape List<string>Attributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- Autoscale
Limit intIn Gbs - Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
- Availability
Domain string - The name of the availability domain in which the Exadata Database Storage Vault is located.
- Cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- Compartment
Id string - The compartment OCID.
- 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 - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Exadata
Infrastructure stringId - A filter to return only list of Vaults that are linked to the exadata infrastructure 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 Vaults Exascale Db Storage Vault High Capacity Database Storage> - Exadata Database Storage Details
- Id string
- The OCID of the Exadata Database Storage Vault.
- Is
Autoscale boolEnabled - Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is
FALSE
. - Lifecycle
Details string - Additional information about the current lifecycle state.
- State string
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- Subscription
Id 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.
- 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.
- Attached
Shape []stringAttributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- Autoscale
Limit intIn Gbs - Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
- Availability
Domain string - The name of the availability domain in which the Exadata Database Storage Vault is located.
- Cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- Compartment
Id string - The compartment OCID.
- 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 - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Exadata
Infrastructure stringId - A filter to return only list of Vaults that are linked to the exadata infrastructure 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 Vaults Exascale Db Storage Vault High Capacity Database Storage - Exadata Database Storage Details
- Id string
- The OCID of the Exadata Database Storage Vault.
- Is
Autoscale boolEnabled - Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is
FALSE
. - Lifecycle
Details string - Additional information about the current lifecycle state.
- State string
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- Subscription
Id 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.
- 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.
- attached
Shape List<String>Attributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- autoscale
Limit IntegerIn Gbs - Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
- availability
Domain String - The name of the availability domain in which the Exadata Database Storage Vault is located.
- cluster
Placement StringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment
Id String - The compartment OCID.
- 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 - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure StringId - A filter to return only list of Vaults that are linked to the exadata infrastructure 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 Vaults Exascale Db Storage Vault High Capacity Storage> - Exadata Database Storage Details
- id String
- The OCID of the Exadata Database Storage Vault.
- is
Autoscale BooleanEnabled - Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is
FALSE
. - lifecycle
Details String - Additional information about the current lifecycle state.
- state String
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- subscription
Id 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.
- 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.
- attached
Shape string[]Attributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- autoscale
Limit numberIn Gbs - Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
- availability
Domain string - The name of the availability domain in which the Exadata Database Storage Vault is located.
- cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment
Id string - The compartment OCID.
- {[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 - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure stringId - A filter to return only list of Vaults that are linked to the exadata infrastructure 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 Vaults Exascale Db Storage Vault High Capacity Database Storage[] - Exadata Database Storage Details
- id string
- The OCID of the Exadata Database Storage Vault.
- is
Autoscale booleanEnabled - Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is
FALSE
. - lifecycle
Details string - Additional information about the current lifecycle state.
- state string
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- subscription
Id 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.
- 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.
- attached_
shape_ Sequence[str]attributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- autoscale_
limit_ intin_ gbs - Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
- availability_
domain str - The name of the availability domain in which the Exadata Database Storage Vault is located.
- cluster_
placement_ strgroup_ id - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment_
id str - The compartment OCID.
- 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 - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata_
infrastructure_ strid - A filter to return only list of Vaults that are linked to the exadata infrastructure 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 Vaults Exascale Db Storage Vault High Capacity Database Storage] - Exadata Database Storage Details
- id str
- The OCID of the Exadata Database Storage Vault.
- is_
autoscale_ boolenabled - Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is
FALSE
. - lifecycle_
details str - Additional information about the current lifecycle state.
- state str
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- 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.
- additional
Flash NumberCache In Percent - The size of additional Flash Cache in percentage of High Capacity database storage.
- attached
Shape List<String>Attributes - A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
- autoscale
Limit NumberIn Gbs - Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
- availability
Domain String - The name of the availability domain in which the Exadata Database Storage Vault is located.
- cluster
Placement StringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment
Id String - The compartment OCID.
- 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 - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- exadata
Infrastructure StringId - A filter to return only list of Vaults that are linked to the exadata infrastructure 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.
- is
Autoscale BooleanEnabled - Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is
FALSE
. - lifecycle
Details String - Additional information about the current lifecycle state.
- state String
- A filter to return only Exadata Database Storage Vaults that match the given lifecycle state exactly.
- subscription
Id 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.
- 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.
GetExascaleDbStorageVaultsExascaleDbStorageVaultHighCapacityDatabaseStorage
- 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
GetExascaleDbStorageVaultsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.