1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. getExternalExadataInfrastructure
Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi

oci.DatabaseManagement.getExternalExadataInfrastructure

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi

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

    Gets the details for the Exadata infrastructure specified by externalExadataInfrastructureId. It includes the DB systems and storage grid within the Exadata infrastructure.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testExternalExadataInfrastructure = oci.DatabaseManagement.getExternalExadataInfrastructure({
        externalExadataInfrastructureId: testExternalExadataInfrastructureOciDatabaseManagementExternalExadataInfrastructure.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_external_exadata_infrastructure = oci.DatabaseManagement.get_external_exadata_infrastructure(external_exadata_infrastructure_id=test_external_exadata_infrastructure_oci_database_management_external_exadata_infrastructure["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/DatabaseManagement"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := DatabaseManagement.GetExternalExadataInfrastructure(ctx, &databasemanagement.GetExternalExadataInfrastructureArgs{
    			ExternalExadataInfrastructureId: testExternalExadataInfrastructureOciDatabaseManagementExternalExadataInfrastructure.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 testExternalExadataInfrastructure = Oci.DatabaseManagement.GetExternalExadataInfrastructure.Invoke(new()
        {
            ExternalExadataInfrastructureId = testExternalExadataInfrastructureOciDatabaseManagementExternalExadataInfrastructure.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.GetExternalExadataInfrastructureArgs;
    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 testExternalExadataInfrastructure = DatabaseManagementFunctions.getExternalExadataInfrastructure(GetExternalExadataInfrastructureArgs.builder()
                .externalExadataInfrastructureId(testExternalExadataInfrastructureOciDatabaseManagementExternalExadataInfrastructure.id())
                .build());
    
        }
    }
    
    variables:
      testExternalExadataInfrastructure:
        fn::invoke:
          Function: oci:DatabaseManagement:getExternalExadataInfrastructure
          Arguments:
            externalExadataInfrastructureId: ${testExternalExadataInfrastructureOciDatabaseManagementExternalExadataInfrastructure.id}
    

    Using getExternalExadataInfrastructure

    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 getExternalExadataInfrastructure(args: GetExternalExadataInfrastructureArgs, opts?: InvokeOptions): Promise<GetExternalExadataInfrastructureResult>
    function getExternalExadataInfrastructureOutput(args: GetExternalExadataInfrastructureOutputArgs, opts?: InvokeOptions): Output<GetExternalExadataInfrastructureResult>
    def get_external_exadata_infrastructure(external_exadata_infrastructure_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetExternalExadataInfrastructureResult
    def get_external_exadata_infrastructure_output(external_exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetExternalExadataInfrastructureResult]
    func GetExternalExadataInfrastructure(ctx *Context, args *GetExternalExadataInfrastructureArgs, opts ...InvokeOption) (*GetExternalExadataInfrastructureResult, error)
    func GetExternalExadataInfrastructureOutput(ctx *Context, args *GetExternalExadataInfrastructureOutputArgs, opts ...InvokeOption) GetExternalExadataInfrastructureResultOutput

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

    public static class GetExternalExadataInfrastructure 
    {
        public static Task<GetExternalExadataInfrastructureResult> InvokeAsync(GetExternalExadataInfrastructureArgs args, InvokeOptions? opts = null)
        public static Output<GetExternalExadataInfrastructureResult> Invoke(GetExternalExadataInfrastructureInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExternalExadataInfrastructureResult> getExternalExadataInfrastructure(GetExternalExadataInfrastructureArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:DatabaseManagement/getExternalExadataInfrastructure:getExternalExadataInfrastructure
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExternalExadataInfrastructureId string
    The OCID of the Exadata infrastructure.
    ExternalExadataInfrastructureId string
    The OCID of the Exadata infrastructure.
    externalExadataInfrastructureId String
    The OCID of the Exadata infrastructure.
    externalExadataInfrastructureId string
    The OCID of the Exadata infrastructure.
    external_exadata_infrastructure_id str
    The OCID of the Exadata infrastructure.
    externalExadataInfrastructureId String
    The OCID of the Exadata infrastructure.

    getExternalExadataInfrastructure Result

    The following output properties are available:

    AdditionalDetails Dictionary<string, object>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    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.
    DatabaseSystems List<GetExternalExadataInfrastructureDatabaseSystem>
    A list of DB systems.
    DbSystemIds List<string>
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DiscoveryKey string
    DisplayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    ExternalExadataInfrastructureId string
    FreeformTags Dictionary<string, object>
    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.
    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.
    State string
    The current lifecycle state of the database resource.
    Status string
    The status of the Exadata resource.
    StorageGrids List<GetExternalExadataInfrastructureStorageGrid>
    The Exadata storage server grid of the Exadata infrastructure.
    StorageServerNames List<string>
    SystemTags Dictionary<string, object>
    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.
    AdditionalDetails map[string]interface{}
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    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.
    DatabaseSystems []GetExternalExadataInfrastructureDatabaseSystem
    A list of DB systems.
    DbSystemIds []string
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DiscoveryKey string
    DisplayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    ExternalExadataInfrastructureId string
    FreeformTags map[string]interface{}
    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.
    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.
    State string
    The current lifecycle state of the database resource.
    Status string
    The status of the Exadata resource.
    StorageGrids []GetExternalExadataInfrastructureStorageGrid
    The Exadata storage server grid of the Exadata infrastructure.
    StorageServerNames []string
    SystemTags map[string]interface{}
    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.
    additionalDetails Map<String,Object>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    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.
    databaseSystems List<GetExternalExadataInfrastructureDatabaseSystem>
    A list of DB systems.
    dbSystemIds List<String>
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    discoveryKey String
    displayName String
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    externalExadataInfrastructureId String
    freeformTags Map<String,Object>
    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.
    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.
    state String
    The current lifecycle state of the database resource.
    status String
    The status of the Exadata resource.
    storageGrids List<GetExternalExadataInfrastructureStorageGrid>
    The Exadata storage server grid of the Exadata infrastructure.
    storageServerNames List<String>
    systemTags Map<String,Object>
    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.
    additionalDetails {[key: string]: any}
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    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.
    databaseSystems GetExternalExadataInfrastructureDatabaseSystem[]
    A list of DB systems.
    dbSystemIds string[]
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    discoveryKey string
    displayName string
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    externalExadataInfrastructureId string
    freeformTags {[key: string]: any}
    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.
    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.
    state string
    The current lifecycle state of the database resource.
    status string
    The status of the Exadata resource.
    storageGrids GetExternalExadataInfrastructureStorageGrid[]
    The Exadata storage server grid of the Exadata infrastructure.
    storageServerNames string[]
    systemTags {[key: string]: any}
    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.
    additional_details Mapping[str, Any]
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    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.
    database_systems Sequence[databasemanagement.GetExternalExadataInfrastructureDatabaseSystem]
    A list of DB systems.
    db_system_ids Sequence[str]
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    discovery_key str
    display_name str
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    external_exadata_infrastructure_id str
    freeform_tags Mapping[str, Any]
    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.
    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.
    state str
    The current lifecycle state of the database resource.
    status str
    The status of the Exadata resource.
    storage_grids Sequence[databasemanagement.GetExternalExadataInfrastructureStorageGrid]
    The Exadata storage server grid of the Exadata infrastructure.
    storage_server_names Sequence[str]
    system_tags Mapping[str, Any]
    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.
    additionalDetails Map<Any>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    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.
    databaseSystems List<Property Map>
    A list of DB systems.
    dbSystemIds List<String>
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    discoveryKey String
    displayName String
    The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
    externalExadataInfrastructureId String
    freeformTags Map<Any>
    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.
    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.
    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<Any>
    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.

    Supporting Types

    GetExternalExadataInfrastructureDatabaseSystem

    AdditionalDetails Dictionary<string, object>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CompartmentId string
    The OCID of the compartment.
    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.
    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.
    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]interface{}
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CompartmentId string
    The OCID of the compartment.
    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.
    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.
    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,Object>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    compartmentId String
    The OCID of the compartment.
    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.
    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.
    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]: any}
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    compartmentId string
    The OCID of the compartment.
    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.
    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.
    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, Any]
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    compartment_id str
    The OCID of the compartment.
    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.
    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.
    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<Any>
    The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
    compartmentId String
    The OCID of the compartment.
    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.
    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.
    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.

    GetExternalExadataInfrastructureStorageGrid

    AdditionalDetails Dictionary<string, object>
    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.
    ServerCount double
    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]interface{}
    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.
    ServerCount float64
    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,Object>
    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.
    serverCount Double
    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]: any}
    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.
    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, Any]
    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.
    server_count float
    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<Any>
    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.
    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.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.34.0 published on Friday, May 3, 2024 by Pulumi