We recommend using Azure Native.
Azure v6.28.0 published on Friday, Oct 3, 2025 by Pulumi
azure.oracle.getExadataInfrastructure
Start a Neo task
Explain and create an azure.oracle.getExadataInfrastructure resource
Use this data source to access information about an existing Cloud Exadata Infrastructure.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.oracle.getExadataInfrastructure({
name: "existing",
resourceGroupName: "existing",
});
export const id = example.then(example => example.id);
import pulumi
import pulumi_azure as azure
example = azure.oracle.get_exadata_infrastructure(name="existing",
resource_group_name="existing")
pulumi.export("id", example.id)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/oracle"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := oracle.LookupExadataInfrastructure(ctx, &oracle.LookupExadataInfrastructureArgs{
Name: "existing",
ResourceGroupName: "existing",
}, nil)
if err != nil {
return err
}
ctx.Export("id", example.Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var example = Azure.Oracle.GetExadataInfrastructure.Invoke(new()
{
Name = "existing",
ResourceGroupName = "existing",
});
return new Dictionary<string, object?>
{
["id"] = example.Apply(getExadataInfrastructureResult => getExadataInfrastructureResult.Id),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.oracle.OracleFunctions;
import com.pulumi.azure.oracle.inputs.GetExadataInfrastructureArgs;
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 example = OracleFunctions.getExadataInfrastructure(GetExadataInfrastructureArgs.builder()
.name("existing")
.resourceGroupName("existing")
.build());
ctx.export("id", example.id());
}
}
variables:
example:
fn::invoke:
function: azure:oracle:getExadataInfrastructure
arguments:
name: existing
resourceGroupName: existing
outputs:
id: ${example.id}
API Providers
This data source uses the following Azure API Providers:
Oracle.Database- 2025-03-01
Using getExadataInfrastructure
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 getExadataInfrastructure(args: GetExadataInfrastructureArgs, opts?: InvokeOptions): Promise<GetExadataInfrastructureResult>
function getExadataInfrastructureOutput(args: GetExadataInfrastructureOutputArgs, opts?: InvokeOptions): Output<GetExadataInfrastructureResult>def get_exadata_infrastructure(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExadataInfrastructureResult
def get_exadata_infrastructure_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExadataInfrastructureResult]func LookupExadataInfrastructure(ctx *Context, args *LookupExadataInfrastructureArgs, opts ...InvokeOption) (*LookupExadataInfrastructureResult, error)
func LookupExadataInfrastructureOutput(ctx *Context, args *LookupExadataInfrastructureOutputArgs, opts ...InvokeOption) LookupExadataInfrastructureResultOutput> Note: This function is named LookupExadataInfrastructure in the Go SDK.
public static class GetExadataInfrastructure
{
public static Task<GetExadataInfrastructureResult> InvokeAsync(GetExadataInfrastructureArgs args, InvokeOptions? opts = null)
public static Output<GetExadataInfrastructureResult> Invoke(GetExadataInfrastructureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExadataInfrastructureResult> getExadataInfrastructure(GetExadataInfrastructureArgs args, InvokeOptions options)
public static Output<GetExadataInfrastructureResult> getExadataInfrastructure(GetExadataInfrastructureArgs args, InvokeOptions options)
fn::invoke:
function: azure:oracle/getExadataInfrastructure:getExadataInfrastructure
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of this Cloud Exadata Infrastructure.
- Resource
Group stringName - The name of the Resource Group where the Cloud Exadata Infrastructure exists.
- Name string
- The name of this Cloud Exadata Infrastructure.
- Resource
Group stringName - The name of the Resource Group where the Cloud Exadata Infrastructure exists.
- name String
- The name of this Cloud Exadata Infrastructure.
- resource
Group StringName - The name of the Resource Group where the Cloud Exadata Infrastructure exists.
- name string
- The name of this Cloud Exadata Infrastructure.
- resource
Group stringName - The name of the Resource Group where the Cloud Exadata Infrastructure exists.
- name str
- The name of this Cloud Exadata Infrastructure.
- resource_
group_ strname - The name of the Resource Group where the Cloud Exadata Infrastructure exists.
- name String
- The name of this Cloud Exadata Infrastructure.
- resource
Group StringName - The name of the Resource Group where the Cloud Exadata Infrastructure exists.
getExadataInfrastructure Result
The following output properties are available:
- Activated
Storage intCount - The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
- Additional
Storage intCount - The requested number of additional storage servers for the Cloud Exadata Infrastructure.
- Available
Storage intSize In Gbs - The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- Compute
Count int - The number of compute servers for the Cloud Exadata Infrastructure.
- Compute
Model string - The compute model of the Exadata Infrastructure.
- Cpu
Count int - The total number of CPU cores allocated.
- Customer
Contacts List<string> - A
customer_contactsblock as defined below. - Data
Storage doubleSize In Tbs - The data storage size in terabytes of the DATA disk group.
- Database
Server stringType - The database server model type of the cloud Exadata infrastructure resource.
- Db
Node intStorage Size In Gbs - The local node storage allocated in GBs.
- Db
Server stringVersion - The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- Defined
File List<GetSystem Configurations Exadata Infrastructure Defined File System Configuration> - A
defined_file_system_configurationblock as defined below. - Display
Name string - The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
- Estimated
Patching List<GetTimes Exadata Infrastructure Estimated Patching Time> - A
estimated_patching_timeblock as defined below. - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Maintenance stringRun Id - The OCID of the last maintenance run.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Lifecycle
State string - Cloud Exadata Infrastructure lifecycle state.
- Location string
- The Azure Region where the Cloud Exadata Infrastructure exists.
- Maintenance
Windows List<GetExadata Infrastructure Maintenance Window> - A
maintenance_windowblock as defined below. - Max
Cpu intCount - The total number of CPU cores available.
- Max
Data doubleStorage In Tbs - The total available DATA disk group size.
- Max
Db intNode Storage Size In Gbs - The total local node storage available in GBs.
- Max
Memory intIn Gbs - The total memory available in GBs.
- Memory
Size intIn Gbs - The memory allocated in GBs.
- Monthly
Db stringServer Version - The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- Monthly
Storage stringServer Version - The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- Name string
- Next
Maintenance stringRun Id - The OCID of the next maintenance run.
- Oci
Url string - The URL of the resource in the OCI console.
- Ocid string
- The OCID of the Cloud Exadata Infrastructure.
- Resource
Group stringName - Shape string
- The model name of the Cloud Exadata Infrastructure resource.
- Storage
Count int - The number of storage servers for the Cloud Exadata Infrastructure.
- Storage
Server stringType - The storage server model type of the cloud Exadata infrastructure resource.
- Storage
Server stringVersion - The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- Dictionary<string, string>
- A mapping of tags assigned to the Cloud Exadata Infrastructure.
- Time
Created string - The date and time the Cloud Exadata Infrastructure resource was created.
- Total
Storage intSize In Gbs - The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- Zones List<string>
- The Cloud Exadata Infrastructure Azure zones.
- Activated
Storage intCount - The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
- Additional
Storage intCount - The requested number of additional storage servers for the Cloud Exadata Infrastructure.
- Available
Storage intSize In Gbs - The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- Compute
Count int - The number of compute servers for the Cloud Exadata Infrastructure.
- Compute
Model string - The compute model of the Exadata Infrastructure.
- Cpu
Count int - The total number of CPU cores allocated.
- Customer
Contacts []string - A
customer_contactsblock as defined below. - Data
Storage float64Size In Tbs - The data storage size in terabytes of the DATA disk group.
- Database
Server stringType - The database server model type of the cloud Exadata infrastructure resource.
- Db
Node intStorage Size In Gbs - The local node storage allocated in GBs.
- Db
Server stringVersion - The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- Defined
File []GetSystem Configurations Exadata Infrastructure Defined File System Configuration - A
defined_file_system_configurationblock as defined below. - Display
Name string - The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
- Estimated
Patching []GetTimes Exadata Infrastructure Estimated Patching Time - A
estimated_patching_timeblock as defined below. - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Maintenance stringRun Id - The OCID of the last maintenance run.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Lifecycle
State string - Cloud Exadata Infrastructure lifecycle state.
- Location string
- The Azure Region where the Cloud Exadata Infrastructure exists.
- Maintenance
Windows []GetExadata Infrastructure Maintenance Window - A
maintenance_windowblock as defined below. - Max
Cpu intCount - The total number of CPU cores available.
- Max
Data float64Storage In Tbs - The total available DATA disk group size.
- Max
Db intNode Storage Size In Gbs - The total local node storage available in GBs.
- Max
Memory intIn Gbs - The total memory available in GBs.
- Memory
Size intIn Gbs - The memory allocated in GBs.
- Monthly
Db stringServer Version - The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- Monthly
Storage stringServer Version - The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- Name string
- Next
Maintenance stringRun Id - The OCID of the next maintenance run.
- Oci
Url string - The URL of the resource in the OCI console.
- Ocid string
- The OCID of the Cloud Exadata Infrastructure.
- Resource
Group stringName - Shape string
- The model name of the Cloud Exadata Infrastructure resource.
- Storage
Count int - The number of storage servers for the Cloud Exadata Infrastructure.
- Storage
Server stringType - The storage server model type of the cloud Exadata infrastructure resource.
- Storage
Server stringVersion - The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- map[string]string
- A mapping of tags assigned to the Cloud Exadata Infrastructure.
- Time
Created string - The date and time the Cloud Exadata Infrastructure resource was created.
- Total
Storage intSize In Gbs - The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- Zones []string
- The Cloud Exadata Infrastructure Azure zones.
- activated
Storage IntegerCount - The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
- additional
Storage IntegerCount - The requested number of additional storage servers for the Cloud Exadata Infrastructure.
- available
Storage IntegerSize In Gbs - The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- compute
Count Integer - The number of compute servers for the Cloud Exadata Infrastructure.
- compute
Model String - The compute model of the Exadata Infrastructure.
- cpu
Count Integer - The total number of CPU cores allocated.
- customer
Contacts List<String> - A
customer_contactsblock as defined below. - data
Storage DoubleSize In Tbs - The data storage size in terabytes of the DATA disk group.
- database
Server StringType - The database server model type of the cloud Exadata infrastructure resource.
- db
Node IntegerStorage Size In Gbs - The local node storage allocated in GBs.
- db
Server StringVersion - The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- defined
File List<GetSystem Configurations Exadata Infrastructure Defined File System Configuration> - A
defined_file_system_configurationblock as defined below. - display
Name String - The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
- estimated
Patching List<GetTimes Exadata Infrastructure Estimated Patching Time> - A
estimated_patching_timeblock as defined below. - id String
- The provider-assigned unique ID for this managed resource.
- last
Maintenance StringRun Id - The OCID of the last maintenance run.
- lifecycle
Details String - Additional information about the current lifecycle state.
- lifecycle
State String - Cloud Exadata Infrastructure lifecycle state.
- location String
- The Azure Region where the Cloud Exadata Infrastructure exists.
- maintenance
Windows List<GetExadata Infrastructure Maintenance Window> - A
maintenance_windowblock as defined below. - max
Cpu IntegerCount - The total number of CPU cores available.
- max
Data DoubleStorage In Tbs - The total available DATA disk group size.
- max
Db IntegerNode Storage Size In Gbs - The total local node storage available in GBs.
- max
Memory IntegerIn Gbs - The total memory available in GBs.
- memory
Size IntegerIn Gbs - The memory allocated in GBs.
- monthly
Db StringServer Version - The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- monthly
Storage StringServer Version - The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- name String
- next
Maintenance StringRun Id - The OCID of the next maintenance run.
- oci
Url String - The URL of the resource in the OCI console.
- ocid String
- The OCID of the Cloud Exadata Infrastructure.
- resource
Group StringName - shape String
- The model name of the Cloud Exadata Infrastructure resource.
- storage
Count Integer - The number of storage servers for the Cloud Exadata Infrastructure.
- storage
Server StringType - The storage server model type of the cloud Exadata infrastructure resource.
- storage
Server StringVersion - The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- Map<String,String>
- A mapping of tags assigned to the Cloud Exadata Infrastructure.
- time
Created String - The date and time the Cloud Exadata Infrastructure resource was created.
- total
Storage IntegerSize In Gbs - The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- zones List<String>
- The Cloud Exadata Infrastructure Azure zones.
- activated
Storage numberCount - The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
- additional
Storage numberCount - The requested number of additional storage servers for the Cloud Exadata Infrastructure.
- available
Storage numberSize In Gbs - The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- compute
Count number - The number of compute servers for the Cloud Exadata Infrastructure.
- compute
Model string - The compute model of the Exadata Infrastructure.
- cpu
Count number - The total number of CPU cores allocated.
- customer
Contacts string[] - A
customer_contactsblock as defined below. - data
Storage numberSize In Tbs - The data storage size in terabytes of the DATA disk group.
- database
Server stringType - The database server model type of the cloud Exadata infrastructure resource.
- db
Node numberStorage Size In Gbs - The local node storage allocated in GBs.
- db
Server stringVersion - The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- defined
File GetSystem Configurations Exadata Infrastructure Defined File System Configuration[] - A
defined_file_system_configurationblock as defined below. - display
Name string - The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
- estimated
Patching GetTimes Exadata Infrastructure Estimated Patching Time[] - A
estimated_patching_timeblock as defined below. - id string
- The provider-assigned unique ID for this managed resource.
- last
Maintenance stringRun Id - The OCID of the last maintenance run.
- lifecycle
Details string - Additional information about the current lifecycle state.
- lifecycle
State string - Cloud Exadata Infrastructure lifecycle state.
- location string
- The Azure Region where the Cloud Exadata Infrastructure exists.
- maintenance
Windows GetExadata Infrastructure Maintenance Window[] - A
maintenance_windowblock as defined below. - max
Cpu numberCount - The total number of CPU cores available.
- max
Data numberStorage In Tbs - The total available DATA disk group size.
- max
Db numberNode Storage Size In Gbs - The total local node storage available in GBs.
- max
Memory numberIn Gbs - The total memory available in GBs.
- memory
Size numberIn Gbs - The memory allocated in GBs.
- monthly
Db stringServer Version - The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- monthly
Storage stringServer Version - The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- name string
- next
Maintenance stringRun Id - The OCID of the next maintenance run.
- oci
Url string - The URL of the resource in the OCI console.
- ocid string
- The OCID of the Cloud Exadata Infrastructure.
- resource
Group stringName - shape string
- The model name of the Cloud Exadata Infrastructure resource.
- storage
Count number - The number of storage servers for the Cloud Exadata Infrastructure.
- storage
Server stringType - The storage server model type of the cloud Exadata infrastructure resource.
- storage
Server stringVersion - The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- {[key: string]: string}
- A mapping of tags assigned to the Cloud Exadata Infrastructure.
- time
Created string - The date and time the Cloud Exadata Infrastructure resource was created.
- total
Storage numberSize In Gbs - The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- zones string[]
- The Cloud Exadata Infrastructure Azure zones.
- activated_
storage_ intcount - The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
- additional_
storage_ intcount - The requested number of additional storage servers for the Cloud Exadata Infrastructure.
- available_
storage_ intsize_ in_ gbs - The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- compute_
count int - The number of compute servers for the Cloud Exadata Infrastructure.
- compute_
model str - The compute model of the Exadata Infrastructure.
- cpu_
count int - The total number of CPU cores allocated.
- customer_
contacts Sequence[str] - A
customer_contactsblock as defined below. - data_
storage_ floatsize_ in_ tbs - The data storage size in terabytes of the DATA disk group.
- database_
server_ strtype - The database server model type of the cloud Exadata infrastructure resource.
- db_
node_ intstorage_ size_ in_ gbs - The local node storage allocated in GBs.
- db_
server_ strversion - The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- defined_
file_ Sequence[Getsystem_ configurations Exadata Infrastructure Defined File System Configuration] - A
defined_file_system_configurationblock as defined below. - display_
name str - The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
- estimated_
patching_ Sequence[Gettimes Exadata Infrastructure Estimated Patching Time] - A
estimated_patching_timeblock as defined below. - id str
- The provider-assigned unique ID for this managed resource.
- last_
maintenance_ strrun_ id - The OCID of the last maintenance run.
- lifecycle_
details str - Additional information about the current lifecycle state.
- lifecycle_
state str - Cloud Exadata Infrastructure lifecycle state.
- location str
- The Azure Region where the Cloud Exadata Infrastructure exists.
- maintenance_
windows Sequence[GetExadata Infrastructure Maintenance Window] - A
maintenance_windowblock as defined below. - max_
cpu_ intcount - The total number of CPU cores available.
- max_
data_ floatstorage_ in_ tbs - The total available DATA disk group size.
- max_
db_ intnode_ storage_ size_ in_ gbs - The total local node storage available in GBs.
- max_
memory_ intin_ gbs - The total memory available in GBs.
- memory_
size_ intin_ gbs - The memory allocated in GBs.
- monthly_
db_ strserver_ version - The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- monthly_
storage_ strserver_ version - The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- name str
- next_
maintenance_ strrun_ id - The OCID of the next maintenance run.
- oci_
url str - The URL of the resource in the OCI console.
- ocid str
- The OCID of the Cloud Exadata Infrastructure.
- resource_
group_ strname - shape str
- The model name of the Cloud Exadata Infrastructure resource.
- storage_
count int - The number of storage servers for the Cloud Exadata Infrastructure.
- storage_
server_ strtype - The storage server model type of the cloud Exadata infrastructure resource.
- storage_
server_ strversion - The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- Mapping[str, str]
- A mapping of tags assigned to the Cloud Exadata Infrastructure.
- time_
created str - The date and time the Cloud Exadata Infrastructure resource was created.
- total_
storage_ intsize_ in_ gbs - The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- zones Sequence[str]
- The Cloud Exadata Infrastructure Azure zones.
- activated
Storage NumberCount - The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
- additional
Storage NumberCount - The requested number of additional storage servers for the Cloud Exadata Infrastructure.
- available
Storage NumberSize In Gbs - The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- compute
Count Number - The number of compute servers for the Cloud Exadata Infrastructure.
- compute
Model String - The compute model of the Exadata Infrastructure.
- cpu
Count Number - The total number of CPU cores allocated.
- customer
Contacts List<String> - A
customer_contactsblock as defined below. - data
Storage NumberSize In Tbs - The data storage size in terabytes of the DATA disk group.
- database
Server StringType - The database server model type of the cloud Exadata infrastructure resource.
- db
Node NumberStorage Size In Gbs - The local node storage allocated in GBs.
- db
Server StringVersion - The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- defined
File List<Property Map>System Configurations - A
defined_file_system_configurationblock as defined below. - display
Name String - The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
- estimated
Patching List<Property Map>Times - A
estimated_patching_timeblock as defined below. - id String
- The provider-assigned unique ID for this managed resource.
- last
Maintenance StringRun Id - The OCID of the last maintenance run.
- lifecycle
Details String - Additional information about the current lifecycle state.
- lifecycle
State String - Cloud Exadata Infrastructure lifecycle state.
- location String
- The Azure Region where the Cloud Exadata Infrastructure exists.
- maintenance
Windows List<Property Map> - A
maintenance_windowblock as defined below. - max
Cpu NumberCount - The total number of CPU cores available.
- max
Data NumberStorage In Tbs - The total available DATA disk group size.
- max
Db NumberNode Storage Size In Gbs - The total local node storage available in GBs.
- max
Memory NumberIn Gbs - The total memory available in GBs.
- memory
Size NumberIn Gbs - The memory allocated in GBs.
- monthly
Db StringServer Version - The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
- monthly
Storage StringServer Version - The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- name String
- next
Maintenance StringRun Id - The OCID of the next maintenance run.
- oci
Url String - The URL of the resource in the OCI console.
- ocid String
- The OCID of the Cloud Exadata Infrastructure.
- resource
Group StringName - shape String
- The model name of the Cloud Exadata Infrastructure resource.
- storage
Count Number - The number of storage servers for the Cloud Exadata Infrastructure.
- storage
Server StringType - The storage server model type of the cloud Exadata infrastructure resource.
- storage
Server StringVersion - The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
- Map<String>
- A mapping of tags assigned to the Cloud Exadata Infrastructure.
- time
Created String - The date and time the Cloud Exadata Infrastructure resource was created.
- total
Storage NumberSize In Gbs - The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
- zones List<String>
- The Cloud Exadata Infrastructure Azure zones.
Supporting Types
GetExadataInfrastructureDefinedFileSystemConfiguration
- Backup
Partition boolEnabled - Whether the backup partition is enabled.
- Minimum
Size intIn Gb - The minimum size of the file system in GB.
- Mount
Point string - Mount path for the file system.
- Resizable
Enabled bool - Whether the resizable is enabled.
- Backup
Partition boolEnabled - Whether the backup partition is enabled.
- Minimum
Size intIn Gb - The minimum size of the file system in GB.
- Mount
Point string - Mount path for the file system.
- Resizable
Enabled bool - Whether the resizable is enabled.
- backup
Partition BooleanEnabled - Whether the backup partition is enabled.
- minimum
Size IntegerIn Gb - The minimum size of the file system in GB.
- mount
Point String - Mount path for the file system.
- resizable
Enabled Boolean - Whether the resizable is enabled.
- backup
Partition booleanEnabled - Whether the backup partition is enabled.
- minimum
Size numberIn Gb - The minimum size of the file system in GB.
- mount
Point string - Mount path for the file system.
- resizable
Enabled boolean - Whether the resizable is enabled.
- backup_
partition_ boolenabled - Whether the backup partition is enabled.
- minimum_
size_ intin_ gb - The minimum size of the file system in GB.
- mount_
point str - Mount path for the file system.
- resizable_
enabled bool - Whether the resizable is enabled.
- backup
Partition BooleanEnabled - Whether the backup partition is enabled.
- minimum
Size NumberIn Gb - The minimum size of the file system in GB.
- mount
Point String - Mount path for the file system.
- resizable
Enabled Boolean - Whether the resizable is enabled.
GetExadataInfrastructureEstimatedPatchingTime
- Estimated
Db intServer Patching Time - The estimated time required in minutes for database server patching.
- Estimated
Network intSwitches Patching Time - The estimated time required in minutes for network switch patching.
- Estimated
Storage intServer Patching Time - The estimated time required in minutes for storage server patching.
- Total
Estimated intPatching Time - The estimated total time required in minutes for all patching operations.
- Estimated
Db intServer Patching Time - The estimated time required in minutes for database server patching.
- Estimated
Network intSwitches Patching Time - The estimated time required in minutes for network switch patching.
- Estimated
Storage intServer Patching Time - The estimated time required in minutes for storage server patching.
- Total
Estimated intPatching Time - The estimated total time required in minutes for all patching operations.
- estimated
Db IntegerServer Patching Time - The estimated time required in minutes for database server patching.
- estimated
Network IntegerSwitches Patching Time - The estimated time required in minutes for network switch patching.
- estimated
Storage IntegerServer Patching Time - The estimated time required in minutes for storage server patching.
- total
Estimated IntegerPatching Time - The estimated total time required in minutes for all patching operations.
- estimated
Db numberServer Patching Time - The estimated time required in minutes for database server patching.
- estimated
Network numberSwitches Patching Time - The estimated time required in minutes for network switch patching.
- estimated
Storage numberServer Patching Time - The estimated time required in minutes for storage server patching.
- total
Estimated numberPatching Time - The estimated total time required in minutes for all patching operations.
- estimated_
db_ intserver_ patching_ time - The estimated time required in minutes for database server patching.
- estimated_
network_ intswitches_ patching_ time - The estimated time required in minutes for network switch patching.
- estimated_
storage_ intserver_ patching_ time - The estimated time required in minutes for storage server patching.
- total_
estimated_ intpatching_ time - The estimated total time required in minutes for all patching operations.
- estimated
Db NumberServer Patching Time - The estimated time required in minutes for database server patching.
- estimated
Network NumberSwitches Patching Time - The estimated time required in minutes for network switch patching.
- estimated
Storage NumberServer Patching Time - The estimated time required in minutes for storage server patching.
- total
Estimated NumberPatching Time - The estimated total time required in minutes for all patching operations.
GetExadataInfrastructureMaintenanceWindow
- Custom
Action boolTimeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- Custom
Action intTimeout In Mins - Days
Of List<string>Weeks - Days during the week when maintenance should be performed.
- Hours
Of List<int>Days - The window of hours during the day when maintenance should be performed.
- Lead
Time intIn Weeks - Lead time window allows user to set a lead time to prepare for a down time.
- Monthly
Patching boolEnabled - If true, enables the monthly patching option.
- Months List<string>
- A
monthsblock as defined below. - Patching
Mode string - Cloud Exadata Infrastructure node patching method.
- Preference string
- The maintenance window scheduling preference.
- Weeks
Of List<int>Months - Weeks during the month when maintenance should be performed.
- Custom
Action boolTimeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- Custom
Action intTimeout In Mins - Days
Of []stringWeeks - Days during the week when maintenance should be performed.
- Hours
Of []intDays - The window of hours during the day when maintenance should be performed.
- Lead
Time intIn Weeks - Lead time window allows user to set a lead time to prepare for a down time.
- Monthly
Patching boolEnabled - If true, enables the monthly patching option.
- Months []string
- A
monthsblock as defined below. - Patching
Mode string - Cloud Exadata Infrastructure node patching method.
- Preference string
- The maintenance window scheduling preference.
- Weeks
Of []intMonths - Weeks during the month when maintenance should be performed.
- custom
Action BooleanTimeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- custom
Action IntegerTimeout In Mins - days
Of List<String>Weeks - Days during the week when maintenance should be performed.
- hours
Of List<Integer>Days - The window of hours during the day when maintenance should be performed.
- lead
Time IntegerIn Weeks - Lead time window allows user to set a lead time to prepare for a down time.
- monthly
Patching BooleanEnabled - If true, enables the monthly patching option.
- months List<String>
- A
monthsblock as defined below. - patching
Mode String - Cloud Exadata Infrastructure node patching method.
- preference String
- The maintenance window scheduling preference.
- weeks
Of List<Integer>Months - Weeks during the month when maintenance should be performed.
- custom
Action booleanTimeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- custom
Action numberTimeout In Mins - days
Of string[]Weeks - Days during the week when maintenance should be performed.
- hours
Of number[]Days - The window of hours during the day when maintenance should be performed.
- lead
Time numberIn Weeks - Lead time window allows user to set a lead time to prepare for a down time.
- monthly
Patching booleanEnabled - If true, enables the monthly patching option.
- months string[]
- A
monthsblock as defined below. - patching
Mode string - Cloud Exadata Infrastructure node patching method.
- preference string
- The maintenance window scheduling preference.
- weeks
Of number[]Months - Weeks during the month when maintenance should be performed.
- custom_
action_ booltimeout_ enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- custom_
action_ inttimeout_ in_ mins - days_
of_ Sequence[str]weeks - Days during the week when maintenance should be performed.
- hours_
of_ Sequence[int]days - The window of hours during the day when maintenance should be performed.
- lead_
time_ intin_ weeks - Lead time window allows user to set a lead time to prepare for a down time.
- monthly_
patching_ boolenabled - If true, enables the monthly patching option.
- months Sequence[str]
- A
monthsblock as defined below. - patching_
mode str - Cloud Exadata Infrastructure node patching method.
- preference str
- The maintenance window scheduling preference.
- weeks_
of_ Sequence[int]months - Weeks during the month when maintenance should be performed.
- custom
Action BooleanTimeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- custom
Action NumberTimeout In Mins - days
Of List<String>Weeks - Days during the week when maintenance should be performed.
- hours
Of List<Number>Days - The window of hours during the day when maintenance should be performed.
- lead
Time NumberIn Weeks - Lead time window allows user to set a lead time to prepare for a down time.
- monthly
Patching BooleanEnabled - If true, enables the monthly patching option.
- months List<String>
- A
monthsblock as defined below. - patching
Mode String - Cloud Exadata Infrastructure node patching method.
- preference String
- The maintenance window scheduling preference.
- weeks
Of List<Number>Months - Weeks during the month when maintenance should be performed.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.
