1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. getExternalExadataStorageServer
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.DatabaseManagement.getExternalExadataStorageServer

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

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

Gets the summary for the Exadata storage server specified by exadataStorageServerId.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testExternalExadataStorageServer = oci.DatabaseManagement.getExternalExadataStorageServer({
    externalExadataStorageServerId: testExternalExadataStorageServerOciDatabaseManagementExternalExadataStorageServer.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_external_exadata_storage_server = oci.DatabaseManagement.get_external_exadata_storage_server(external_exadata_storage_server_id=test_external_exadata_storage_server_oci_database_management_external_exadata_storage_server["id"])
Copy
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.GetExternalExadataStorageServer(ctx, &databasemanagement.GetExternalExadataStorageServerArgs{
			ExternalExadataStorageServerId: testExternalExadataStorageServerOciDatabaseManagementExternalExadataStorageServer.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testExternalExadataStorageServer = Oci.DatabaseManagement.GetExternalExadataStorageServer.Invoke(new()
    {
        ExternalExadataStorageServerId = testExternalExadataStorageServerOciDatabaseManagementExternalExadataStorageServer.Id,
    });

});
Copy
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.GetExternalExadataStorageServerArgs;
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 testExternalExadataStorageServer = DatabaseManagementFunctions.getExternalExadataStorageServer(GetExternalExadataStorageServerArgs.builder()
            .externalExadataStorageServerId(testExternalExadataStorageServerOciDatabaseManagementExternalExadataStorageServer.id())
            .build());

    }
}
Copy
variables:
  testExternalExadataStorageServer:
    fn::invoke:
      function: oci:DatabaseManagement:getExternalExadataStorageServer
      arguments:
        externalExadataStorageServerId: ${testExternalExadataStorageServerOciDatabaseManagementExternalExadataStorageServer.id}
Copy

