1. Packages
  2. Azure Classic
  3. API Docs
  4. oracle
  5. getExadataInfrastructure

We recommend using Azure Native.

Azure v6.10.0 published on Tuesday, Nov 19, 2024 by Pulumi

azure.oracle.getExadataInfrastructure

Explore with Pulumi AI

azure logo

We recommend using Azure Native.

Azure v6.10.0 published on Tuesday, Nov 19, 2024 by Pulumi

    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.applyValue(getExadataInfrastructureResult -> getExadataInfrastructureResult.id()));
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: azure:oracle:getExadataInfrastructure
          Arguments:
            name: existing
            resourceGroupName: existing
    outputs:
      id: ${example.id}
    

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure:oracle/getExadataInfrastructure:getExadataInfrastructure
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of this Cloud Exadata Infrastructure.
    ResourceGroupName string
    The name of the Resource Group where the Cloud Exadata Infrastructure exists.
    Name string
    The name of this Cloud Exadata Infrastructure.
    ResourceGroupName string
    The name of the Resource Group where the Cloud Exadata Infrastructure exists.
    name String
    The name of this Cloud Exadata Infrastructure.
    resourceGroupName String
    The name of the Resource Group where the Cloud Exadata Infrastructure exists.
    name string
    The name of this Cloud Exadata Infrastructure.
    resourceGroupName string
    The name of the Resource Group where the Cloud Exadata Infrastructure exists.
    name str
    The name of this Cloud Exadata Infrastructure.
    resource_group_name str
    The name of the Resource Group where the Cloud Exadata Infrastructure exists.
    name String
    The name of this Cloud Exadata Infrastructure.
    resourceGroupName String
    The name of the Resource Group where the Cloud Exadata Infrastructure exists.

    getExadataInfrastructure Result

    The following output properties are available:

    ActivatedStorageCount int
    The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
    AdditionalStorageCount int
    The requested number of additional storage servers for the Cloud Exadata Infrastructure.
    AvailableStorageSizeInGbs int
    The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    ComputeCount int
    The number of compute servers for the Cloud Exadata Infrastructure.
    CpuCount int
    The total number of CPU cores allocated.
    CustomerContacts List<string>
    A customer_contacts block as defined below.
    DataStorageSizeInTbs double
    The data storage size in terabytes of the DATA disk group.
    DbNodeStorageSizeInGbs int
    The local node storage allocated in GBs.
    DbServerVersion string
    The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    DisplayName string
    The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
    EstimatedPatchingTimes List<GetExadataInfrastructureEstimatedPatchingTime>
    A estimated_patching_time block as defined below.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastMaintenanceRunId string
    The OCID of the last maintenance run.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LifecycleState string
    Cloud Exadata Infrastructure lifecycle state.
    Location string
    The Azure Region where the Cloud Exadata Infrastructure exists.
    MaintenanceWindows List<GetExadataInfrastructureMaintenanceWindow>
    A maintenance_window block as defined below.
    MaxCpuCount int
    The total number of CPU cores available.
    MaxDataStorageInTbs double
    The total available DATA disk group size.
    MaxDbNodeStorageSizeInGbs int
    The total local node storage available in GBs.
    MaxMemoryInGbs int
    The total memory available in GBs.
    MemorySizeInGbs int
    The memory allocated in GBs.
    MonthlyDbServerVersion string
    The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    MonthlyStorageServerVersion string
    The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    Name string
    NextMaintenanceRunId string
    The OCID of the next maintenance run.
    OciUrl string
    The URL of the resource in the OCI console.
    Ocid string
    The OCID of the Cloud Exadata Infrastructure.
    ResourceGroupName string
    Shape string
    The model name of the Cloud Exadata Infrastructure resource.
    StorageCount int
    The number of storage servers for the Cloud Exadata Infrastructure.
    StorageServerVersion string
    The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    Tags Dictionary<string, string>
    A mapping of tags assigned to the Cloud Exadata Infrastructure.
    TimeCreated string
    The date and time the Cloud Exadata Infrastructure resource was created.
    TotalStorageSizeInGbs int
    The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    Zones List<string>
    The Cloud Exadata Infrastructure Azure zones.
    ActivatedStorageCount int
    The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
    AdditionalStorageCount int
    The requested number of additional storage servers for the Cloud Exadata Infrastructure.
    AvailableStorageSizeInGbs int
    The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    ComputeCount int
    The number of compute servers for the Cloud Exadata Infrastructure.
    CpuCount int
    The total number of CPU cores allocated.
    CustomerContacts []string
    A customer_contacts block as defined below.
    DataStorageSizeInTbs float64
    The data storage size in terabytes of the DATA disk group.
    DbNodeStorageSizeInGbs int
    The local node storage allocated in GBs.
    DbServerVersion string
    The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    DisplayName string
    The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
    EstimatedPatchingTimes []GetExadataInfrastructureEstimatedPatchingTime
    A estimated_patching_time block as defined below.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastMaintenanceRunId string
    The OCID of the last maintenance run.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LifecycleState string
    Cloud Exadata Infrastructure lifecycle state.
    Location string
    The Azure Region where the Cloud Exadata Infrastructure exists.
    MaintenanceWindows []GetExadataInfrastructureMaintenanceWindow
    A maintenance_window block as defined below.
    MaxCpuCount int
    The total number of CPU cores available.
    MaxDataStorageInTbs float64
    The total available DATA disk group size.
    MaxDbNodeStorageSizeInGbs int
    The total local node storage available in GBs.
    MaxMemoryInGbs int
    The total memory available in GBs.
    MemorySizeInGbs int
    The memory allocated in GBs.
    MonthlyDbServerVersion string
    The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    MonthlyStorageServerVersion string
    The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    Name string
    NextMaintenanceRunId string
    The OCID of the next maintenance run.
    OciUrl string
    The URL of the resource in the OCI console.
    Ocid string
    The OCID of the Cloud Exadata Infrastructure.
    ResourceGroupName string
    Shape string
    The model name of the Cloud Exadata Infrastructure resource.
    StorageCount int
    The number of storage servers for the Cloud Exadata Infrastructure.
    StorageServerVersion string
    The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    Tags map[string]string
    A mapping of tags assigned to the Cloud Exadata Infrastructure.
    TimeCreated string
    The date and time the Cloud Exadata Infrastructure resource was created.
    TotalStorageSizeInGbs int
    The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    Zones []string
    The Cloud Exadata Infrastructure Azure zones.
    activatedStorageCount Integer
    The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
    additionalStorageCount Integer
    The requested number of additional storage servers for the Cloud Exadata Infrastructure.
    availableStorageSizeInGbs Integer
    The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    computeCount Integer
    The number of compute servers for the Cloud Exadata Infrastructure.
    cpuCount Integer
    The total number of CPU cores allocated.
    customerContacts List<String>
    A customer_contacts block as defined below.
    dataStorageSizeInTbs Double
    The data storage size in terabytes of the DATA disk group.
    dbNodeStorageSizeInGbs Integer
    The local node storage allocated in GBs.
    dbServerVersion String
    The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    displayName String
    The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
    estimatedPatchingTimes List<GetExadataInfrastructureEstimatedPatchingTime>
    A estimated_patching_time block as defined below.
    id String
    The provider-assigned unique ID for this managed resource.
    lastMaintenanceRunId String
    The OCID of the last maintenance run.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    lifecycleState String
    Cloud Exadata Infrastructure lifecycle state.
    location String
    The Azure Region where the Cloud Exadata Infrastructure exists.
    maintenanceWindows List<GetExadataInfrastructureMaintenanceWindow>
    A maintenance_window block as defined below.
    maxCpuCount Integer
    The total number of CPU cores available.
    maxDataStorageInTbs Double
    The total available DATA disk group size.
    maxDbNodeStorageSizeInGbs Integer
    The total local node storage available in GBs.
    maxMemoryInGbs Integer
    The total memory available in GBs.
    memorySizeInGbs Integer
    The memory allocated in GBs.
    monthlyDbServerVersion String
    The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    monthlyStorageServerVersion String
    The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    name String
    nextMaintenanceRunId String
    The OCID of the next maintenance run.
    ociUrl String
    The URL of the resource in the OCI console.
    ocid String
    The OCID of the Cloud Exadata Infrastructure.
    resourceGroupName String
    shape String
    The model name of the Cloud Exadata Infrastructure resource.
    storageCount Integer
    The number of storage servers for the Cloud Exadata Infrastructure.
    storageServerVersion String
    The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    tags Map<String,String>
    A mapping of tags assigned to the Cloud Exadata Infrastructure.
    timeCreated String
    The date and time the Cloud Exadata Infrastructure resource was created.
    totalStorageSizeInGbs Integer
    The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    zones List<String>
    The Cloud Exadata Infrastructure Azure zones.
    activatedStorageCount number
    The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
    additionalStorageCount number
    The requested number of additional storage servers for the Cloud Exadata Infrastructure.
    availableStorageSizeInGbs number
    The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    computeCount number
    The number of compute servers for the Cloud Exadata Infrastructure.
    cpuCount number
    The total number of CPU cores allocated.
    customerContacts string[]
    A customer_contacts block as defined below.
    dataStorageSizeInTbs number
    The data storage size in terabytes of the DATA disk group.
    dbNodeStorageSizeInGbs number
    The local node storage allocated in GBs.
    dbServerVersion string
    The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    displayName string
    The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
    estimatedPatchingTimes GetExadataInfrastructureEstimatedPatchingTime[]
    A estimated_patching_time block as defined below.
    id string
    The provider-assigned unique ID for this managed resource.
    lastMaintenanceRunId string
    The OCID of the last maintenance run.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    lifecycleState string
    Cloud Exadata Infrastructure lifecycle state.
    location string
    The Azure Region where the Cloud Exadata Infrastructure exists.
    maintenanceWindows GetExadataInfrastructureMaintenanceWindow[]
    A maintenance_window block as defined below.
    maxCpuCount number
    The total number of CPU cores available.
    maxDataStorageInTbs number
    The total available DATA disk group size.
    maxDbNodeStorageSizeInGbs number
    The total local node storage available in GBs.
    maxMemoryInGbs number
    The total memory available in GBs.
    memorySizeInGbs number
    The memory allocated in GBs.
    monthlyDbServerVersion string
    The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    monthlyStorageServerVersion string
    The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    name string
    nextMaintenanceRunId string
    The OCID of the next maintenance run.
    ociUrl string
    The URL of the resource in the OCI console.
    ocid string
    The OCID of the Cloud Exadata Infrastructure.
    resourceGroupName string
    shape string
    The model name of the Cloud Exadata Infrastructure resource.
    storageCount number
    The number of storage servers for the Cloud Exadata Infrastructure.
    storageServerVersion string
    The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    tags {[key: string]: string}
    A mapping of tags assigned to the Cloud Exadata Infrastructure.
    timeCreated string
    The date and time the Cloud Exadata Infrastructure resource was created.
    totalStorageSizeInGbs number
    The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    zones string[]
    The Cloud Exadata Infrastructure Azure zones.
    activated_storage_count int
    The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
    additional_storage_count int
    The requested number of additional storage servers for the Cloud Exadata Infrastructure.
    available_storage_size_in_gbs int
    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.
    cpu_count int
    The total number of CPU cores allocated.
    customer_contacts Sequence[str]
    A customer_contacts block as defined below.
    data_storage_size_in_tbs float
    The data storage size in terabytes of the DATA disk group.
    db_node_storage_size_in_gbs int
    The local node storage allocated in GBs.
    db_server_version str
    The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    display_name str
    The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
    estimated_patching_times Sequence[GetExadataInfrastructureEstimatedPatchingTime]
    A estimated_patching_time block as defined below.
    id str
    The provider-assigned unique ID for this managed resource.
    last_maintenance_run_id str
    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[GetExadataInfrastructureMaintenanceWindow]
    A maintenance_window block as defined below.
    max_cpu_count int
    The total number of CPU cores available.
    max_data_storage_in_tbs float
    The total available DATA disk group size.
    max_db_node_storage_size_in_gbs int
    The total local node storage available in GBs.
    max_memory_in_gbs int
    The total memory available in GBs.
    memory_size_in_gbs int
    The memory allocated in GBs.
    monthly_db_server_version str
    The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    monthly_storage_server_version str
    The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    name str
    next_maintenance_run_id str
    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_name str
    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_version str
    The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    tags 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_size_in_gbs int
    The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    zones Sequence[str]
    The Cloud Exadata Infrastructure Azure zones.
    activatedStorageCount Number
    The requested number of additional storage servers activated for the Cloud Exadata Infrastructure.
    additionalStorageCount Number
    The requested number of additional storage servers for the Cloud Exadata Infrastructure.
    availableStorageSizeInGbs Number
    The available storage can be allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    computeCount Number
    The number of compute servers for the Cloud Exadata Infrastructure.
    cpuCount Number
    The total number of CPU cores allocated.
    customerContacts List<String>
    A customer_contacts block as defined below.
    dataStorageSizeInTbs Number
    The data storage size in terabytes of the DATA disk group.
    dbNodeStorageSizeInGbs Number
    The local node storage allocated in GBs.
    dbServerVersion String
    The software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    displayName String
    The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
    estimatedPatchingTimes List<Property Map>
    A estimated_patching_time block as defined below.
    id String
    The provider-assigned unique ID for this managed resource.
    lastMaintenanceRunId String
    The OCID of the last maintenance run.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    lifecycleState String
    Cloud Exadata Infrastructure lifecycle state.
    location String
    The Azure Region where the Cloud Exadata Infrastructure exists.
    maintenanceWindows List<Property Map>
    A maintenance_window block as defined below.
    maxCpuCount Number
    The total number of CPU cores available.
    maxDataStorageInTbs Number
    The total available DATA disk group size.
    maxDbNodeStorageSizeInGbs Number
    The total local node storage available in GBs.
    maxMemoryInGbs Number
    The total memory available in GBs.
    memorySizeInGbs Number
    The memory allocated in GBs.
    monthlyDbServerVersion String
    The monthly software version of the database servers (dom0) in the Cloud Exadata Infrastructure.
    monthlyStorageServerVersion String
    The monthly software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    name String
    nextMaintenanceRunId String
    The OCID of the next maintenance run.
    ociUrl String
    The URL of the resource in the OCI console.
    ocid String
    The OCID of the Cloud Exadata Infrastructure.
    resourceGroupName String
    shape String
    The model name of the Cloud Exadata Infrastructure resource.
    storageCount Number
    The number of storage servers for the Cloud Exadata Infrastructure.
    storageServerVersion String
    The software version of the storage servers (cells) in the Cloud Exadata Infrastructure.
    tags Map<String>
    A mapping of tags assigned to the Cloud Exadata Infrastructure.
    timeCreated String
    The date and time the Cloud Exadata Infrastructure resource was created.
    totalStorageSizeInGbs Number
    The total storage allocated to the Cloud Exadata Infrastructure resource, in gigabytes (GB).
    zones List<String>
    The Cloud Exadata Infrastructure Azure zones.

    Supporting Types

    GetExadataInfrastructureEstimatedPatchingTime

    EstimatedDbServerPatchingTime int
    The estimated time required in minutes for database server patching.
    EstimatedNetworkSwitchesPatchingTime int
    The estimated time required in minutes for network switch patching.
    EstimatedStorageServerPatchingTime int
    The estimated time required in minutes for storage server patching.
    TotalEstimatedPatchingTime int
    The estimated total time required in minutes for all patching operations.
    EstimatedDbServerPatchingTime int
    The estimated time required in minutes for database server patching.
    EstimatedNetworkSwitchesPatchingTime int
    The estimated time required in minutes for network switch patching.
    EstimatedStorageServerPatchingTime int
    The estimated time required in minutes for storage server patching.
    TotalEstimatedPatchingTime int
    The estimated total time required in minutes for all patching operations.
    estimatedDbServerPatchingTime Integer
    The estimated time required in minutes for database server patching.
    estimatedNetworkSwitchesPatchingTime Integer
    The estimated time required in minutes for network switch patching.
    estimatedStorageServerPatchingTime Integer
    The estimated time required in minutes for storage server patching.
    totalEstimatedPatchingTime Integer
    The estimated total time required in minutes for all patching operations.
    estimatedDbServerPatchingTime number
    The estimated time required in minutes for database server patching.
    estimatedNetworkSwitchesPatchingTime number
    The estimated time required in minutes for network switch patching.
    estimatedStorageServerPatchingTime number
    The estimated time required in minutes for storage server patching.
    totalEstimatedPatchingTime number
    The estimated total time required in minutes for all patching operations.
    estimated_db_server_patching_time int
    The estimated time required in minutes for database server patching.
    estimated_network_switches_patching_time int
    The estimated time required in minutes for network switch patching.
    estimated_storage_server_patching_time int
    The estimated time required in minutes for storage server patching.
    total_estimated_patching_time int
    The estimated total time required in minutes for all patching operations.
    estimatedDbServerPatchingTime Number
    The estimated time required in minutes for database server patching.
    estimatedNetworkSwitchesPatchingTime Number
    The estimated time required in minutes for network switch patching.
    estimatedStorageServerPatchingTime Number
    The estimated time required in minutes for storage server patching.
    totalEstimatedPatchingTime Number
    The estimated total time required in minutes for all patching operations.

    GetExadataInfrastructureMaintenanceWindow

    CustomActionTimeoutEnabled bool
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    CustomActionTimeoutInMins int
    DaysOfWeeks List<string>
    Days during the week when maintenance should be performed.
    HoursOfDays List<int>
    The window of hours during the day when maintenance should be performed.
    LeadTimeInWeeks int
    Lead time window allows user to set a lead time to prepare for a down time.
    MonthlyPatchingEnabled bool
    If true, enables the monthly patching option.
    Months List<string>
    A months block as defined below.
    PatchingMode string
    Cloud Exadata Infrastructure node patching method.
    Preference string
    The maintenance window scheduling preference.
    WeeksOfMonths List<int>
    Weeks during the month when maintenance should be performed.
    CustomActionTimeoutEnabled bool
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    CustomActionTimeoutInMins int
    DaysOfWeeks []string
    Days during the week when maintenance should be performed.
    HoursOfDays []int
    The window of hours during the day when maintenance should be performed.
    LeadTimeInWeeks int
    Lead time window allows user to set a lead time to prepare for a down time.
    MonthlyPatchingEnabled bool
    If true, enables the monthly patching option.
    Months []string
    A months block as defined below.
    PatchingMode string
    Cloud Exadata Infrastructure node patching method.
    Preference string
    The maintenance window scheduling preference.
    WeeksOfMonths []int
    Weeks during the month when maintenance should be performed.
    customActionTimeoutEnabled Boolean
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    customActionTimeoutInMins Integer
    daysOfWeeks List<String>
    Days during the week when maintenance should be performed.
    hoursOfDays List<Integer>
    The window of hours during the day when maintenance should be performed.
    leadTimeInWeeks Integer
    Lead time window allows user to set a lead time to prepare for a down time.
    monthlyPatchingEnabled Boolean
    If true, enables the monthly patching option.
    months List<String>
    A months block as defined below.
    patchingMode String
    Cloud Exadata Infrastructure node patching method.
    preference String
    The maintenance window scheduling preference.
    weeksOfMonths List<Integer>
    Weeks during the month when maintenance should be performed.
    customActionTimeoutEnabled boolean
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    customActionTimeoutInMins number
    daysOfWeeks string[]
    Days during the week when maintenance should be performed.
    hoursOfDays number[]
    The window of hours during the day when maintenance should be performed.
    leadTimeInWeeks number
    Lead time window allows user to set a lead time to prepare for a down time.
    monthlyPatchingEnabled boolean
    If true, enables the monthly patching option.
    months string[]
    A months block as defined below.
    patchingMode string
    Cloud Exadata Infrastructure node patching method.
    preference string
    The maintenance window scheduling preference.
    weeksOfMonths number[]
    Weeks during the month when maintenance should be performed.
    custom_action_timeout_enabled bool
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    custom_action_timeout_in_mins int
    days_of_weeks Sequence[str]
    Days during the week when maintenance should be performed.
    hours_of_days Sequence[int]
    The window of hours during the day when maintenance should be performed.
    lead_time_in_weeks int
    Lead time window allows user to set a lead time to prepare for a down time.
    monthly_patching_enabled bool
    If true, enables the monthly patching option.
    months Sequence[str]
    A months block as defined below.
    patching_mode str
    Cloud Exadata Infrastructure node patching method.
    preference str
    The maintenance window scheduling preference.
    weeks_of_months Sequence[int]
    Weeks during the month when maintenance should be performed.
    customActionTimeoutEnabled Boolean
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    customActionTimeoutInMins Number
    daysOfWeeks List<String>
    Days during the week when maintenance should be performed.
    hoursOfDays List<Number>
    The window of hours during the day when maintenance should be performed.
    leadTimeInWeeks Number
    Lead time window allows user to set a lead time to prepare for a down time.
    monthlyPatchingEnabled Boolean
    If true, enables the monthly patching option.
    months List<String>
    A months block as defined below.
    patchingMode String
    Cloud Exadata Infrastructure node patching method.
    preference String
    The maintenance window scheduling preference.
    weeksOfMonths List<Number>
    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 azurerm Terraform Provider.
    azure logo

    We recommend using Azure Native.

    Azure v6.10.0 published on Tuesday, Nov 19, 2024 by Pulumi