1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. getCloudExadataInfrastructure
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi

    This data source provides details about a specific Cloud Exadata Infrastructure resource in Oracle Cloud Infrastructure Database Management service.

    Gets the details for the Exadata infrastructure specified by exadataInfrastructureId. It includes the VMCluster and storage grid within the Exadata infrastructure.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testCloudExadataInfrastructure = oci.DatabaseManagement.getCloudExadataInfrastructure({
        cloudExadataInfrastructureId: testCloudExadataInfrastructureOciDatabaseManagementCloudExadataInfrastructure.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_cloud_exadata_infrastructure = oci.DatabaseManagement.get_cloud_exadata_infrastructure(cloud_exadata_infrastructure_id=test_cloud_exadata_infrastructure_oci_database_management_cloud_exadata_infrastructure["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/databasemanagement"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := databasemanagement.GetCloudExadataInfrastructure(ctx, &databasemanagement.GetCloudExadataInfrastructureArgs{
    			CloudExadataInfrastructureId: testCloudExadataInfrastructureOciDatabaseManagementCloudExadataInfrastructure.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 testCloudExadataInfrastructure = Oci.DatabaseManagement.GetCloudExadataInfrastructure.Invoke(new()
        {
            CloudExadataInfrastructureId = testCloudExadataInfrastructureOciDatabaseManagementCloudExadataInfrastructure.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
    import com.pulumi.oci.DatabaseManagement.inputs.GetCloudExadataInfrastructureArgs;
    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 testCloudExadataInfrastructure = DatabaseManagementFunctions.getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs.builder()
                .cloudExadataInfrastructureId(testCloudExadataInfrastructureOciDatabaseManagementCloudExadataInfrastructure.id())
                .build());
    
        }
    }
    
    variables:
      testCloudExadataInfrastructure:
        fn::invoke:
          function: oci:DatabaseManagement:getCloudExadataInfrastructure
          arguments:
            cloudExadataInfrastructureId: ${testCloudExadataInfrastructureOciDatabaseManagementCloudExadataInfrastructure.id}
    

    Using getCloudExadataInfrastructure

    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 getCloudExadataInfrastructure(args: GetCloudExadataInfrastructureArgs, opts?: InvokeOptions): Promise<GetCloudExadataInfrastructureResult>
    function getCloudExadataInfrastructureOutput(args: GetCloudExadataInfrastructureOutputArgs, opts?: InvokeOptions): Output<GetCloudExadataInfrastructureResult>
    def get_cloud_exadata_infrastructure(cloud_exadata_infrastructure_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetCloudExadataInfrastructureResult
    def get_cloud_exadata_infrastructure_output(cloud_exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetCloudExadataInfrastructureResult]
    func LookupCloudExadataInfrastructure(ctx *Context, args *LookupCloudExadataInfrastructureArgs, opts ...InvokeOption) (*LookupCloudExadataInfrastructureResult, error)
    func LookupCloudExadataInfrastructureOutput(ctx *Context, args *LookupCloudExadataInfrastructureOutputArgs, opts ...InvokeOption) LookupCloudExadataInfrastructureResultOutput

    > Note: This function is named LookupCloudExadataInfrastructure in the Go SDK.

    public static class GetCloudExadataInfrastructure 
    {
        public static Task<GetCloudExadataInfrastructureResult> InvokeAsync(GetCloudExadataInfrastructureArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudExadataInfrastructureResult> Invoke(GetCloudExadataInfrastructureInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudExadataInfrastructureResult> getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs args, InvokeOptions options)
    public static Output<GetCloudExadataInfrastructureResult> getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DatabaseManagement/getCloudExadataInfrastructure:getCloudExadataInfrastructure
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CloudExadataInfrastructureId string
    The OCID of the Exadata infrastructure.
    CloudExadataInfrastructureId string
    The OCID of the Exadata infrastructure.
    cloudExadataInfrastructureId String
    The OCID of the Exadata infrastructure.
    cloudExadataInfrastructureId string
    The OCID of the Exadata infrastructure.
    cloud_exadata_infrastructure_id str
    The OCID of the Exadata infrastructure.
    cloudExadataInfrastructureId String
    The OCID of the Exadata infrastructure.

    getCloudExadataInfrastructure Result

    The following output properties are available:

    AdditionalDetails Dictionary<string, string>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CloudExadataInfrastructureId string
    CompartmentId string
    The OCID of the compartment.
    DatabaseCompartments List<string>
    The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DeploymentType string
    The infrastructure deployment type.
    DiscoveryKey string
    DisplayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    FreeformTags 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"}
    Id string
    The OCID of the Exadata resource.
    InfrastructureType string
    InternalId string
    The internal ID of the Exadata resource.
    LicenseModel string
    The Oracle license model that applies to the database management resources.
    LifecycleDetails string
    The details of the lifecycle state of the Exadata resource.
    RackSize string
    The rack size of the Exadata infrastructure.
    ResourceType string
    The type of Exadata resource.
    State string
    The current lifecycle state of the database resource.
    Status string
    The status of the Exadata resource.
    StorageGrids List<GetCloudExadataInfrastructureStorageGrid>
    The Exadata storage server grid of the Exadata infrastructure.
    StorageServerNames List<string>
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The timestamp of the creation of the Exadata resource.
    TimeUpdated string
    The timestamp of the last update of the Exadata resource.
    Version string
    The version of the Exadata resource.
    VmClusterIds List<string>
    VmClusters List<GetCloudExadataInfrastructureVmCluster>
    The list of VM Clusters in the Exadata infrastructure.
    AdditionalDetails map[string]string
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CloudExadataInfrastructureId string
    CompartmentId string
    The OCID of the compartment.
    DatabaseCompartments []string
    The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DeploymentType string
    The infrastructure deployment type.
    DiscoveryKey string
    DisplayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    FreeformTags 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"}
    Id string
    The OCID of the Exadata resource.
    InfrastructureType string
    InternalId string
    The internal ID of the Exadata resource.
    LicenseModel string
    The Oracle license model that applies to the database management resources.
    LifecycleDetails string
    The details of the lifecycle state of the Exadata resource.
    RackSize string
    The rack size of the Exadata infrastructure.
    ResourceType string
    The type of Exadata resource.
    State string
    The current lifecycle state of the database resource.
    Status string
    The status of the Exadata resource.
    StorageGrids []GetCloudExadataInfrastructureStorageGrid
    The Exadata storage server grid of the Exadata infrastructure.
    StorageServerNames []string
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The timestamp of the creation of the Exadata resource.
    TimeUpdated string
    The timestamp of the last update of the Exadata resource.
    Version string
    The version of the Exadata resource.
    VmClusterIds []string
    VmClusters []GetCloudExadataInfrastructureVmCluster
    The list of VM Clusters in the Exadata infrastructure.
    additionalDetails Map<String,String>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudExadataInfrastructureId String
    compartmentId String
    The OCID of the compartment.
    databaseCompartments List<String>
    The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deploymentType String
    The infrastructure deployment type.
    discoveryKey String
    displayName String
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    freeformTags 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"}
    id String
    The OCID of the Exadata resource.
    infrastructureType String
    internalId String
    The internal ID of the Exadata resource.
    licenseModel String
    The Oracle license model that applies to the database management resources.
    lifecycleDetails String
    The details of the lifecycle state of the Exadata resource.
    rackSize String
    The rack size of the Exadata infrastructure.
    resourceType String
    The type of Exadata resource.
    state String
    The current lifecycle state of the database resource.
    status String
    The status of the Exadata resource.
    storageGrids List<GetCloudExadataInfrastructureStorageGrid>
    The Exadata storage server grid of the Exadata infrastructure.
    storageServerNames List<String>
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The timestamp of the creation of the Exadata resource.
    timeUpdated String
    The timestamp of the last update of the Exadata resource.
    version String
    The version of the Exadata resource.
    vmClusterIds List<String>
    vmClusters List<GetCloudExadataInfrastructureVmCluster>
    The list of VM Clusters in the Exadata infrastructure.
    additionalDetails {[key: string]: string}
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudExadataInfrastructureId string
    compartmentId string
    The OCID of the compartment.
    databaseCompartments string[]
    The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deploymentType string
    The infrastructure deployment type.
    discoveryKey string
    displayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    freeformTags {[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"}
    id string
    The OCID of the Exadata resource.
    infrastructureType string
    internalId string
    The internal ID of the Exadata resource.
    licenseModel string
    The Oracle license model that applies to the database management resources.
    lifecycleDetails string
    The details of the lifecycle state of the Exadata resource.
    rackSize string
    The rack size of the Exadata infrastructure.
    resourceType string
    The type of Exadata resource.
    state string
    The current lifecycle state of the database resource.
    status string
    The status of the Exadata resource.
    storageGrids GetCloudExadataInfrastructureStorageGrid[]
    The Exadata storage server grid of the Exadata infrastructure.
    storageServerNames string[]
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The timestamp of the creation of the Exadata resource.
    timeUpdated string
    The timestamp of the last update of the Exadata resource.
    version string
    The version of the Exadata resource.
    vmClusterIds string[]
    vmClusters GetCloudExadataInfrastructureVmCluster[]
    The list of VM Clusters in the Exadata infrastructure.
    additional_details Mapping[str, str]
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloud_exadata_infrastructure_id str
    compartment_id str
    The OCID of the compartment.
    database_compartments Sequence[str]
    The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deployment_type str
    The infrastructure deployment type.
    discovery_key str
    display_name str
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    freeform_tags 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"}
    id str
    The OCID of the Exadata resource.
    infrastructure_type str
    internal_id str
    The internal ID of the Exadata resource.
    license_model str
    The Oracle license model that applies to the database management resources.
    lifecycle_details str
    The details of the lifecycle state of the Exadata resource.
    rack_size str
    The rack size of the Exadata infrastructure.
    resource_type str
    The type of Exadata resource.
    state str
    The current lifecycle state of the database resource.
    status str
    The status of the Exadata resource.
    storage_grids Sequence[GetCloudExadataInfrastructureStorageGrid]
    The Exadata storage server grid of the Exadata infrastructure.
    storage_server_names Sequence[str]
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The timestamp of the creation of the Exadata resource.
    time_updated str
    The timestamp of the last update of the Exadata resource.
    version str
    The version of the Exadata resource.
    vm_cluster_ids Sequence[str]
    vm_clusters Sequence[GetCloudExadataInfrastructureVmCluster]
    The list of VM Clusters in the Exadata infrastructure.
    additionalDetails Map<String>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudExadataInfrastructureId String
    compartmentId String
    The OCID of the compartment.
    databaseCompartments List<String>
    The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deploymentType String
    The infrastructure deployment type.
    discoveryKey String
    displayName String
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    freeformTags 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"}
    id String
    The OCID of the Exadata resource.
    infrastructureType String
    internalId String
    The internal ID of the Exadata resource.
    licenseModel String
    The Oracle license model that applies to the database management resources.
    lifecycleDetails String
    The details of the lifecycle state of the Exadata resource.
    rackSize String
    The rack size of the Exadata infrastructure.
    resourceType String
    The type of Exadata resource.
    state String
    The current lifecycle state of the database resource.
    status String
    The status of the Exadata resource.
    storageGrids List<Property Map>
    The Exadata storage server grid of the Exadata infrastructure.
    storageServerNames List<String>
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The timestamp of the creation of the Exadata resource.
    timeUpdated String
    The timestamp of the last update of the Exadata resource.
    version String
    The version of the Exadata resource.
    vmClusterIds List<String>
    vmClusters List<Property Map>
    The list of VM Clusters in the Exadata infrastructure.

    Supporting Types

    GetCloudExadataInfrastructureStorageGrid

    AdditionalDetails Dictionary<string, string>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    DisplayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    Id string
    The OCID of the Exadata resource.
    InternalId string
    The internal ID of the Exadata resource.
    LifecycleDetails string
    The details of the lifecycle state of the Exadata resource.
    ResourceType string
    The type of Exadata resource.
    ServerCount int
    The number of Exadata storage servers in the Exadata infrastructure.
    State string
    The current lifecycle state of the database resource.
    Status string
    The status of the Exadata resource.
    TimeCreated string
    The timestamp of the creation of the Exadata resource.
    TimeUpdated string
    The timestamp of the last update of the Exadata resource.
    Version string
    The version of the Exadata resource.
    AdditionalDetails map[string]string
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    DisplayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    Id string
    The OCID of the Exadata resource.
    InternalId string
    The internal ID of the Exadata resource.
    LifecycleDetails string
    The details of the lifecycle state of the Exadata resource.
    ResourceType string
    The type of Exadata resource.
    ServerCount int
    The number of Exadata storage servers in the Exadata infrastructure.
    State string
    The current lifecycle state of the database resource.
    Status string
    The status of the Exadata resource.
    TimeCreated string
    The timestamp of the creation of the Exadata resource.
    TimeUpdated string
    The timestamp of the last update of the Exadata resource.
    Version string
    The version of the Exadata resource.
    additionalDetails Map<String,String>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    displayName String
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    id String
    The OCID of the Exadata resource.
    internalId String
    The internal ID of the Exadata resource.
    lifecycleDetails String
    The details of the lifecycle state of the Exadata resource.
    resourceType String
    The type of Exadata resource.
    serverCount Integer
    The number of Exadata storage servers in the Exadata infrastructure.
    state String
    The current lifecycle state of the database resource.
    status String
    The status of the Exadata resource.
    timeCreated String
    The timestamp of the creation of the Exadata resource.
    timeUpdated String
    The timestamp of the last update of the Exadata resource.
    version String
    The version of the Exadata resource.
    additionalDetails {[key: string]: string}
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    displayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    id string
    The OCID of the Exadata resource.
    internalId string
    The internal ID of the Exadata resource.
    lifecycleDetails string
    The details of the lifecycle state of the Exadata resource.
    resourceType string
    The type of Exadata resource.
    serverCount number
    The number of Exadata storage servers in the Exadata infrastructure.
    state string
    The current lifecycle state of the database resource.
    status string
    The status of the Exadata resource.
    timeCreated string
    The timestamp of the creation of the Exadata resource.
    timeUpdated string
    The timestamp of the last update of the Exadata resource.
    version string
    The version of the Exadata resource.
    additional_details Mapping[str, str]
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    display_name str
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    id str
    The OCID of the Exadata resource.
    internal_id str
    The internal ID of the Exadata resource.
    lifecycle_details str
    The details of the lifecycle state of the Exadata resource.
    resource_type str
    The type of Exadata resource.
    server_count int
    The number of Exadata storage servers in the Exadata infrastructure.
    state str
    The current lifecycle state of the database resource.
    status str
    The status of the Exadata resource.
    time_created str
    The timestamp of the creation of the Exadata resource.
    time_updated str
    The timestamp of the last update of the Exadata resource.
    version str
    The version of the Exadata resource.
    additionalDetails Map<String>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    displayName String
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    id String
    The OCID of the Exadata resource.
    internalId String
    The internal ID of the Exadata resource.
    lifecycleDetails String
    The details of the lifecycle state of the Exadata resource.
    resourceType String
    The type of Exadata resource.
    serverCount Number
    The number of Exadata storage servers in the Exadata infrastructure.
    state String
    The current lifecycle state of the database resource.
    status String
    The status of the Exadata resource.
    timeCreated String
    The timestamp of the creation of the Exadata resource.
    timeUpdated String
    The timestamp of the last update of the Exadata resource.
    version String
    The version of the Exadata resource.

    GetCloudExadataInfrastructureVmCluster

    AdditionalDetails Dictionary<string, string>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CompartmentId string
    The OCID of the compartment.
    DeploymentType string
    The infrastructure deployment type.
    DisplayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    HomeDirectory string
    The Oracle home directory.
    Id string
    The OCID of the Exadata resource.
    InternalId string
    The internal ID of the Exadata resource.
    LicenseModel string
    The Oracle license model that applies to the database management resources.
    LifecycleDetails string
    The details of the lifecycle state of the Exadata resource.
    ResourceType string
    The type of Exadata resource.
    State string
    The current lifecycle state of the database resource.
    Status string
    The status of the Exadata resource.
    TimeCreated string
    The timestamp of the creation of the Exadata resource.
    TimeUpdated string
    The timestamp of the last update of the Exadata resource.
    Version string
    The version of the Exadata resource.
    AdditionalDetails map[string]string
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CompartmentId string
    The OCID of the compartment.
    DeploymentType string
    The infrastructure deployment type.
    DisplayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    HomeDirectory string
    The Oracle home directory.
    Id string
    The OCID of the Exadata resource.
    InternalId string
    The internal ID of the Exadata resource.
    LicenseModel string
    The Oracle license model that applies to the database management resources.
    LifecycleDetails string
    The details of the lifecycle state of the Exadata resource.
    ResourceType string
    The type of Exadata resource.
    State string
    The current lifecycle state of the database resource.
    Status string
    The status of the Exadata resource.
    TimeCreated string
    The timestamp of the creation of the Exadata resource.
    TimeUpdated string
    The timestamp of the last update of the Exadata resource.
    Version string
    The version of the Exadata resource.
    additionalDetails Map<String,String>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    compartmentId String
    The OCID of the compartment.
    deploymentType String
    The infrastructure deployment type.
    displayName String
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    homeDirectory String
    The Oracle home directory.
    id String
    The OCID of the Exadata resource.
    internalId String
    The internal ID of the Exadata resource.
    licenseModel String
    The Oracle license model that applies to the database management resources.
    lifecycleDetails String
    The details of the lifecycle state of the Exadata resource.
    resourceType String
    The type of Exadata resource.
    state String
    The current lifecycle state of the database resource.
    status String
    The status of the Exadata resource.
    timeCreated String
    The timestamp of the creation of the Exadata resource.
    timeUpdated String
    The timestamp of the last update of the Exadata resource.
    version String
    The version of the Exadata resource.
    additionalDetails {[key: string]: string}
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    compartmentId string
    The OCID of the compartment.
    deploymentType string
    The infrastructure deployment type.
    displayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    homeDirectory string
    The Oracle home directory.
    id string
    The OCID of the Exadata resource.
    internalId string
    The internal ID of the Exadata resource.
    licenseModel string
    The Oracle license model that applies to the database management resources.
    lifecycleDetails string
    The details of the lifecycle state of the Exadata resource.
    resourceType string
    The type of Exadata resource.
    state string
    The current lifecycle state of the database resource.
    status string
    The status of the Exadata resource.
    timeCreated string
    The timestamp of the creation of the Exadata resource.
    timeUpdated string
    The timestamp of the last update of the Exadata resource.
    version string
    The version of the Exadata resource.
    additional_details Mapping[str, str]
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    compartment_id str
    The OCID of the compartment.
    deployment_type str
    The infrastructure deployment type.
    display_name str
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    home_directory str
    The Oracle home directory.
    id str
    The OCID of the Exadata resource.
    internal_id str
    The internal ID of the Exadata resource.
    license_model str
    The Oracle license model that applies to the database management resources.
    lifecycle_details str
    The details of the lifecycle state of the Exadata resource.
    resource_type str
    The type of Exadata resource.
    state str
    The current lifecycle state of the database resource.
    status str
    The status of the Exadata resource.
    time_created str
    The timestamp of the creation of the Exadata resource.
    time_updated str
    The timestamp of the last update of the Exadata resource.
    version str
    The version of the Exadata resource.
    additionalDetails Map<String>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    compartmentId String
    The OCID of the compartment.
    deploymentType String
    The infrastructure deployment type.
    displayName String
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    homeDirectory String
    The Oracle home directory.
    id String
    The OCID of the Exadata resource.
    internalId String
    The internal ID of the Exadata resource.
    licenseModel String
    The Oracle license model that applies to the database management resources.
    lifecycleDetails String
    The details of the lifecycle state of the Exadata resource.
    resourceType String
    The type of Exadata resource.
    state String
    The current lifecycle state of the database resource.
    status String
    The status of the Exadata resource.
    timeCreated String
    The timestamp of the creation of the Exadata resource.
    timeUpdated String
    The timestamp of the last update of the Exadata resource.
    version String
    The version of the Exadata resource.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Viewing docs for Oracle Cloud Infrastructure v4.3.0
    published on Thursday, Mar 19, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.