published on Wednesday, Aug 5, 2026 by Pulumi
published on Wednesday, Aug 5, 2026 by Pulumi
List all ExascaleDbStorageVaults.
For more information see the API.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const myVaults = gcp.oracledatabase.getExascaleDbStorageVaults({
location: "us-east4",
});
import pulumi
import pulumi_gcp as gcp
my_vaults = gcp.oracledatabase.get_exascale_db_storage_vaults(location="us-east4")
package main
import (
"github.com/pulumi/pulumi-gcp/sdk/v9/go/gcp/oracledatabase"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oracledatabase.GetExascaleDbStorageVaults(ctx, &oracledatabase.GetExascaleDbStorageVaultsArgs{
Location: "us-east4",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() =>
{
var myVaults = Gcp.OracleDatabase.GetExascaleDbStorageVaults.Invoke(new()
{
Location = "us-east4",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.oracledatabase.OracledatabaseFunctions;
import com.pulumi.gcp.oracledatabase.inputs.GetExascaleDbStorageVaultsArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 myVaults = OracledatabaseFunctions.getExascaleDbStorageVaults(GetExascaleDbStorageVaultsArgs.builder()
.location("us-east4")
.build());
}
}
variables:
myVaults:
fn::invoke:
function: gcp:oracledatabase:getExascaleDbStorageVaults
arguments:
location: us-east4
pulumi {
required_providers {
gcp = {
source = "pulumi/gcp"
}
}
}
data "gcp_oracledatabase_getexascaledbstoragevaults" "myVaults" {
location = "us-east4"
}
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(location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExascaleDbStorageVaultsResult
def get_exascale_db_storage_vaults_output(location: pulumi.Input[Optional[str]] = None,
project: pulumi.Input[Optional[str]] = 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: gcp:oracledatabase/getExascaleDbStorageVaults:getExascaleDbStorageVaults
arguments:
# arguments dictionarydata "gcp_oracledatabase_get_exascale_db_storage_vaults" "name" {
# arguments
}The following arguments are supported:
getExascaleDbStorageVaults Result
The following output properties are available:
- Exascale
Db List<GetStorage Vaults Exascale Db Storage Vaults Exascale Db Storage Vault> - A list of ExascaleDbStorageVaults. See gcp.oracledatabase.ExascaleDbStorageVault resource for details of the available attributes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- Exascale
Db []GetStorage Vaults Exascale Db Storage Vaults Exascale Db Storage Vault - A list of ExascaleDbStorageVaults. See gcp.oracledatabase.ExascaleDbStorageVault resource for details of the available attributes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- exascale_
db_ list(object)storage_ vaults - A list of ExascaleDbStorageVaults. See gcp.oracledatabase.ExascaleDbStorageVault resource for details of the available attributes.
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- project string
- exascale
Db List<GetStorage Vaults Exascale Db Storage Vaults Exascale Db Storage Vault> - A list of ExascaleDbStorageVaults. See gcp.oracledatabase.ExascaleDbStorageVault resource for details of the available attributes.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
- exascale
Db GetStorage Vaults Exascale Db Storage Vaults Exascale Db Storage Vault[] - A list of ExascaleDbStorageVaults. See gcp.oracledatabase.ExascaleDbStorageVault resource for details of the available attributes.
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- project string
- exascale_
db_ Sequence[Getstorage_ vaults Exascale Db Storage Vaults Exascale Db Storage Vault] - A list of ExascaleDbStorageVaults. See gcp.oracledatabase.ExascaleDbStorageVault resource for details of the available attributes.
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- project str
- exascale
Db List<Property Map>Storage Vaults - A list of ExascaleDbStorageVaults. See gcp.oracledatabase.ExascaleDbStorageVault resource for details of the available attributes.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
Supporting Types
GetExascaleDbStorageVaultsExascaleDbStorageVault
- Create
Time string - The date and time when the ExascaleDbStorageVault was created.
- Deletion
Policy string - Whether Terraform will be prevented from destroying the instance. Defaults to "DELETE". When a 'terraform destroy' or 'terraform apply' would delete the instance, the command will fail if this field is set to "PREVENT" in Terraform state. When set to "ABANDON", the command will remove the resource from Terraform management without updating or deleting the resource in the API. When set to "DELETE", deleting the resource is allowed.
- Deletion
Protection bool - Whether or not to allow Terraform to destroy the instance. Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail.
- Display
Name string - The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
- Effective
Labels Dictionary<string, string> - All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other clients and services.
- Entitlement
Id string - The ID of the subscription entitlement associated with the ExascaleDbStorageVault.
- Exadata
Infrastructure string - The Exadata Infrastructure resource on which ExascaleDbStorageVault resource is created. In the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_extradata_infrastructure}
- Exascale
Db stringStorage Vault Id - The ID of the ExascaleDbStorageVault to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- Gcp
Oracle stringZone - The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
- Labels Dictionary<string, string>
The labels or tags associated with the ExascaleDbStorageVault.
Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.
- Location string
- The location of the resource.
- Name string
- Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}
- Project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- Properties
List<Get
Exascale Db Storage Vaults Exascale Db Storage Vault Property> - The properties of the ExascaleDbStorageVault. next ID: 12
- Pulumi
Labels Dictionary<string, string> - The combination of labels configured directly on the resource and default labels configured on the provider.
- Create
Time string - The date and time when the ExascaleDbStorageVault was created.
- Deletion
Policy string - Whether Terraform will be prevented from destroying the instance. Defaults to "DELETE". When a 'terraform destroy' or 'terraform apply' would delete the instance, the command will fail if this field is set to "PREVENT" in Terraform state. When set to "ABANDON", the command will remove the resource from Terraform management without updating or deleting the resource in the API. When set to "DELETE", deleting the resource is allowed.
- Deletion
Protection bool - Whether or not to allow Terraform to destroy the instance. Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail.
- Display
Name string - The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
- Effective
Labels map[string]string - All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other clients and services.
- Entitlement
Id string - The ID of the subscription entitlement associated with the ExascaleDbStorageVault.
- Exadata
Infrastructure string - The Exadata Infrastructure resource on which ExascaleDbStorageVault resource is created. In the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_extradata_infrastructure}
- Exascale
Db stringStorage Vault Id - The ID of the ExascaleDbStorageVault to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- Gcp
Oracle stringZone - The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
- Labels map[string]string
The labels or tags associated with the ExascaleDbStorageVault.
Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.
- Location string
- The location of the resource.
- Name string
- Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}
- Project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- Properties
[]Get
Exascale Db Storage Vaults Exascale Db Storage Vault Property - The properties of the ExascaleDbStorageVault. next ID: 12
- Pulumi
Labels map[string]string - The combination of labels configured directly on the resource and default labels configured on the provider.
- create_
time string - The date and time when the ExascaleDbStorageVault was created.
- deletion_
policy string - Whether Terraform will be prevented from destroying the instance. Defaults to "DELETE". When a 'terraform destroy' or 'terraform apply' would delete the instance, the command will fail if this field is set to "PREVENT" in Terraform state. When set to "ABANDON", the command will remove the resource from Terraform management without updating or deleting the resource in the API. When set to "DELETE", deleting the resource is allowed.
- deletion_
protection bool - Whether or not to allow Terraform to destroy the instance. Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail.
- display_
name string - The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
- effective_
labels map(string) - All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other clients and services.
- entitlement_
id string - The ID of the subscription entitlement associated with the ExascaleDbStorageVault.
- exadata_
infrastructure string - The Exadata Infrastructure resource on which ExascaleDbStorageVault resource is created. In the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_extradata_infrastructure}
- exascale_
db_ stringstorage_ vault_ id - The ID of the ExascaleDbStorageVault to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- gcp_
oracle_ stringzone - The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
- labels map(string)
The labels or tags associated with the ExascaleDbStorageVault.
Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.
- location string
- The location of the resource.
- name string
- Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}
- project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties list(object)
- The properties of the ExascaleDbStorageVault. next ID: 12
- pulumi_
labels map(string) - The combination of labels configured directly on the resource and default labels configured on the provider.
- create
Time String - The date and time when the ExascaleDbStorageVault was created.
- deletion
Policy String - Whether Terraform will be prevented from destroying the instance. Defaults to "DELETE". When a 'terraform destroy' or 'terraform apply' would delete the instance, the command will fail if this field is set to "PREVENT" in Terraform state. When set to "ABANDON", the command will remove the resource from Terraform management without updating or deleting the resource in the API. When set to "DELETE", deleting the resource is allowed.
- deletion
Protection Boolean - Whether or not to allow Terraform to destroy the instance. Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail.
- display
Name String - The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
- effective
Labels Map<String,String> - All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other clients and services.
- entitlement
Id String - The ID of the subscription entitlement associated with the ExascaleDbStorageVault.
- exadata
Infrastructure String - The Exadata Infrastructure resource on which ExascaleDbStorageVault resource is created. In the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_extradata_infrastructure}
- exascale
Db StringStorage Vault Id - The ID of the ExascaleDbStorageVault to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- gcp
Oracle StringZone - The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
- labels Map<String,String>
The labels or tags associated with the ExascaleDbStorageVault.
Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.
- location String
- The location of the resource.
- name String
- Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}
- project String
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties
List<Get
Exascale Db Storage Vaults Exascale Db Storage Vault Property> - The properties of the ExascaleDbStorageVault. next ID: 12
- pulumi
Labels Map<String,String> - The combination of labels configured directly on the resource and default labels configured on the provider.
- create
Time string - The date and time when the ExascaleDbStorageVault was created.
- deletion
Policy string - Whether Terraform will be prevented from destroying the instance. Defaults to "DELETE". When a 'terraform destroy' or 'terraform apply' would delete the instance, the command will fail if this field is set to "PREVENT" in Terraform state. When set to "ABANDON", the command will remove the resource from Terraform management without updating or deleting the resource in the API. When set to "DELETE", deleting the resource is allowed.
- deletion
Protection boolean - Whether or not to allow Terraform to destroy the instance. Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail.
- display
Name string - The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
- effective
Labels {[key: string]: string} - All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other clients and services.
- entitlement
Id string - The ID of the subscription entitlement associated with the ExascaleDbStorageVault.
- exadata
Infrastructure string - The Exadata Infrastructure resource on which ExascaleDbStorageVault resource is created. In the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_extradata_infrastructure}
- exascale
Db stringStorage Vault Id - The ID of the ExascaleDbStorageVault to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- gcp
Oracle stringZone - The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
- labels {[key: string]: string}
The labels or tags associated with the ExascaleDbStorageVault.
Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.
- location string
- The location of the resource.
- name string
- Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}
- project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties
Get
Exascale Db Storage Vaults Exascale Db Storage Vault Property[] - The properties of the ExascaleDbStorageVault. next ID: 12
- pulumi
Labels {[key: string]: string} - The combination of labels configured directly on the resource and default labels configured on the provider.
- create_
time str - The date and time when the ExascaleDbStorageVault was created.
- deletion_
policy str - Whether Terraform will be prevented from destroying the instance. Defaults to "DELETE". When a 'terraform destroy' or 'terraform apply' would delete the instance, the command will fail if this field is set to "PREVENT" in Terraform state. When set to "ABANDON", the command will remove the resource from Terraform management without updating or deleting the resource in the API. When set to "DELETE", deleting the resource is allowed.
- deletion_
protection bool - Whether or not to allow Terraform to destroy the instance. Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail.
- display_
name str - The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
- effective_
labels Mapping[str, str] - All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other clients and services.
- entitlement_
id str - The ID of the subscription entitlement associated with the ExascaleDbStorageVault.
- exadata_
infrastructure str - The Exadata Infrastructure resource on which ExascaleDbStorageVault resource is created. In the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_extradata_infrastructure}
- exascale_
db_ strstorage_ vault_ id - The ID of the ExascaleDbStorageVault to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- gcp_
oracle_ strzone - The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
- labels Mapping[str, str]
The labels or tags associated with the ExascaleDbStorageVault.
Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.
- location str
- The location of the resource.
- name str
- Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}
- project str
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties
Sequence[Get
Exascale Db Storage Vaults Exascale Db Storage Vault Property] - The properties of the ExascaleDbStorageVault. next ID: 12
- pulumi_
labels Mapping[str, str] - The combination of labels configured directly on the resource and default labels configured on the provider.
- create
Time String - The date and time when the ExascaleDbStorageVault was created.
- deletion
Policy String - Whether Terraform will be prevented from destroying the instance. Defaults to "DELETE". When a 'terraform destroy' or 'terraform apply' would delete the instance, the command will fail if this field is set to "PREVENT" in Terraform state. When set to "ABANDON", the command will remove the resource from Terraform management without updating or deleting the resource in the API. When set to "DELETE", deleting the resource is allowed.
- deletion
Protection Boolean - Whether or not to allow Terraform to destroy the instance. Unless this field is set to false in Terraform state, a terraform destroy or terraform apply that would delete the instance will fail.
- display
Name String - The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
- effective
Labels Map<String> - All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other clients and services.
- entitlement
Id String - The ID of the subscription entitlement associated with the ExascaleDbStorageVault.
- exadata
Infrastructure String - The Exadata Infrastructure resource on which ExascaleDbStorageVault resource is created. In the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_extradata_infrastructure}
- exascale
Db StringStorage Vault Id - The ID of the ExascaleDbStorageVault to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- gcp
Oracle StringZone - The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.
- labels Map<String>
The labels or tags associated with the ExascaleDbStorageVault.
Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.
- location String
- The location of the resource.
- name String
- Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}
- project String
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties List<Property Map>
- The properties of the ExascaleDbStorageVault. next ID: 12
- pulumi
Labels Map<String> - The combination of labels configured directly on the resource and default labels configured on the provider.
GetExascaleDbStorageVaultsExascaleDbStorageVaultProperty
- Additional
Flash intCache Percent - The size of additional flash cache in percentage of high capacity database storage.
- Attached
Shape List<string>Attributes - The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.
- Available
Shape List<string>Attributes - The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.
- Exascale
Db List<GetStorage Details Exascale Db Storage Vaults Exascale Db Storage Vault Property Exascale Db Storage Detail> - The storage details of the ExascaleDbStorageVault.
- Oci
Uri string - Deep link to the OCI console to view this resource.
- Ocid string
- The OCID for the ExascaleDbStorageVault.
- State string
- The state of the ExascaleDbStorageVault. Possible values: PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED
- Time
Zones List<GetExascale Db Storage Vaults Exascale Db Storage Vault Property Time Zone> - Represents a time zone from the IANA Time Zone Database.
- Vm
Cluster intCount - The number of VM clusters associated with the ExascaleDbStorageVault.
- Vm
Cluster List<string>Ids - The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.
- Additional
Flash intCache Percent - The size of additional flash cache in percentage of high capacity database storage.
- Attached
Shape []stringAttributes - The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.
- Available
Shape []stringAttributes - The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.
- Exascale
Db []GetStorage Details Exascale Db Storage Vaults Exascale Db Storage Vault Property Exascale Db Storage Detail - The storage details of the ExascaleDbStorageVault.
- Oci
Uri string - Deep link to the OCI console to view this resource.
- Ocid string
- The OCID for the ExascaleDbStorageVault.
- State string
- The state of the ExascaleDbStorageVault. Possible values: PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED
- Time
Zones []GetExascale Db Storage Vaults Exascale Db Storage Vault Property Time Zone - Represents a time zone from the IANA Time Zone Database.
- Vm
Cluster intCount - The number of VM clusters associated with the ExascaleDbStorageVault.
- Vm
Cluster []stringIds - The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.
- additional_
flash_ numbercache_ percent - The size of additional flash cache in percentage of high capacity database storage.
- attached_
shape_ list(string)attributes - The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.
- available_
shape_ list(string)attributes - The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.
- exascale_
db_ list(object)storage_ details - The storage details of the ExascaleDbStorageVault.
- oci_
uri string - Deep link to the OCI console to view this resource.
- ocid string
- The OCID for the ExascaleDbStorageVault.
- state string
- The state of the ExascaleDbStorageVault. Possible values: PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED
- time_
zones list(object) - Represents a time zone from the IANA Time Zone Database.
- vm_
cluster_ numbercount - The number of VM clusters associated with the ExascaleDbStorageVault.
- vm_
cluster_ list(string)ids - The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.
- additional
Flash IntegerCache Percent - The size of additional flash cache in percentage of high capacity database storage.
- attached
Shape List<String>Attributes - The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.
- available
Shape List<String>Attributes - The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.
- exascale
Db List<GetStorage Details Exascale Db Storage Vaults Exascale Db Storage Vault Property Exascale Db Storage Detail> - The storage details of the ExascaleDbStorageVault.
- oci
Uri String - Deep link to the OCI console to view this resource.
- ocid String
- The OCID for the ExascaleDbStorageVault.
- state String
- The state of the ExascaleDbStorageVault. Possible values: PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED
- time
Zones List<GetExascale Db Storage Vaults Exascale Db Storage Vault Property Time Zone> - Represents a time zone from the IANA Time Zone Database.
- vm
Cluster IntegerCount - The number of VM clusters associated with the ExascaleDbStorageVault.
- vm
Cluster List<String>Ids - The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.
- additional
Flash numberCache Percent - The size of additional flash cache in percentage of high capacity database storage.
- attached
Shape string[]Attributes - The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.
- available
Shape string[]Attributes - The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.
- exascale
Db GetStorage Details Exascale Db Storage Vaults Exascale Db Storage Vault Property Exascale Db Storage Detail[] - The storage details of the ExascaleDbStorageVault.
- oci
Uri string - Deep link to the OCI console to view this resource.
- ocid string
- The OCID for the ExascaleDbStorageVault.
- state string
- The state of the ExascaleDbStorageVault. Possible values: PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED
- time
Zones GetExascale Db Storage Vaults Exascale Db Storage Vault Property Time Zone[] - Represents a time zone from the IANA Time Zone Database.
- vm
Cluster numberCount - The number of VM clusters associated with the ExascaleDbStorageVault.
- vm
Cluster string[]Ids - The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.
- additional_
flash_ intcache_ percent - The size of additional flash cache in percentage of high capacity database storage.
- attached_
shape_ Sequence[str]attributes - The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.
- available_
shape_ Sequence[str]attributes - The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.
- exascale_
db_ Sequence[Getstorage_ details Exascale Db Storage Vaults Exascale Db Storage Vault Property Exascale Db Storage Detail] - The storage details of the ExascaleDbStorageVault.
- oci_
uri str - Deep link to the OCI console to view this resource.
- ocid str
- The OCID for the ExascaleDbStorageVault.
- state str
- The state of the ExascaleDbStorageVault. Possible values: PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED
- time_
zones Sequence[GetExascale Db Storage Vaults Exascale Db Storage Vault Property Time Zone] - Represents a time zone from the IANA Time Zone Database.
- vm_
cluster_ intcount - The number of VM clusters associated with the ExascaleDbStorageVault.
- vm_
cluster_ Sequence[str]ids - The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.
- additional
Flash NumberCache Percent - The size of additional flash cache in percentage of high capacity database storage.
- attached
Shape List<String>Attributes - The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.
- available
Shape List<String>Attributes - The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.
- exascale
Db List<Property Map>Storage Details - The storage details of the ExascaleDbStorageVault.
- oci
Uri String - Deep link to the OCI console to view this resource.
- ocid String
- The OCID for the ExascaleDbStorageVault.
- state String
- The state of the ExascaleDbStorageVault. Possible values: PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED
- time
Zones List<Property Map> - Represents a time zone from the IANA Time Zone Database.
- vm
Cluster NumberCount - The number of VM clusters associated with the ExascaleDbStorageVault.
- vm
Cluster List<String>Ids - The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.
GetExascaleDbStorageVaultsExascaleDbStorageVaultPropertyExascaleDbStorageDetail
- Available
Size intGbs - The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).
- Total
Size intGbs - The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
- Available
Size intGbs - The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).
- Total
Size intGbs - The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
- available_
size_ numbergbs - The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).
- total_
size_ numbergbs - The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
- available
Size IntegerGbs - The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).
- total
Size IntegerGbs - The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
- available
Size numberGbs - The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).
- total
Size numberGbs - The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
- available_
size_ intgbs - The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).
- total_
size_ intgbs - The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
- available
Size NumberGbs - The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).
- total
Size NumberGbs - The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
GetExascaleDbStorageVaultsExascaleDbStorageVaultPropertyTimeZone
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.
published on Wednesday, Aug 5, 2026 by Pulumi