oci.DatabaseManagement.getExternalExadataInfrastructure
Explore with Pulumi AI
This data source provides details about a specific External Exadata Infrastructure resource in Oracle Cloud Infrastructure Database Management service.
Gets the details for the Exadata infrastructure specified by externalExadataInfrastructureId. It includes the DB systems and storage grid within the Exadata infrastructure.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalExadataInfrastructure = oci.DatabaseManagement.getExternalExadataInfrastructure({
externalExadataInfrastructureId: testExternalExadataInfrastructureOciDatabaseManagementExternalExadataInfrastructure.id,
});
import pulumi
import pulumi_oci as oci
test_external_exadata_infrastructure = oci.DatabaseManagement.get_external_exadata_infrastructure(external_exadata_infrastructure_id=test_external_exadata_infrastructure_oci_database_management_external_exadata_infrastructure["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/DatabaseManagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DatabaseManagement.GetExternalExadataInfrastructure(ctx, &databasemanagement.GetExternalExadataInfrastructureArgs{
ExternalExadataInfrastructureId: testExternalExadataInfrastructureOciDatabaseManagementExternalExadataInfrastructure.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testExternalExadataInfrastructure = Oci.DatabaseManagement.GetExternalExadataInfrastructure.Invoke(new()
{
ExternalExadataInfrastructureId = testExternalExadataInfrastructureOciDatabaseManagementExternalExadataInfrastructure.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetExternalExadataInfrastructureArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testExternalExadataInfrastructure = DatabaseManagementFunctions.getExternalExadataInfrastructure(GetExternalExadataInfrastructureArgs.builder()
.externalExadataInfrastructureId(testExternalExadataInfrastructureOciDatabaseManagementExternalExadataInfrastructure.id())
.build());
}
}
variables:
testExternalExadataInfrastructure:
fn::invoke:
Function: oci:DatabaseManagement:getExternalExadataInfrastructure
Arguments:
externalExadataInfrastructureId: ${testExternalExadataInfrastructureOciDatabaseManagementExternalExadataInfrastructure.id}
Using getExternalExadataInfrastructure
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExternalExadataInfrastructure(args: GetExternalExadataInfrastructureArgs, opts?: InvokeOptions): Promise<GetExternalExadataInfrastructureResult>
function getExternalExadataInfrastructureOutput(args: GetExternalExadataInfrastructureOutputArgs, opts?: InvokeOptions): Output<GetExternalExadataInfrastructureResult>
def get_external_exadata_infrastructure(external_exadata_infrastructure_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExternalExadataInfrastructureResult
def get_external_exadata_infrastructure_output(external_exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExternalExadataInfrastructureResult]
func GetExternalExadataInfrastructure(ctx *Context, args *GetExternalExadataInfrastructureArgs, opts ...InvokeOption) (*GetExternalExadataInfrastructureResult, error)
func GetExternalExadataInfrastructureOutput(ctx *Context, args *GetExternalExadataInfrastructureOutputArgs, opts ...InvokeOption) GetExternalExadataInfrastructureResultOutput
> Note: This function is named GetExternalExadataInfrastructure
in the Go SDK.
public static class GetExternalExadataInfrastructure
{
public static Task<GetExternalExadataInfrastructureResult> InvokeAsync(GetExternalExadataInfrastructureArgs args, InvokeOptions? opts = null)
public static Output<GetExternalExadataInfrastructureResult> Invoke(GetExternalExadataInfrastructureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExternalExadataInfrastructureResult> getExternalExadataInfrastructure(GetExternalExadataInfrastructureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DatabaseManagement/getExternalExadataInfrastructure:getExternalExadataInfrastructure
arguments:
# arguments dictionary
The following arguments are supported:
- External
Exadata stringInfrastructure Id - The OCID of the Exadata infrastructure.
- External
Exadata stringInfrastructure Id - The OCID of the Exadata infrastructure.
- external
Exadata StringInfrastructure Id - The OCID of the Exadata infrastructure.
- external
Exadata stringInfrastructure Id - The OCID of the Exadata infrastructure.
- external_
exadata_ strinfrastructure_ id - The OCID of the Exadata infrastructure.
- external
Exadata StringInfrastructure Id - The OCID of the Exadata infrastructure.
getExternalExadataInfrastructure 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"}
- 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.
- Database
Systems List<GetExternal Exadata Infrastructure Database System> - A list of DB systems.
- Db
System List<string>Ids - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Discovery
Key string - Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- External
Exadata stringInfrastructure 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.
- 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.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Storage
Grids List<GetExternal Exadata Infrastructure 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.
- 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.
- Database
Systems []GetExternal Exadata Infrastructure Database System - A list of DB systems.
- Db
System []stringIds - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Discovery
Key string - Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- External
Exadata stringInfrastructure 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.
- 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.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Storage
Grids []GetExternal Exadata Infrastructure 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.
- 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.
- database
Systems List<GetExternal Exadata Infrastructure Database System> - A list of DB systems.
- db
System List<String>Ids - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovery
Key String - display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- external
Exadata StringInfrastructure 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.
- 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.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storage
Grids List<GetExternal Exadata Infrastructure 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.
- 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.
- database
Systems GetExternal Exadata Infrastructure Database System[] - A list of DB systems.
- db
System string[]Ids - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovery
Key string - display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- external
Exadata stringInfrastructure 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.
- 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.
- state string
- The current lifecycle state of the database resource.
- status string
- The status of the Exadata resource.
- storage
Grids GetExternal Exadata Infrastructure 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.
- additional_
details Mapping[str, str] - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- compartment_
id str - The OCID of the compartment.
- database_
compartments Sequence[str] - The list of [OCIDs] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
- database_
systems Sequence[databasemanagement.Get External Exadata Infrastructure Database System] - A list of DB systems.
- db_
system_ Sequence[str]ids - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovery_
key str - display_
name str - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- external_
exadata_ strinfrastructure_ 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.
- license_
model str - The Oracle license model that applies to the database management resources.
- lifecycle_
details str - The details of the lifecycle state of the Exadata resource.
- rack_
size str - The rack size of the Exadata infrastructure.
- state str
- The current lifecycle state of the database resource.
- status str
- The status of the Exadata resource.
- storage_
grids Sequence[databasemanagement.Get External Exadata Infrastructure 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.
- 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.
- database
Systems List<Property Map> - A list of DB systems.
- db
System List<String>Ids - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovery
Key String - display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- external
Exadata StringInfrastructure 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.
- 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.
- 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.
Supporting Types
GetExternalExadataInfrastructureDatabaseSystem
- 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.
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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.
- 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.
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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.
- 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.
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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.
- 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.
- display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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.
- 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.
- display_
name str - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- id str
- The OCID of the Exadata resource.
- internal_
id str - The internal ID of the Exadata resource.
- license_
model str - The Oracle license model that applies to the database management resources.
- lifecycle_
details str - The details of the lifecycle state of the Exadata resource.
- state str
- The current lifecycle state of the database resource.
- status str
- The status of the Exadata resource.
- time_
created str - The timestamp of the creation of the Exadata resource.
- time_
updated str - The timestamp of the last update of the Exadata resource.
- version str
- The version of the Exadata resource.
- 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.
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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.
- 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.
GetExternalExadataInfrastructureStorageGrid
- Additional
Details Dictionary<string, string> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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.
- 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.
- 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 name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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.
- 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.
- 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 name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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.
- 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.
- 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 name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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.
- 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 name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- id str
- The OCID of the Exadata resource.
- internal_
id str - The internal ID of the Exadata resource.
- lifecycle_
details str - The details of the lifecycle state of the Exadata resource.
- server_
count float - The number of Exadata storage servers in the Exadata infrastructure.
- state str
- The current lifecycle state of the database resource.
- status str
- The status of the Exadata resource.
- time_
created str - The timestamp of the creation of the Exadata resource.
- time_
updated str - The timestamp of the last update of the Exadata resource.
- version str
- The version of the Exadata resource.
- additional
Details Map<String> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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.
- 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.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.