Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DatabaseManagement.getExternalExadataInfrastructures
Explore with Pulumi AI
This data source provides the list of External Exadata Infrastructures in Oracle Cloud Infrastructure Database Management service.
Lists the Exadata infrastructure resources in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalExadataInfrastructures = oci.DatabaseManagement.getExternalExadataInfrastructures({
    compartmentId: compartmentId,
    displayName: externalExadataInfrastructureDisplayName,
});
import pulumi
import pulumi_oci as oci
test_external_exadata_infrastructures = oci.DatabaseManagement.get_external_exadata_infrastructures(compartment_id=compartment_id,
    display_name=external_exadata_infrastructure_display_name)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/databasemanagement"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := databasemanagement.GetExternalExadataInfrastructures(ctx, &databasemanagement.GetExternalExadataInfrastructuresArgs{
			CompartmentId: compartmentId,
			DisplayName:   pulumi.StringRef(externalExadataInfrastructureDisplayName),
		}, 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 testExternalExadataInfrastructures = Oci.DatabaseManagement.GetExternalExadataInfrastructures.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = externalExadataInfrastructureDisplayName,
    });
});
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.GetExternalExadataInfrastructuresArgs;
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 testExternalExadataInfrastructures = DatabaseManagementFunctions.getExternalExadataInfrastructures(GetExternalExadataInfrastructuresArgs.builder()
            .compartmentId(compartmentId)
            .displayName(externalExadataInfrastructureDisplayName)
            .build());
    }
}
variables:
  testExternalExadataInfrastructures:
    fn::invoke:
      function: oci:DatabaseManagement:getExternalExadataInfrastructures
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${externalExadataInfrastructureDisplayName}
Using getExternalExadataInfrastructures
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 getExternalExadataInfrastructures(args: GetExternalExadataInfrastructuresArgs, opts?: InvokeOptions): Promise<GetExternalExadataInfrastructuresResult>
function getExternalExadataInfrastructuresOutput(args: GetExternalExadataInfrastructuresOutputArgs, opts?: InvokeOptions): Output<GetExternalExadataInfrastructuresResult>def get_external_exadata_infrastructures(compartment_id: Optional[str] = None,
                                         display_name: Optional[str] = None,
                                         filters: Optional[Sequence[GetExternalExadataInfrastructuresFilter]] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetExternalExadataInfrastructuresResult
def get_external_exadata_infrastructures_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                         display_name: Optional[pulumi.Input[str]] = None,
                                         filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetExternalExadataInfrastructuresFilterArgs]]]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetExternalExadataInfrastructuresResult]func GetExternalExadataInfrastructures(ctx *Context, args *GetExternalExadataInfrastructuresArgs, opts ...InvokeOption) (*GetExternalExadataInfrastructuresResult, error)
func GetExternalExadataInfrastructuresOutput(ctx *Context, args *GetExternalExadataInfrastructuresOutputArgs, opts ...InvokeOption) GetExternalExadataInfrastructuresResultOutput> Note: This function is named GetExternalExadataInfrastructures in the Go SDK.
public static class GetExternalExadataInfrastructures 
{
    public static Task<GetExternalExadataInfrastructuresResult> InvokeAsync(GetExternalExadataInfrastructuresArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalExadataInfrastructuresResult> Invoke(GetExternalExadataInfrastructuresInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExternalExadataInfrastructuresResult> getExternalExadataInfrastructures(GetExternalExadataInfrastructuresArgs args, InvokeOptions options)
public static Output<GetExternalExadataInfrastructuresResult> getExternalExadataInfrastructures(GetExternalExadataInfrastructuresArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DatabaseManagement/getExternalExadataInfrastructures:getExternalExadataInfrastructures
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- The optional single value query filter parameter on the entity display name.
- Filters
List<GetExternal Exadata Infrastructures Filter> 
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- The optional single value query filter parameter on the entity display name.
- Filters
[]GetExternal Exadata Infrastructures Filter 
- compartmentId String
- The OCID of the compartment.
- displayName String
- The optional single value query filter parameter on the entity display name.
- filters
List<GetExternal Exadata Infrastructures Filter> 
- compartmentId string
- The OCID of the compartment.
- displayName string
- The optional single value query filter parameter on the entity display name.
- filters
GetExternal Exadata Infrastructures Filter[] 
- compartment_id str
- The OCID of the compartment.
- display_name str
- The optional single value query filter parameter on the entity display name.
- filters
Sequence[GetExternal Exadata Infrastructures Filter] 
- compartmentId String
- The OCID of the compartment.
- displayName String
- The optional single value query filter parameter on the entity display name.
- filters List<Property Map>
getExternalExadataInfrastructures Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment.
- ExternalExadata List<GetInfrastructure Collections External Exadata Infrastructures External Exadata Infrastructure Collection> 
- The list of external_exadata_infrastructure_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- Filters
List<GetExternal Exadata Infrastructures Filter> 
- CompartmentId string
- The OCID of the compartment.
- ExternalExadata []GetInfrastructure Collections External Exadata Infrastructures External Exadata Infrastructure Collection 
- The list of external_exadata_infrastructure_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- Filters
[]GetExternal Exadata Infrastructures Filter 
- compartmentId String
- The OCID of the compartment.
- externalExadata List<GetInfrastructure Collections External Exadata Infrastructures External Exadata Infrastructure Collection> 
- The list of external_exadata_infrastructure_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters
List<GetExternal Exadata Infrastructures Filter> 
- compartmentId string
- The OCID of the compartment.
- externalExadata GetInfrastructure Collections External Exadata Infrastructures External Exadata Infrastructure Collection[] 
- The list of external_exadata_infrastructure_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- displayName string
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters
GetExternal Exadata Infrastructures Filter[] 
- compartment_id str
- The OCID of the compartment.
- external_exadata_ Sequence[Getinfrastructure_ collections External Exadata Infrastructures External Exadata Infrastructure Collection] 
- The list of external_exadata_infrastructure_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- display_name str
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters
Sequence[GetExternal Exadata Infrastructures Filter] 
- compartmentId String
- The OCID of the compartment.
- externalExadata List<Property Map>Infrastructure Collections 
- The list of external_exadata_infrastructure_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters List<Property Map>
Supporting Types
GetExternalExadataInfrastructuresExternalExadataInfrastructureCollection       
GetExternalExadataInfrastructuresExternalExadataInfrastructureCollectionItem        
- 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.
- DatabaseCompartments List<string>
- The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
- DatabaseSystems List<GetExternal Exadata Infrastructures External Exadata Infrastructure Collection Item Database System> 
- A list of DB systems.
- DbSystem List<string>Ids 
- 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"}
- DiscoveryKey string
- DisplayName string
- The optional single value query filter parameter on the entity display name.
- 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.
- 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<GetExternal Exadata Infrastructures External Exadata Infrastructure Collection Item Storage Grid> 
- The Exadata storage server grid of the Exadata infrastructure.
- StorageServer List<string>Names 
- 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.
- 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.
- DatabaseCompartments []string
- The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
- DatabaseSystems []GetExternal Exadata Infrastructures External Exadata Infrastructure Collection Item Database System 
- A list of DB systems.
- DbSystem []stringIds 
- 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"}
- DiscoveryKey string
- DisplayName string
- The optional single value query filter parameter on the entity display name.
- 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.
- 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 []GetExternal Exadata Infrastructures External Exadata Infrastructure Collection Item Storage Grid 
- The Exadata storage server grid of the Exadata infrastructure.
- StorageServer []stringNames 
- 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.
- 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.
- databaseCompartments List<String>
- The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
- databaseSystems List<GetExternal Exadata Infrastructures External Exadata Infrastructure Collection Item Database System> 
- A list of DB systems.
- dbSystem List<String>Ids 
- 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"}
- discoveryKey String
- displayName String
- The optional single value query filter parameter on the entity display name.
- 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.
- 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<GetExternal Exadata Infrastructures External Exadata Infrastructure Collection Item Storage Grid> 
- The Exadata storage server grid of the Exadata infrastructure.
- storageServer List<String>Names 
- 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.
- 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.
- databaseCompartments string[]
- The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
- databaseSystems GetExternal Exadata Infrastructures External Exadata Infrastructure Collection Item Database System[] 
- A list of DB systems.
- dbSystem string[]Ids 
- {[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"}
- discoveryKey string
- displayName string
- The optional single value query filter parameter on the entity display name.
- {[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.
- 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 GetExternal Exadata Infrastructures External Exadata Infrastructure Collection Item Storage Grid[] 
- The Exadata storage server grid of the Exadata infrastructure.
- storageServer string[]Names 
- {[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.
- 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.
- 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[GetExternal Exadata Infrastructures External Exadata Infrastructure Collection Item Database System] 
- A list of DB systems.
- db_system_ Sequence[str]ids 
- 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"}
- discovery_key str
- display_name str
- The optional single value query filter parameter on the entity display name.
- 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.
- 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[GetExternal Exadata Infrastructures External Exadata Infrastructure Collection Item Storage Grid] 
- The Exadata storage server grid of the Exadata infrastructure.
- storage_server_ Sequence[str]names 
- 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.
- 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.
- 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.
- dbSystem List<String>Ids 
- 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"}
- discoveryKey String
- displayName String
- The optional single value query filter parameter on the entity display name.
- 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.
- 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.
- storageServer List<String>Names 
- 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.
GetExternalExadataInfrastructuresExternalExadataInfrastructureCollectionItemDatabaseSystem          
- 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.
- DisplayName string
- The optional single value query filter parameter on the entity display name.
- 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]string
- 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 optional single value query filter parameter on the entity display name.
- 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,String>
- 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 optional single value query filter parameter on the entity display name.
- 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]: string}
- 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 optional single value query filter parameter on the entity display name.
- 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, str]
- 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 optional single value query filter parameter on the entity display name.
- 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<String>
- 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 optional single value query filter parameter on the entity display name.
- 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.
GetExternalExadataInfrastructuresExternalExadataInfrastructureCollectionItemStorageGrid          
- AdditionalDetails Dictionary<string, string>
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- DisplayName string
- The optional single value query filter parameter on the entity display name.
- 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]string
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- DisplayName string
- The optional single value query filter parameter on the entity display name.
- 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,String>
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- displayName String
- The optional single value query filter parameter on the entity display name.
- 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]: string}
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- displayName string
- The optional single value query filter parameter on the entity display name.
- 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, str]
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- display_name str
- The optional single value query filter parameter on the entity display name.
- 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<String>
- The additional details of the resource defined in {"key": "value"}format. Example:{"bar-key": "value"}
- displayName String
- The optional single value query filter parameter on the entity display name.
- 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.
GetExternalExadataInfrastructuresFilter    
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.