Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
This data source provides the list of Cloud 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 testCloudExadataInfrastructures = oci.DatabaseManagement.getCloudExadataInfrastructures({
compartmentId: compartmentId,
displayName: cloudExadataInfrastructureDisplayName,
});
import pulumi
import pulumi_oci as oci
test_cloud_exadata_infrastructures = oci.DatabaseManagement.get_cloud_exadata_infrastructures(compartment_id=compartment_id,
display_name=cloud_exadata_infrastructure_display_name)
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.GetCloudExadataInfrastructures(ctx, &databasemanagement.GetCloudExadataInfrastructuresArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(cloudExadataInfrastructureDisplayName),
}, 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 testCloudExadataInfrastructures = Oci.DatabaseManagement.GetCloudExadataInfrastructures.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = cloudExadataInfrastructureDisplayName,
});
});
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.GetCloudExadataInfrastructuresArgs;
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 testCloudExadataInfrastructures = DatabaseManagementFunctions.getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs.builder()
.compartmentId(compartmentId)
.displayName(cloudExadataInfrastructureDisplayName)
.build());
}
}
variables:
testCloudExadataInfrastructures:
fn::invoke:
function: oci:DatabaseManagement:getCloudExadataInfrastructures
arguments:
compartmentId: ${compartmentId}
displayName: ${cloudExadataInfrastructureDisplayName}
Using getCloudExadataInfrastructures
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 getCloudExadataInfrastructures(args: GetCloudExadataInfrastructuresArgs, opts?: InvokeOptions): Promise<GetCloudExadataInfrastructuresResult>
function getCloudExadataInfrastructuresOutput(args: GetCloudExadataInfrastructuresOutputArgs, opts?: InvokeOptions): Output<GetCloudExadataInfrastructuresResult>def get_cloud_exadata_infrastructures(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetCloudExadataInfrastructuresFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudExadataInfrastructuresResult
def get_cloud_exadata_infrastructures_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudExadataInfrastructuresFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudExadataInfrastructuresResult]func GetCloudExadataInfrastructures(ctx *Context, args *GetCloudExadataInfrastructuresArgs, opts ...InvokeOption) (*GetCloudExadataInfrastructuresResult, error)
func GetCloudExadataInfrastructuresOutput(ctx *Context, args *GetCloudExadataInfrastructuresOutputArgs, opts ...InvokeOption) GetCloudExadataInfrastructuresResultOutput> Note: This function is named GetCloudExadataInfrastructures in the Go SDK.
public static class GetCloudExadataInfrastructures
{
public static Task<GetCloudExadataInfrastructuresResult> InvokeAsync(GetCloudExadataInfrastructuresArgs args, InvokeOptions? opts = null)
public static Output<GetCloudExadataInfrastructuresResult> Invoke(GetCloudExadataInfrastructuresInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCloudExadataInfrastructuresResult> getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs args, InvokeOptions options)
public static Output<GetCloudExadataInfrastructuresResult> getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseManagement/getCloudExadataInfrastructures:getCloudExadataInfrastructures
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - The optional single value query filter parameter on the entity display name.
- Filters
List<Get
Cloud Exadata Infrastructures Filter>
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - The optional single value query filter parameter on the entity display name.
- Filters
[]Get
Cloud Exadata Infrastructures Filter
- compartment
Id String - The OCID of the compartment.
- display
Name String - The optional single value query filter parameter on the entity display name.
- filters
List<Get
Cloud Exadata Infrastructures Filter>
- compartment
Id string - The OCID of the compartment.
- display
Name string - The optional single value query filter parameter on the entity display name.
- filters
Get
Cloud 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[Get
Cloud Exadata Infrastructures Filter]
- compartment
Id String - The OCID of the compartment.
- display
Name String - The optional single value query filter parameter on the entity display name.
- filters List<Property Map>
getCloudExadataInfrastructures Result
The following output properties are available:
- Cloud
Exadata List<GetInfrastructure Collections Cloud Exadata Infrastructures Cloud Exadata Infrastructure Collection> - The list of cloud_exadata_infrastructure_collection.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- Filters
List<Get
Cloud Exadata Infrastructures Filter>
- Cloud
Exadata []GetInfrastructure Collections Cloud Exadata Infrastructures Cloud Exadata Infrastructure Collection - The list of cloud_exadata_infrastructure_collection.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- Filters
[]Get
Cloud Exadata Infrastructures Filter
- cloud
Exadata List<GetInfrastructure Collections Cloud Exadata Infrastructures Cloud Exadata Infrastructure Collection> - The list of cloud_exadata_infrastructure_collection.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters
List<Get
Cloud Exadata Infrastructures Filter>
- cloud
Exadata GetInfrastructure Collections Cloud Exadata Infrastructures Cloud Exadata Infrastructure Collection[] - The list of cloud_exadata_infrastructure_collection.
- compartment
Id string - The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters
Get
Cloud Exadata Infrastructures Filter[]
- cloud_
exadata_ Sequence[Getinfrastructure_ collections Cloud Exadata Infrastructures Cloud Exadata Infrastructure Collection] - The list of cloud_exadata_infrastructure_collection.
- compartment_
id str - The OCID of the compartment.
- 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[Get
Cloud Exadata Infrastructures Filter]
- cloud
Exadata List<Property Map>Infrastructure Collections - The list of cloud_exadata_infrastructure_collection.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- filters List<Property Map>
Supporting Types
GetCloudExadataInfrastructuresCloudExadataInfrastructureCollection
GetCloudExadataInfrastructuresCloudExadataInfrastructureCollectionItem
- Additional
Details Dictionary<string, string> - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - Compartment
Id string - The OCID of the compartment.
- Database
Compartments List<string> - The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
- 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"} - Deployment
Type string - The infrastructure deployment type.
- Discovery
Key string - Display
Name 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.
- Infrastructure
Type string - Internal
Id string - The internal ID of the Exadata resource.
- License
Model string - The Oracle license model that applies to the database management resources.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Rack
Size string - The rack size of the Exadata infrastructure.
- Resource
Type string - The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Storage
Grids List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Collection Item Storage Grid> - The Exadata storage server grid of the Exadata infrastructure.
- Storage
Server 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"} - Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- Vm
Cluster List<string>Ids - Vm
Clusters List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Collection Item Vm Cluster> - The list of VM Clusters in the Exadata infrastructure.
- Additional
Details map[string]string - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - Compartment
Id string - The OCID of the compartment.
- Database
Compartments []string - The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
- 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"} - Deployment
Type string - The infrastructure deployment type.
- Discovery
Key string - Display
Name 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.
- Infrastructure
Type string - Internal
Id string - The internal ID of the Exadata resource.
- License
Model string - The Oracle license model that applies to the database management resources.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Rack
Size string - The rack size of the Exadata infrastructure.
- Resource
Type string - The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Storage
Grids []GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Collection Item Storage Grid - The Exadata storage server grid of the Exadata infrastructure.
- Storage
Server []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"} - Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- Vm
Cluster []stringIds - Vm
Clusters []GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Collection Item Vm Cluster - The list of VM Clusters in the Exadata infrastructure.
- additional
Details Map<String,String> - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - compartment
Id String - The OCID of the compartment.
- database
Compartments List<String> - The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
- 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"} - deployment
Type String - The infrastructure deployment type.
- discovery
Key String - display
Name 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.
- infrastructure
Type String - internal
Id String - The internal ID of the Exadata resource.
- license
Model String - The Oracle license model that applies to the database management resources.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- rack
Size String - The rack size of the Exadata infrastructure.
- resource
Type String - The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storage
Grids List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Collection Item Storage Grid> - The Exadata storage server grid of the Exadata infrastructure.
- storage
Server 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"} - time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
- vm
Cluster List<String>Ids - vm
Clusters List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Collection Item Vm Cluster> - The list of VM Clusters in the Exadata infrastructure.
- additional
Details {[key: string]: string} - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - compartment
Id string - The OCID of the compartment.
- database
Compartments string[] - The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
- {[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"} - deployment
Type string - The infrastructure deployment type.
- discovery
Key string - display
Name 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.
- infrastructure
Type string - internal
Id string - The internal ID of the Exadata resource.
- license
Model string - The Oracle license model that applies to the database management resources.
- lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- rack
Size string - The rack size of the Exadata infrastructure.
- resource
Type string - The type of Exadata resource.
- state string
- The current lifecycle state of the database resource.
- status string
- The status of the Exadata resource.
- storage
Grids GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Collection Item Storage Grid[] - The Exadata storage server grid of the Exadata infrastructure.
- storage
Server 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"} - time
Created string - The timestamp of the creation of the Exadata resource.
- time
Updated string - The timestamp of the last update of the Exadata resource.
- version string
- The version of the Exadata resource.
- vm
Cluster string[]Ids - vm
Clusters GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Collection Item Vm Cluster[] - 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"} - 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.
- 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 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.
- 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[GetCloud Exadata Infrastructures Cloud 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.
- vm_
cluster_ Sequence[str]ids - vm_
clusters Sequence[GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Collection Item Vm Cluster] - The list of VM Clusters in the Exadata infrastructure.
- additional
Details Map<String> - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - compartment
Id String - The OCID of the compartment.
- database
Compartments List<String> - The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
- 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"} - deployment
Type String - The infrastructure deployment type.
- discovery
Key String - display
Name 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.
- infrastructure
Type String - internal
Id String - The internal ID of the Exadata resource.
- license
Model String - The Oracle license model that applies to the database management resources.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- rack
Size String - The rack size of the Exadata infrastructure.
- resource
Type String - The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storage
Grids List<Property Map> - The Exadata storage server grid of the Exadata infrastructure.
- storage
Server 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"} - time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
- vm
Cluster List<String>Ids - vm
Clusters List<Property Map> - The list of VM Clusters in the Exadata infrastructure.
GetCloudExadataInfrastructuresCloudExadataInfrastructureCollectionItemStorageGrid
- Additional
Details Dictionary<string, string> - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - Display
Name string - The optional single value query filter parameter on the entity display name.
- Id string
- The OCID of the Exadata resource.
- Internal
Id string - The internal ID of the Exadata resource.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Resource
Type string - The type of Exadata resource.
- Server
Count 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.
- Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- Additional
Details map[string]string - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - Display
Name string - The optional single value query filter parameter on the entity display name.
- Id string
- The OCID of the Exadata resource.
- Internal
Id string - The internal ID of the Exadata resource.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Resource
Type string - The type of Exadata resource.
- Server
Count 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.
- Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- additional
Details Map<String,String> - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - display
Name String - The optional single value query filter parameter on the entity display name.
- id String
- The OCID of the Exadata resource.
- internal
Id String - The internal ID of the Exadata resource.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- resource
Type String - The type of Exadata resource.
- server
Count 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.
- time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
- additional
Details {[key: string]: string} - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - display
Name string - The optional single value query filter parameter on the entity display name.
- id string
- The OCID of the Exadata resource.
- internal
Id string - The internal ID of the Exadata resource.
- lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- resource
Type string - The type of Exadata resource.
- server
Count 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.
- time
Created string - The timestamp of the creation of the Exadata resource.
- time
Updated 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.
- 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.
- additional
Details Map<String> - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - display
Name String - The optional single value query filter parameter on the entity display name.
- id String
- The OCID of the Exadata resource.
- internal
Id String - The internal ID of the Exadata resource.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- resource
Type String - The type of Exadata resource.
- server
Count 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.
- time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
GetCloudExadataInfrastructuresCloudExadataInfrastructureCollectionItemVmCluster
- Additional
Details Dictionary<string, string> - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - Compartment
Id string - The OCID of the compartment.
- Deployment
Type string - The infrastructure deployment type.
- Display
Name string - The optional single value query filter parameter on the entity display name.
- Home
Directory string - The Oracle home directory.
- Id string
- The OCID of the Exadata resource.
- Internal
Id string - The internal ID of the Exadata resource.
- License
Model string - The Oracle license model that applies to the database management resources.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Resource
Type string - The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- Additional
Details map[string]string - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - Compartment
Id string - The OCID of the compartment.
- Deployment
Type string - The infrastructure deployment type.
- Display
Name string - The optional single value query filter parameter on the entity display name.
- Home
Directory string - The Oracle home directory.
- Id string
- The OCID of the Exadata resource.
- Internal
Id string - The internal ID of the Exadata resource.
- License
Model string - The Oracle license model that applies to the database management resources.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Resource
Type string - The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- additional
Details Map<String,String> - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - compartment
Id String - The OCID of the compartment.
- deployment
Type String - The infrastructure deployment type.
- display
Name String - The optional single value query filter parameter on the entity display name.
- home
Directory String - The Oracle home directory.
- id String
- The OCID of the Exadata resource.
- internal
Id String - The internal ID of the Exadata resource.
- license
Model String - The Oracle license model that applies to the database management resources.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- resource
Type String - The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
- additional
Details {[key: string]: string} - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - compartment
Id string - The OCID of the compartment.
- deployment
Type string - The infrastructure deployment type.
- display
Name string - The optional single value query filter parameter on the entity display name.
- home
Directory string - The Oracle home directory.
- id string
- The OCID of the Exadata resource.
- internal
Id string - The internal ID of the Exadata resource.
- license
Model string - The Oracle license model that applies to the database management resources.
- lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- resource
Type string - The type of Exadata resource.
- state string
- The current lifecycle state of the database resource.
- status string
- The status of the Exadata resource.
- time
Created string - The timestamp of the creation of the Exadata resource.
- time
Updated 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 optional single value query filter parameter on the entity display name.
- 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.
- additional
Details Map<String> - The additional details of the resource defined in
{"key": "value"}format. Example:{"bar-key": "value"} - compartment
Id String - The OCID of the compartment.
- deployment
Type String - The infrastructure deployment type.
- display
Name String - The optional single value query filter parameter on the entity display name.
- home
Directory String - The Oracle home directory.
- id String
- The OCID of the Exadata resource.
- internal
Id String - The internal ID of the Exadata resource.
- license
Model String - The Oracle license model that applies to the database management resources.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- resource
Type String - The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
GetCloudExadataInfrastructuresFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
