Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.DatabaseManagement.getExternalExadataStorageGrid
Explore with Pulumi AI
This data source provides details about a specific External Exadata Storage Grid resource in Oracle Cloud Infrastructure Database Management service.
Gets the details for the Exadata storage server grid specified by exadataStorageGridId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalExadataStorageGrid = oci.DatabaseManagement.getExternalExadataStorageGrid({
    externalExadataStorageGridId: testExternalExadataStorageGridOciDatabaseManagementExternalExadataStorageGrid.id,
});
import pulumi
import pulumi_oci as oci
test_external_exadata_storage_grid = oci.DatabaseManagement.get_external_exadata_storage_grid(external_exadata_storage_grid_id=test_external_exadata_storage_grid_oci_database_management_external_exadata_storage_grid["id"])
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.GetExternalExadataStorageGrid(ctx, &databasemanagement.GetExternalExadataStorageGridArgs{
			ExternalExadataStorageGridId: testExternalExadataStorageGridOciDatabaseManagementExternalExadataStorageGrid.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 testExternalExadataStorageGrid = Oci.DatabaseManagement.GetExternalExadataStorageGrid.Invoke(new()
    {
        ExternalExadataStorageGridId = testExternalExadataStorageGridOciDatabaseManagementExternalExadataStorageGrid.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.GetExternalExadataStorageGridArgs;
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 testExternalExadataStorageGrid = DatabaseManagementFunctions.getExternalExadataStorageGrid(GetExternalExadataStorageGridArgs.builder()
            .externalExadataStorageGridId(testExternalExadataStorageGridOciDatabaseManagementExternalExadataStorageGrid.id())
            .build());
    }
}
variables:
  testExternalExadataStorageGrid:
    fn::invoke:
      function: oci:DatabaseManagement:getExternalExadataStorageGrid
      arguments:
        externalExadataStorageGridId: ${testExternalExadataStorageGridOciDatabaseManagementExternalExadataStorageGrid.id}
Using getExternalExadataStorageGrid
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 getExternalExadataStorageGrid(args: GetExternalExadataStorageGridArgs, opts?: InvokeOptions): Promise<GetExternalExadataStorageGridResult>
function getExternalExadataStorageGridOutput(args: GetExternalExadataStorageGridOutputArgs, opts?: InvokeOptions): Output<GetExternalExadataStorageGridResult>def get_external_exadata_storage_grid(external_exadata_storage_grid_id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetExternalExadataStorageGridResult
def get_external_exadata_storage_grid_output(external_exadata_storage_grid_id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetExternalExadataStorageGridResult]func GetExternalExadataStorageGrid(ctx *Context, args *GetExternalExadataStorageGridArgs, opts ...InvokeOption) (*GetExternalExadataStorageGridResult, error)
func GetExternalExadataStorageGridOutput(ctx *Context, args *GetExternalExadataStorageGridOutputArgs, opts ...InvokeOption) GetExternalExadataStorageGridResultOutput> Note: This function is named GetExternalExadataStorageGrid in the Go SDK.
public static class GetExternalExadataStorageGrid 
{
    public static Task<GetExternalExadataStorageGridResult> InvokeAsync(GetExternalExadataStorageGridArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalExadataStorageGridResult> Invoke(GetExternalExadataStorageGridInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExternalExadataStorageGridResult> getExternalExadataStorageGrid(GetExternalExadataStorageGridArgs args, InvokeOptions options)
public static Output<GetExternalExadataStorageGridResult> getExternalExadataStorageGrid(GetExternalExadataStorageGridArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DatabaseManagement/getExternalExadataStorageGrid:getExternalExadataStorageGrid
  arguments:
    # arguments dictionaryThe following arguments are supported:
- External
Exadata stringStorage Grid Id  - The OCID of the Exadata storage grid.
 
- External
Exadata stringStorage Grid Id  - The OCID of the Exadata storage grid.
 
- external
Exadata StringStorage Grid Id  - The OCID of the Exadata storage grid.
 
- external
Exadata stringStorage Grid Id  - The OCID of the Exadata storage grid.
 
- external_
exadata_ strstorage_ grid_ id  - The OCID of the Exadata storage grid.
 
- external
Exadata StringStorage Grid Id  - The OCID of the Exadata storage grid.
 
getExternalExadataStorageGrid Result
The following output properties are available:
- Additional
Details Dictionary<string, string> - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - 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"} - Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - Exadata
Infrastructure stringId  - The OCID of the Exadata infrastructure.
 - External
Exadata stringStorage Grid Id  - 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.
 - 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 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.
 - Storage
Servers List<GetExternal Exadata Storage Grid Storage Server>  - A list of monitored Exadata storage servers.
 - 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.
 
- Additional
Details map[string]string - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - 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"} - Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - Exadata
Infrastructure stringId  - The OCID of the Exadata infrastructure.
 - External
Exadata stringStorage Grid Id  - 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.
 - 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 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.
 - Storage
Servers []GetExternal Exadata Storage Grid Storage Server  - A list of monitored Exadata storage servers.
 - 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.
 
- additional
Details Map<String,String> - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - 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"} - display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - exadata
Infrastructure StringId  - The OCID of the Exadata infrastructure.
 - external
Exadata StringStorage Grid Id  - 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.
 - 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 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.
 - storage
Servers List<GetExternal Exadata Storage Grid Storage Server>  - A list of monitored Exadata storage servers.
 - 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.
 
- additional
Details {[key: string]: string} - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - {[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"} - display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - exadata
Infrastructure stringId  - The OCID of the Exadata infrastructure.
 - external
Exadata stringStorage Grid Id  - {[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.
 - 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.
 - storage
Servers GetExternal Exadata Storage Grid Storage Server[]  - A list of monitored Exadata storage servers.
 - {[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.
 
- additional_
details Mapping[str, str] - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - 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"} - display_
name str - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - exadata_
infrastructure_ strid  - The OCID of the Exadata infrastructure.
 - external_
exadata_ strstorage_ grid_ id  - 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.
 - lifecycle_
details str - The details of the lifecycle state of the Exadata resource.
 - resource_
type str - The type of 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.
 - storage_
servers Sequence[databasemanagement.Get External Exadata Storage Grid Storage Server]  - A list of monitored Exadata storage servers.
 - 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.
 
- additional
Details Map<String> - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - 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"} - display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - exadata
Infrastructure StringId  - The OCID of the Exadata infrastructure.
 - external
Exadata StringStorage Grid Id  - 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.
 - 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.
 - storage
Servers List<Property Map> - A list of monitored Exadata storage servers.
 - 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.
 
Supporting Types
GetExternalExadataStorageGridStorageServer      
- Additional
Details Dictionary<string, string> - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - Connector
Id string - The OCID of the connector.
 - Cpu
Count double - The CPU count of the Exadata storage server.
 - 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"} - Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - 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.
 - Internal
Id string - The internal ID of the Exadata resource.
 - Ip
Address string - The IP address of the Exadata storage server.
 - Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
 - Make
Model string - The make model of the Exadata storage server.
 - Max
Flash intDisk Iops  - The maximum flash disk IO operations per second of the Exadata storage server.
 - Max
Flash intDisk Throughput  - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
 - Max
Hard intDisk Iops  - The maximum hard disk IO operations per second of the Exadata storage server.
 - Max
Hard intDisk Throughput  - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
 - Memory
Gb double - The Exadata storage server memory size in GB.
 - 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.
 - 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.
 
- Additional
Details map[string]string - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - Connector
Id string - The OCID of the connector.
 - Cpu
Count float64 - The CPU count of the Exadata storage server.
 - 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"} - Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - 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.
 - Internal
Id string - The internal ID of the Exadata resource.
 - Ip
Address string - The IP address of the Exadata storage server.
 - Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
 - Make
Model string - The make model of the Exadata storage server.
 - Max
Flash intDisk Iops  - The maximum flash disk IO operations per second of the Exadata storage server.
 - Max
Flash intDisk Throughput  - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
 - Max
Hard intDisk Iops  - The maximum hard disk IO operations per second of the Exadata storage server.
 - Max
Hard intDisk Throughput  - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
 - Memory
Gb float64 - The Exadata storage server memory size in GB.
 - 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.
 - 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.
 
- additional
Details Map<String,String> - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - connector
Id String - The OCID of the connector.
 - cpu
Count Double - The CPU count of the Exadata storage server.
 - 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"} - display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - 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.
 - internal
Id String - The internal ID of the Exadata resource.
 - ip
Address String - The IP address of the Exadata storage server.
 - lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
 - make
Model String - The make model of the Exadata storage server.
 - max
Flash IntegerDisk Iops  - The maximum flash disk IO operations per second of the Exadata storage server.
 - max
Flash IntegerDisk Throughput  - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
 - max
Hard IntegerDisk Iops  - The maximum hard disk IO operations per second of the Exadata storage server.
 - max
Hard IntegerDisk Throughput  - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
 - memory
Gb Double - The Exadata storage server memory size in GB.
 - 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.
 - 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.
 
- additional
Details {[key: string]: string} - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - connector
Id string - The OCID of the connector.
 - cpu
Count number - The CPU count of the Exadata storage server.
 - {[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"} - display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - {[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.
 - internal
Id string - The internal ID of the Exadata resource.
 - ip
Address string - The IP address of the Exadata storage server.
 - lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
 - make
Model string - The make model of the Exadata storage server.
 - max
Flash numberDisk Iops  - The maximum flash disk IO operations per second of the Exadata storage server.
 - max
Flash numberDisk Throughput  - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
 - max
Hard numberDisk Iops  - The maximum hard disk IO operations per second of the Exadata storage server.
 - max
Hard numberDisk Throughput  - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
 - memory
Gb number - The Exadata storage server memory size in GB.
 - 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.
 - {[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.
 
- additional_
details Mapping[str, str] - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - connector_
id str - The OCID of the connector.
 - cpu_
count float - The CPU count of the Exadata storage server.
 - 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"} - display_
name str - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - 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.
 - ip_
address str - The IP address of the Exadata storage server.
 - lifecycle_
details str - The details of the lifecycle state of the Exadata resource.
 - make_
model str - The make model of the Exadata storage server.
 - max_
flash_ intdisk_ iops  - The maximum flash disk IO operations per second of the Exadata storage server.
 - max_
flash_ intdisk_ throughput  - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
 - max_
hard_ intdisk_ iops  - The maximum hard disk IO operations per second of the Exadata storage server.
 - max_
hard_ intdisk_ throughput  - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
 - memory_
gb float - The Exadata storage server memory size in GB.
 - 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.
 - 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.
 
- additional
Details Map<String> - The additional details of the resource defined in 
{"key": "value"}format. Example:{"bar-key": "value"} - connector
Id String - The OCID of the connector.
 - cpu
Count Number - The CPU count of the Exadata storage server.
 - 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"} - display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
 - 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.
 - internal
Id String - The internal ID of the Exadata resource.
 - ip
Address String - The IP address of the Exadata storage server.
 - lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
 - make
Model String - The make model of the Exadata storage server.
 - max
Flash NumberDisk Iops  - The maximum flash disk IO operations per second of the Exadata storage server.
 - max
Flash NumberDisk Throughput  - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
 - max
Hard NumberDisk Iops  - The maximum hard disk IO operations per second of the Exadata storage server.
 - max
Hard NumberDisk Throughput  - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
 - memory
Gb Number - The Exadata storage server memory size in GB.
 - 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.
 - 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.
 
Package Details
- Repository
 - oci pulumi/pulumi-oci
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
ociTerraform Provider.