Using getExternalExadataStorageServer

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 getExternalExadataStorageServer(args: GetExternalExadataStorageServerArgs, opts?: InvokeOptions): Promise<GetExternalExadataStorageServerResult>
function getExternalExadataStorageServerOutput(args: GetExternalExadataStorageServerOutputArgs, opts?: InvokeOptions): Output<GetExternalExadataStorageServerResult>
Copy
def get_external_exadata_storage_server(external_exadata_storage_server_id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetExternalExadataStorageServerResult
def get_external_exadata_storage_server_output(external_exadata_storage_server_id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetExternalExadataStorageServerResult]
Copy
func GetExternalExadataStorageServer(ctx *Context, args *GetExternalExadataStorageServerArgs, opts ...InvokeOption) (*GetExternalExadataStorageServerResult, error)
func GetExternalExadataStorageServerOutput(ctx *Context, args *GetExternalExadataStorageServerOutputArgs, opts ...InvokeOption) GetExternalExadataStorageServerResultOutput
Copy

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

public static class GetExternalExadataStorageServer 
{
    public static Task<GetExternalExadataStorageServerResult> InvokeAsync(GetExternalExadataStorageServerArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalExadataStorageServerResult> Invoke(GetExternalExadataStorageServerInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetExternalExadataStorageServerResult> getExternalExadataStorageServer(GetExternalExadataStorageServerArgs args, InvokeOptions options)
public static Output<GetExternalExadataStorageServerResult> getExternalExadataStorageServer(GetExternalExadataStorageServerArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DatabaseManagement/getExternalExadataStorageServer:getExternalExadataStorageServer
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ExternalExadataStorageServerId This property is required. string
The OCID of the Exadata storage server.
ExternalExadataStorageServerId This property is required. string
The OCID of the Exadata storage server.
externalExadataStorageServerId This property is required. String
The OCID of the Exadata storage server.
externalExadataStorageServerId This property is required. string
The OCID of the Exadata storage server.
external_exadata_storage_server_id This property is required. str
The OCID of the Exadata storage server.
externalExadataStorageServerId This property is required. String
The OCID of the Exadata storage server.

getExternalExadataStorageServer Result

The following output properties are available:

AdditionalDetails Dictionary<string, string>
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
Connectors List<GetExternalExadataStorageServerConnector>
The connector of the Exadata storage server.
CpuCount double
The CPU count of the Exadata storage server.
DefinedTags Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName string
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
ExadataInfrastructureId string
The OCID of the Exadata infrastructure.
ExternalExadataStorageServerId string
FreeformTags Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
Id string
The OCID of the Exadata resource.
InternalId string
The internal ID of the Exadata resource.
IpAddress string
The IP address of the Exadata storage server.
LifecycleDetails string
The details of the lifecycle state of the Exadata resource.
MakeModel string
The make model of the Exadata storage server.
MaxFlashDiskIops int
The maximum flash disk IO operations per second of the Exadata storage server.
MaxFlashDiskThroughput int
The maximum flash disk IO throughput in MB/s of the Exadata storage server.
MaxHardDiskIops int
The maximum hard disk IO operations per second of the Exadata storage server.
MaxHardDiskThroughput int
The maximum hard disk IO throughput in MB/s of the Exadata storage server.
MemoryGb double
The Exadata storage server memory size in GB.
ResourceType string
The type of Exadata resource.
State string
The current lifecycle state of the database resource.
Status string
The status of the Exadata resource.
StorageGridId string
The OCID of the Exadata storage server grid.
SystemTags Dictionary<string, string>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The timestamp of the creation of the Exadata resource.
TimeUpdated string
The timestamp of the last update of the Exadata resource.
Version string
The version of the Exadata resource.
AdditionalDetails map[string]string
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
Connectors []GetExternalExadataStorageServerConnector
The connector of the Exadata storage server.
CpuCount float64
The CPU count of the Exadata storage server.
DefinedTags map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName string
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
ExadataInfrastructureId string
The OCID of the Exadata infrastructure.
ExternalExadataStorageServerId string
FreeformTags map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
Id string
The OCID of the Exadata resource.
InternalId string
The internal ID of the Exadata resource.
IpAddress string
The IP address of the Exadata storage server.
LifecycleDetails string
The details of the lifecycle state of the Exadata resource.
MakeModel string
The make model of the Exadata storage server.
MaxFlashDiskIops int
The maximum flash disk IO operations per second of the Exadata storage server.
MaxFlashDiskThroughput int
The maximum flash disk IO throughput in MB/s of the Exadata storage server.
MaxHardDiskIops int
The maximum hard disk IO operations per second of the Exadata storage server.
MaxHardDiskThroughput int
The maximum hard disk IO throughput in MB/s of the Exadata storage server.
MemoryGb float64
The Exadata storage server memory size in GB.
ResourceType string
The type of Exadata resource.
State string
The current lifecycle state of the database resource.
Status string
The status of the Exadata resource.
StorageGridId string
The OCID of the Exadata storage server grid.
SystemTags map[string]string
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The timestamp of the creation of the Exadata resource.
TimeUpdated string
The timestamp of the last update of the Exadata resource.
Version string
The version of the Exadata resource.
additionalDetails Map<String,String>
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
connectors List<GetExternalExadataStorageServerConnector>
The connector of the Exadata storage server.
cpuCount Double
The CPU count of the Exadata storage server.
definedTags Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName String
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
exadataInfrastructureId String
The OCID of the Exadata infrastructure.
externalExadataStorageServerId String
freeformTags Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id String
The OCID of the Exadata resource.
internalId String
The internal ID of the Exadata resource.
ipAddress String
The IP address of the Exadata storage server.
lifecycleDetails String
The details of the lifecycle state of the Exadata resource.
makeModel String
The make model of the Exadata storage server.
maxFlashDiskIops Integer
The maximum flash disk IO operations per second of the Exadata storage server.
maxFlashDiskThroughput Integer
The maximum flash disk IO throughput in MB/s of the Exadata storage server.
maxHardDiskIops Integer
The maximum hard disk IO operations per second of the Exadata storage server.
maxHardDiskThroughput Integer
The maximum hard disk IO throughput in MB/s of the Exadata storage server.
memoryGb Double
The Exadata storage server memory size in GB.
resourceType String
The type of Exadata resource.
state String
The current lifecycle state of the database resource.
status String
The status of the Exadata resource.
storageGridId String
The OCID of the Exadata storage server grid.
systemTags Map<String,String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The timestamp of the creation of the Exadata resource.
timeUpdated String
The timestamp of the last update of the Exadata resource.
version String
The version of the Exadata resource.
additionalDetails {[key: string]: string}
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
connectors GetExternalExadataStorageServerConnector[]
The connector of the Exadata storage server.
cpuCount number
The CPU count of the Exadata storage server.
definedTags {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName string
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
exadataInfrastructureId string
The OCID of the Exadata infrastructure.
externalExadataStorageServerId string
freeformTags {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id string
The OCID of the Exadata resource.
internalId string
The internal ID of the Exadata resource.
ipAddress string
The IP address of the Exadata storage server.
lifecycleDetails string
The details of the lifecycle state of the Exadata resource.
makeModel string
The make model of the Exadata storage server.
maxFlashDiskIops number
The maximum flash disk IO operations per second of the Exadata storage server.
maxFlashDiskThroughput number
The maximum flash disk IO throughput in MB/s of the Exadata storage server.
maxHardDiskIops number
The maximum hard disk IO operations per second of the Exadata storage server.
maxHardDiskThroughput number
The maximum hard disk IO throughput in MB/s of the Exadata storage server.
memoryGb number
The Exadata storage server memory size in GB.
resourceType string
The type of Exadata resource.
state string
The current lifecycle state of the database resource.
status string
The status of the Exadata resource.
storageGridId string
The OCID of the Exadata storage server grid.
systemTags {[key: string]: string}
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated string
The timestamp of the creation of the Exadata resource.
timeUpdated string
The timestamp of the last update of the Exadata resource.
version string
The version of the Exadata resource.
additional_details Mapping[str, str]
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
connectors Sequence[databasemanagement.GetExternalExadataStorageServerConnector]
The connector of the Exadata storage server.
cpu_count float
The CPU count of the Exadata storage server.
defined_tags Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
display_name str
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
exadata_infrastructure_id str
The OCID of the Exadata infrastructure.
external_exadata_storage_server_id str
freeform_tags Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id str
The OCID of the Exadata resource.
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_disk_iops int
The maximum flash disk IO operations per second of the Exadata storage server.
max_flash_disk_throughput int
The maximum flash disk IO throughput in MB/s of the Exadata storage server.
max_hard_disk_iops int
The maximum hard disk IO operations per second of the Exadata storage server.
max_hard_disk_throughput int
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.
storage_grid_id str
The OCID of the Exadata storage server grid.
system_tags Mapping[str, str]
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created str
The timestamp of the creation of the Exadata resource.
time_updated str
The timestamp of the last update of the Exadata resource.
version str
The version of the Exadata resource.
additionalDetails Map<String>
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
connectors List<Property Map>
The connector of the Exadata storage server.
cpuCount Number
The CPU count of the Exadata storage server.
definedTags Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName String
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
exadataInfrastructureId String
The OCID of the Exadata infrastructure.
externalExadataStorageServerId String
freeformTags Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id String
The OCID of the Exadata resource.
internalId String
The internal ID of the Exadata resource.
ipAddress String
The IP address of the Exadata storage server.
lifecycleDetails String
The details of the lifecycle state of the Exadata resource.
makeModel String
The make model of the Exadata storage server.
maxFlashDiskIops Number
The maximum flash disk IO operations per second of the Exadata storage server.
maxFlashDiskThroughput Number
The maximum flash disk IO throughput in MB/s of the Exadata storage server.
maxHardDiskIops Number
The maximum hard disk IO operations per second of the Exadata storage server.
maxHardDiskThroughput Number
The maximum hard disk IO throughput in MB/s of the Exadata storage server.
memoryGb Number
The Exadata storage server memory size in GB.
resourceType String
The type of Exadata resource.
state String
The current lifecycle state of the database resource.
status String
The status of the Exadata resource.
storageGridId String
The OCID of the Exadata storage server grid.
systemTags Map<String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The timestamp of the creation of the Exadata resource.
timeUpdated String
The timestamp of the last update of the Exadata resource.
version String
The version of the Exadata resource.

Supporting Types

GetExternalExadataStorageServerConnector

AdditionalDetails This property is required. Dictionary<string, string>
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
AgentId This property is required. string
The OCID of the agent for the Exadata storage server.
ConnectionUri This property is required. string
The unique string of the connection. For example, "https:///MS/RESTService/".
DefinedTags This property is required. 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"}
DisplayName This property is required. string
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
FreeformTags This property is required. 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 This property is required. string
The OCID of the Exadata resource.
InternalId This property is required. string
The internal ID of the Exadata resource.
LifecycleDetails This property is required. string
The details of the lifecycle state of the Exadata resource.
ResourceType This property is required. string
The type of Exadata resource.
State This property is required. string
The current lifecycle state of the database resource.
Status This property is required. string
The status of the Exadata resource.
StorageServerId This property is required. string
The OCID of the Exadata storage server.
SystemTags This property is required. 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 This property is required. string
The timestamp of the creation of the Exadata resource.
TimeUpdated This property is required. string
The timestamp of the last update of the Exadata resource.
Version This property is required. string
The version of the Exadata resource.
AdditionalDetails This property is required. map[string]string
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
AgentId This property is required. string
The OCID of the agent for the Exadata storage server.
ConnectionUri This property is required. string
The unique string of the connection. For example, "https:///MS/RESTService/".
DefinedTags This property is required. 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"}
DisplayName This property is required. string
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
FreeformTags This property is required. 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 This property is required. string
The OCID of the Exadata resource.
InternalId This property is required. string
The internal ID of the Exadata resource.
LifecycleDetails This property is required. string
The details of the lifecycle state of the Exadata resource.
ResourceType This property is required. string
The type of Exadata resource.
State This property is required. string
The current lifecycle state of the database resource.
Status This property is required. string
The status of the Exadata resource.
StorageServerId This property is required. string
The OCID of the Exadata storage server.
SystemTags This property is required. 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 This property is required. string
The timestamp of the creation of the Exadata resource.
TimeUpdated This property is required. string
The timestamp of the last update of the Exadata resource.
Version This property is required. string
The version of the Exadata resource.
additionalDetails This property is required. Map<String,String>
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
agentId This property is required. String
The OCID of the agent for the Exadata storage server.
connectionUri This property is required. String
The unique string of the connection. For example, "https:///MS/RESTService/".
definedTags This property is required. 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"}
displayName This property is required. String
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
freeformTags This property is required. 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 This property is required. String
The OCID of the Exadata resource.
internalId This property is required. String
The internal ID of the Exadata resource.
lifecycleDetails This property is required. String
The details of the lifecycle state of the Exadata resource.
resourceType This property is required. String
The type of Exadata resource.
state This property is required. String
The current lifecycle state of the database resource.
status This property is required. String
The status of the Exadata resource.
storageServerId This property is required. String
The OCID of the Exadata storage server.
systemTags This property is required. 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 This property is required. String
The timestamp of the creation of the Exadata resource.
timeUpdated This property is required. String
The timestamp of the last update of the Exadata resource.
version This property is required. String
The version of the Exadata resource.
additionalDetails This property is required. {[key: string]: string}
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
agentId This property is required. string
The OCID of the agent for the Exadata storage server.
connectionUri This property is required. string
The unique string of the connection. For example, "https:///MS/RESTService/".
definedTags This property is required. {[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"}
displayName This property is required. string
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
freeformTags This property is required. {[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 This property is required. string
The OCID of the Exadata resource.
internalId This property is required. string
The internal ID of the Exadata resource.
lifecycleDetails This property is required. string
The details of the lifecycle state of the Exadata resource.
resourceType This property is required. string
The type of Exadata resource.
state This property is required. string
The current lifecycle state of the database resource.
status This property is required. string
The status of the Exadata resource.
storageServerId This property is required. string
The OCID of the Exadata storage server.
systemTags This property is required. {[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 This property is required. string
The timestamp of the creation of the Exadata resource.
timeUpdated This property is required. string
The timestamp of the last update of the Exadata resource.
version This property is required. string
The version of the Exadata resource.
additional_details This property is required. Mapping[str, str]
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
agent_id This property is required. str
The OCID of the agent for the Exadata storage server.
connection_uri This property is required. str
The unique string of the connection. For example, "https:///MS/RESTService/".
defined_tags This property is required. 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 This property is required. str
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
freeform_tags This property is required. 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 This property is required. str
The OCID of the Exadata resource.
internal_id This property is required. str
The internal ID of the Exadata resource.
lifecycle_details This property is required. str
The details of the lifecycle state of the Exadata resource.
resource_type This property is required. str
The type of Exadata resource.
state This property is required. str
The current lifecycle state of the database resource.
status This property is required. str
The status of the Exadata resource.
storage_server_id This property is required. str
The OCID of the Exadata storage server.
system_tags This property is required. 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 This property is required. str
The timestamp of the creation of the Exadata resource.
time_updated This property is required. str
The timestamp of the last update of the Exadata resource.
version This property is required. str
The version of the Exadata resource.
additionalDetails This property is required. Map<String>
The additional details of the resource defined in {"key": "value"} format. Example: {"bar-key": "value"}
agentId This property is required. String
The OCID of the agent for the Exadata storage server.
connectionUri This property is required. String
The unique string of the connection. For example, "https:///MS/RESTService/".
definedTags This property is required. 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"}
displayName This property is required. String
The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
freeformTags This property is required. 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 This property is required. String
The OCID of the Exadata resource.
internalId This property is required. String
The internal ID of the Exadata resource.
lifecycleDetails This property is required. String
The details of the lifecycle state of the Exadata resource.
resourceType This property is required. String
The type of Exadata resource.
state This property is required. String
The current lifecycle state of the database resource.
status This property is required. String
The status of the Exadata resource.
storageServerId This property is required. String
The OCID of the Exadata storage server.
systemTags This property is required. 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 This property is required. String
The timestamp of the creation of the Exadata resource.
timeUpdated This property is required. String
The timestamp of the last update of the Exadata resource.
version This property is required. String
The version of the Exadata resource.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi