Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.Database.getCloudExadataInfrastructures
Explore with Pulumi AI
This data source provides the list of Cloud Exadata Infrastructures in Oracle Cloud Infrastructure Database service.
Gets a list of the cloud Exadata infrastructure resources in the specified compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCloudExadataInfrastructures = oci.Database.getCloudExadataInfrastructures({
compartmentId: compartmentId,
clusterPlacementGroupId: cloudExadataInfrastructureClusterPlacementGroupId,
displayName: cloudExadataInfrastructureDisplayName,
state: cloudExadataInfrastructureState,
});
import pulumi
import pulumi_oci as oci
test_cloud_exadata_infrastructures = oci.Database.get_cloud_exadata_infrastructures(compartment_id=compartment_id,
cluster_placement_group_id=cloud_exadata_infrastructure_cluster_placement_group_id,
display_name=cloud_exadata_infrastructure_display_name,
state=cloud_exadata_infrastructure_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := database.GetCloudExadataInfrastructures(ctx, &database.GetCloudExadataInfrastructuresArgs{
CompartmentId: compartmentId,
ClusterPlacementGroupId: pulumi.StringRef(cloudExadataInfrastructureClusterPlacementGroupId),
DisplayName: pulumi.StringRef(cloudExadataInfrastructureDisplayName),
State: pulumi.StringRef(cloudExadataInfrastructureState),
}, 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 testCloudExadataInfrastructures = Oci.Database.GetCloudExadataInfrastructures.Invoke(new()
{
CompartmentId = compartmentId,
ClusterPlacementGroupId = cloudExadataInfrastructureClusterPlacementGroupId,
DisplayName = cloudExadataInfrastructureDisplayName,
State = cloudExadataInfrastructureState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetCloudExadataInfrastructuresArgs;
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 testCloudExadataInfrastructures = DatabaseFunctions.getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs.builder()
.compartmentId(compartmentId)
.clusterPlacementGroupId(cloudExadataInfrastructureClusterPlacementGroupId)
.displayName(cloudExadataInfrastructureDisplayName)
.state(cloudExadataInfrastructureState)
.build());
}
}
variables:
testCloudExadataInfrastructures:
fn::invoke:
function: oci:Database:getCloudExadataInfrastructures
arguments:
compartmentId: ${compartmentId}
clusterPlacementGroupId: ${cloudExadataInfrastructureClusterPlacementGroupId}
displayName: ${cloudExadataInfrastructureDisplayName}
state: ${cloudExadataInfrastructureState}
Using getCloudExadataInfrastructures
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 getCloudExadataInfrastructures(args: GetCloudExadataInfrastructuresArgs, opts?: InvokeOptions): Promise<GetCloudExadataInfrastructuresResult>
function getCloudExadataInfrastructuresOutput(args: GetCloudExadataInfrastructuresOutputArgs, opts?: InvokeOptions): Output<GetCloudExadataInfrastructuresResult>
def get_cloud_exadata_infrastructures(cluster_placement_group_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_database.GetCloudExadataInfrastructuresFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudExadataInfrastructuresResult
def get_cloud_exadata_infrastructures_output(cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetCloudExadataInfrastructuresFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudExadataInfrastructuresResult]
func GetCloudExadataInfrastructures(ctx *Context, args *GetCloudExadataInfrastructuresArgs, opts ...InvokeOption) (*GetCloudExadataInfrastructuresResult, error)
func GetCloudExadataInfrastructuresOutput(ctx *Context, args *GetCloudExadataInfrastructuresOutputArgs, opts ...InvokeOption) GetCloudExadataInfrastructuresResultOutput
> Note: This function is named GetCloudExadataInfrastructures
in the Go SDK.
public static class GetCloudExadataInfrastructures
{
public static Task<GetCloudExadataInfrastructuresResult> InvokeAsync(GetCloudExadataInfrastructuresArgs args, InvokeOptions? opts = null)
public static Output<GetCloudExadataInfrastructuresResult> Invoke(GetCloudExadataInfrastructuresInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudExadataInfrastructuresResult> getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs args, InvokeOptions options)
public static Output<GetCloudExadataInfrastructuresResult> getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getCloudExadataInfrastructures:getCloudExadataInfrastructures
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The compartment OCID.
- Cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
Changes to this property will trigger replacement.
Cloud Exadata Infrastructures Filter> - State string
- A filter to return only resources that match the given lifecycle state exactly.
- Compartment
Id This property is required. string - The compartment OCID.
- Cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
Changes to this property will trigger replacement.
Cloud Exadata Infrastructures Filter - State string
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id This property is required. String - The compartment OCID.
- cluster
Placement StringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Cloud Exadata Infrastructures Filter> - state String
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id This property is required. string - The compartment OCID.
- cluster
Placement stringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Cloud Exadata Infrastructures Filter[] - state string
- A filter to return only resources that match the given lifecycle state exactly.
- compartment_
id This property is required. str - The compartment OCID.
- cluster_
placement_ strgroup_ id - A filter to return only resources that match the given cluster placement group ID exactly.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Get Cloud Exadata Infrastructures Filter] - state str
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id This property is required. String - The compartment OCID.
- cluster
Placement StringGroup Id - A filter to return only resources that match the given cluster placement group ID exactly.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
getCloudExadataInfrastructures Result
The following output properties are available:
- Cloud
Exadata List<GetInfrastructures Cloud Exadata Infrastructures Cloud Exadata Infrastructure> - The list of cloud_exadata_infrastructures.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure.
- Display
Name string - The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
- Filters
List<Get
Cloud Exadata Infrastructures Filter> - State string
- The current lifecycle state of the cloud Exadata infrastructure resource.
- Cloud
Exadata []GetInfrastructures Cloud Exadata Infrastructures Cloud Exadata Infrastructure - The list of cloud_exadata_infrastructures.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure.
- Display
Name string - The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
- Filters
[]Get
Cloud Exadata Infrastructures Filter - State string
- The current lifecycle state of the cloud Exadata infrastructure resource.
- cloud
Exadata List<GetInfrastructures Cloud Exadata Infrastructures Cloud Exadata Infrastructure> - The list of cloud_exadata_infrastructures.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure.
- display
Name String - The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
- filters
List<Get
Cloud Exadata Infrastructures Filter> - state String
- The current lifecycle state of the cloud Exadata infrastructure resource.
- cloud
Exadata GetInfrastructures Cloud Exadata Infrastructures Cloud Exadata Infrastructure[] - The list of cloud_exadata_infrastructures.
- compartment
Id string - The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure.
- display
Name string - The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
- filters
Get
Cloud Exadata Infrastructures Filter[] - state string
- The current lifecycle state of the cloud Exadata infrastructure resource.
- cloud_
exadata_ Sequence[database.infrastructures Get Cloud Exadata Infrastructures Cloud Exadata Infrastructure] - The list of cloud_exadata_infrastructures.
- compartment_
id str - The OCID of the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- cluster_
placement_ strgroup_ id - The OCID of the cluster placement group of the Exadata Infrastructure.
- display_
name str - The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
- filters
Sequence[database.
Get Cloud Exadata Infrastructures Filter] - state str
- The current lifecycle state of the cloud Exadata infrastructure resource.
- cloud
Exadata List<Property Map>Infrastructures - The list of cloud_exadata_infrastructures.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the Exadata Infrastructure.
- display
Name String - The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
- filters List<Property Map>
- state String
- The current lifecycle state of the cloud Exadata infrastructure resource.
Supporting Types
GetCloudExadataInfrastructuresCloudExadataInfrastructure
- Activated
Storage Count This property is required. int - The requested number of additional storage servers activated for the Exadata infrastructure.
- Additional
Storage Count This property is required. int - The requested number of additional storage servers for the Exadata infrastructure.
- Availability
Domain This property is required. string - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- Available
Storage Size In Gbs This property is required. int - The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- Cluster
Placement Group Id This property is required. string - A filter to return only resources that match the given cluster placement group ID exactly.
- Compartment
Id This property is required. string - The compartment OCID.
- Compute
Count This property is required. int - The number of compute servers for the cloud Exadata infrastructure.
- Compute
Model This property is required. string - The compute model of the Exadata infrastructure.
- Cpu
Count This property is required. int - The total number of CPU cores allocated.
- Customer
Contacts This property is required. List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Customer Contact> - The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance.
- Data
Storage Size In Tbs This property is required. double - Size, in terabytes, of the DATA disk group.
- Database
Server Type This property is required. string - The database server type of the Exadata infrastructure.
- Db
Node Storage Size In Gbs This property is required. int - The local node storage allocated in GBs.
- Db
Server Version This property is required. string - The software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- Defined
File System Configurations This property is required. List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Defined File System Configuration> - Details of the file system configuration of the Exadata infrastructure.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - The OCID of the cloud Exadata infrastructure resource.
- Is
Scheduling Policy Associated This property is required. bool - If true, the infrastructure is using granular maintenance scheduling preference.
- Last
Maintenance Run Id This property is required. string - The OCID of the last maintenance run.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Maintenance
Windows This property is required. List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Max
Cpu Count This property is required. int - The total number of CPU cores available.
- Max
Data Storage In Tbs This property is required. double - The total available DATA disk group size.
- Max
Db Node Storage In Gbs This property is required. int - The total local node storage available in GBs.
- Max
Memory In Gbs This property is required. int - The total memory available in GBs.
- Memory
Size In Gbs This property is required. int - The memory allocated in GBs.
- Monthly
Db Server Version This property is required. string - The monthly software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- Monthly
Storage Server Version This property is required. string - The monthly software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- Next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- Shape
This property is required. string - The model name of the cloud Exadata infrastructure resource.
- State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Storage
Count This property is required. int - The number of storage servers for the cloud Exadata infrastructure.
- Storage
Server Type This property is required. string - The storage server type of the Exadata infrastructure.
- Storage
Server Version This property is required. string - The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- Subscription
Id This property is required. string - The OCID of the subscription with which resource needs to be associated with.
This property is required. Dictionary<string, string>- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Time
Created This property is required. string - The date and time the cloud Exadata infrastructure resource was created.
- Total
Storage Size In Gbs This property is required. int - The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- Activated
Storage Count This property is required. int - The requested number of additional storage servers activated for the Exadata infrastructure.
- Additional
Storage Count This property is required. int - The requested number of additional storage servers for the Exadata infrastructure.
- Availability
Domain This property is required. string - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- Available
Storage Size In Gbs This property is required. int - The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- Cluster
Placement Group Id This property is required. string - A filter to return only resources that match the given cluster placement group ID exactly.
- Compartment
Id This property is required. string - The compartment OCID.
- Compute
Count This property is required. int - The number of compute servers for the cloud Exadata infrastructure.
- Compute
Model This property is required. string - The compute model of the Exadata infrastructure.
- Cpu
Count This property is required. int - The total number of CPU cores allocated.
- Customer
Contacts This property is required. []GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Customer Contact - The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance.
- Data
Storage Size In Tbs This property is required. float64 - Size, in terabytes, of the DATA disk group.
- Database
Server Type This property is required. string - The database server type of the Exadata infrastructure.
- Db
Node Storage Size In Gbs This property is required. int - The local node storage allocated in GBs.
- Db
Server Version This property is required. string - The software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- Defined
File System Configurations This property is required. []GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Defined File System Configuration - Details of the file system configuration of the Exadata infrastructure.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - The OCID of the cloud Exadata infrastructure resource.
- Is
Scheduling Policy Associated This property is required. bool - If true, the infrastructure is using granular maintenance scheduling preference.
- Last
Maintenance Run Id This property is required. string - The OCID of the last maintenance run.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Maintenance
Windows This property is required. []GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Max
Cpu Count This property is required. int - The total number of CPU cores available.
- Max
Data Storage In Tbs This property is required. float64 - The total available DATA disk group size.
- Max
Db Node Storage In Gbs This property is required. int - The total local node storage available in GBs.
- Max
Memory In Gbs This property is required. int - The total memory available in GBs.
- Memory
Size In Gbs This property is required. int - The memory allocated in GBs.
- Monthly
Db Server Version This property is required. string - The monthly software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- Monthly
Storage Server Version This property is required. string - The monthly software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- Next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- Shape
This property is required. string - The model name of the cloud Exadata infrastructure resource.
- State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Storage
Count This property is required. int - The number of storage servers for the cloud Exadata infrastructure.
- Storage
Server Type This property is required. string - The storage server type of the Exadata infrastructure.
- Storage
Server Version This property is required. string - The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- Subscription
Id This property is required. string - The OCID of the subscription with which resource needs to be associated with.
This property is required. map[string]string- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Time
Created This property is required. string - The date and time the cloud Exadata infrastructure resource was created.
- Total
Storage Size In Gbs This property is required. int - The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- activated
Storage Count This property is required. Integer - The requested number of additional storage servers activated for the Exadata infrastructure.
- additional
Storage Count This property is required. Integer - The requested number of additional storage servers for the Exadata infrastructure.
- availability
Domain This property is required. String - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- available
Storage Size In Gbs This property is required. Integer - The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- cluster
Placement Group Id This property is required. String - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment
Id This property is required. String - The compartment OCID.
- compute
Count This property is required. Integer - The number of compute servers for the cloud Exadata infrastructure.
- compute
Model This property is required. String - The compute model of the Exadata infrastructure.
- cpu
Count This property is required. Integer - The total number of CPU cores allocated.
- customer
Contacts This property is required. List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Customer Contact> - The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance.
- data
Storage Size In Tbs This property is required. Double - Size, in terabytes, of the DATA disk group.
- database
Server Type This property is required. String - The database server type of the Exadata infrastructure.
- db
Node Storage Size In Gbs This property is required. Integer - The local node storage allocated in GBs.
- db
Server Version This property is required. String - The software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- defined
File System Configurations This property is required. List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Defined File System Configuration> - Details of the file system configuration of the Exadata infrastructure.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - The OCID of the cloud Exadata infrastructure resource.
- is
Scheduling Policy Associated This property is required. Boolean - If true, the infrastructure is using granular maintenance scheduling preference.
- last
Maintenance Run Id This property is required. String - The OCID of the last maintenance run.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- maintenance
Windows This property is required. List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max
Cpu Count This property is required. Integer - The total number of CPU cores available.
- max
Data Storage In Tbs This property is required. Double - The total available DATA disk group size.
- max
Db Node Storage In Gbs This property is required. Integer - The total local node storage available in GBs.
- max
Memory In Gbs This property is required. Integer - The total memory available in GBs.
- memory
Size In Gbs This property is required. Integer - The memory allocated in GBs.
- monthly
Db Server Version This property is required. String - The monthly software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- monthly
Storage Server Version This property is required. String - The monthly software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- next
Maintenance Run Id This property is required. String - The OCID of the next maintenance run.
- shape
This property is required. String - The model name of the cloud Exadata infrastructure resource.
- state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- storage
Count This property is required. Integer - The number of storage servers for the cloud Exadata infrastructure.
- storage
Server Type This property is required. String - The storage server type of the Exadata infrastructure.
- storage
Server Version This property is required. String - The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- subscription
Id This property is required. String - The OCID of the subscription with which resource needs to be associated with.
This property is required. Map<String,String>- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created This property is required. String - The date and time the cloud Exadata infrastructure resource was created.
- total
Storage Size In Gbs This property is required. Integer - The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- activated
Storage Count This property is required. number - The requested number of additional storage servers activated for the Exadata infrastructure.
- additional
Storage Count This property is required. number - The requested number of additional storage servers for the Exadata infrastructure.
- availability
Domain This property is required. string - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- available
Storage Size In Gbs This property is required. number - The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- cluster
Placement Group Id This property is required. string - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment
Id This property is required. string - The compartment OCID.
- compute
Count This property is required. number - The number of compute servers for the cloud Exadata infrastructure.
- compute
Model This property is required. string - The compute model of the Exadata infrastructure.
- cpu
Count This property is required. number - The total number of CPU cores allocated.
- customer
Contacts This property is required. GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Customer Contact[] - The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance.
- data
Storage Size In Tbs This property is required. number - Size, in terabytes, of the DATA disk group.
- database
Server Type This property is required. string - The database server type of the Exadata infrastructure.
- db
Node Storage Size In Gbs This property is required. number - The local node storage allocated in GBs.
- db
Server Version This property is required. string - The software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- defined
File System Configurations This property is required. GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Defined File System Configuration[] - Details of the file system configuration of the Exadata infrastructure.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. string - The OCID of the cloud Exadata infrastructure resource.
- is
Scheduling Policy Associated This property is required. boolean - If true, the infrastructure is using granular maintenance scheduling preference.
- last
Maintenance Run Id This property is required. string - The OCID of the last maintenance run.
- lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- maintenance
Windows This property is required. GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window[] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max
Cpu Count This property is required. number - The total number of CPU cores available.
- max
Data Storage In Tbs This property is required. number - The total available DATA disk group size.
- max
Db Node Storage In Gbs This property is required. number - The total local node storage available in GBs.
- max
Memory In Gbs This property is required. number - The total memory available in GBs.
- memory
Size In Gbs This property is required. number - The memory allocated in GBs.
- monthly
Db Server Version This property is required. string - The monthly software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- monthly
Storage Server Version This property is required. string - The monthly software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- shape
This property is required. string - The model name of the cloud Exadata infrastructure resource.
- state
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- storage
Count This property is required. number - The number of storage servers for the cloud Exadata infrastructure.
- storage
Server Type This property is required. string - The storage server type of the Exadata infrastructure.
- storage
Server Version This property is required. string - The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- subscription
Id This property is required. string - The OCID of the subscription with which resource needs to be associated with.
This property is required. {[key: string]: string}- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created This property is required. string - The date and time the cloud Exadata infrastructure resource was created.
- total
Storage Size In Gbs This property is required. number - The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- activated_
storage_ count This property is required. int - The requested number of additional storage servers activated for the Exadata infrastructure.
- additional_
storage_ count This property is required. int - The requested number of additional storage servers for the Exadata infrastructure.
- availability_
domain This property is required. str - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- available_
storage_ size_ in_ gbs This property is required. int - The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- cluster_
placement_ group_ id This property is required. str - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment_
id This property is required. str - The compartment OCID.
- compute_
count This property is required. int - The number of compute servers for the cloud Exadata infrastructure.
- compute_
model This property is required. str - The compute model of the Exadata infrastructure.
- cpu_
count This property is required. int - The total number of CPU cores allocated.
- customer_
contacts This property is required. Sequence[database.Get Cloud Exadata Infrastructures Cloud Exadata Infrastructure Customer Contact] - The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance.
- data_
storage_ size_ in_ tbs This property is required. float - Size, in terabytes, of the DATA disk group.
- database_
server_ type This property is required. str - The database server type of the Exadata infrastructure.
- db_
node_ storage_ size_ in_ gbs This property is required. int - The local node storage allocated in GBs.
- db_
server_ version This property is required. str - The software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- defined_
file_ system_ configurations This property is required. Sequence[database.Get Cloud Exadata Infrastructures Cloud Exadata Infrastructure Defined File System Configuration] - Details of the file system configuration of the Exadata infrastructure.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. str - The OCID of the cloud Exadata infrastructure resource.
- is_
scheduling_ policy_ associated This property is required. bool - If true, the infrastructure is using granular maintenance scheduling preference.
- last_
maintenance_ run_ id This property is required. str - The OCID of the last maintenance run.
- lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- maintenance_
windows This property is required. Sequence[database.Get Cloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max_
cpu_ count This property is required. int - The total number of CPU cores available.
- max_
data_ storage_ in_ tbs This property is required. float - The total available DATA disk group size.
- max_
db_ node_ storage_ in_ gbs This property is required. int - The total local node storage available in GBs.
- max_
memory_ in_ gbs This property is required. int - The total memory available in GBs.
- memory_
size_ in_ gbs This property is required. int - The memory allocated in GBs.
- monthly_
db_ server_ version This property is required. str - The monthly software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- monthly_
storage_ server_ version This property is required. str - The monthly software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- next_
maintenance_ run_ id This property is required. str - The OCID of the next maintenance run.
- shape
This property is required. str - The model name of the cloud Exadata infrastructure resource.
- state
This property is required. str - A filter to return only resources that match the given lifecycle state exactly.
- storage_
count This property is required. int - The number of storage servers for the cloud Exadata infrastructure.
- storage_
server_ type This property is required. str - The storage server type of the Exadata infrastructure.
- storage_
server_ version This property is required. str - The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- subscription_
id This property is required. str - The OCID of the subscription with which resource needs to be associated with.
This property is required. Mapping[str, str]- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time_
created This property is required. str - The date and time the cloud Exadata infrastructure resource was created.
- total_
storage_ size_ in_ gbs This property is required. int - The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- activated
Storage Count This property is required. Number - The requested number of additional storage servers activated for the Exadata infrastructure.
- additional
Storage Count This property is required. Number - The requested number of additional storage servers for the Exadata infrastructure.
- availability
Domain This property is required. String - The name of the availability domain that the cloud Exadata infrastructure resource is located in.
- available
Storage Size In Gbs This property is required. Number - The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
- cluster
Placement Group Id This property is required. String - A filter to return only resources that match the given cluster placement group ID exactly.
- compartment
Id This property is required. String - The compartment OCID.
- compute
Count This property is required. Number - The number of compute servers for the cloud Exadata infrastructure.
- compute
Model This property is required. String - The compute model of the Exadata infrastructure.
- cpu
Count This property is required. Number - The total number of CPU cores allocated.
- customer
Contacts This property is required. List<Property Map> - The list of customer email addresses that receive information from Oracle about the specified Oracle Cloud Infrastructure Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance.
- data
Storage Size In Tbs This property is required. Number - Size, in terabytes, of the DATA disk group.
- database
Server Type This property is required. String - The database server type of the Exadata infrastructure.
- db
Node Storage Size In Gbs This property is required. Number - The local node storage allocated in GBs.
- db
Server Version This property is required. String - The software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- defined
File System Configurations This property is required. List<Property Map> - Details of the file system configuration of the Exadata infrastructure.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - The OCID of the cloud Exadata infrastructure resource.
- is
Scheduling Policy Associated This property is required. Boolean - If true, the infrastructure is using granular maintenance scheduling preference.
- last
Maintenance Run Id This property is required. String - The OCID of the last maintenance run.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- maintenance
Windows This property is required. List<Property Map> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max
Cpu Count This property is required. Number - The total number of CPU cores available.
- max
Data Storage In Tbs This property is required. Number - The total available DATA disk group size.
- max
Db Node Storage In Gbs This property is required. Number - The total local node storage available in GBs.
- max
Memory In Gbs This property is required. Number - The total memory available in GBs.
- memory
Size In Gbs This property is required. Number - The memory allocated in GBs.
- monthly
Db Server Version This property is required. String - The monthly software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
- monthly
Storage Server Version This property is required. String - The monthly software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- next
Maintenance Run Id This property is required. String - The OCID of the next maintenance run.
- shape
This property is required. String - The model name of the cloud Exadata infrastructure resource.
- state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- storage
Count This property is required. Number - The number of storage servers for the cloud Exadata infrastructure.
- storage
Server Type This property is required. String - The storage server type of the Exadata infrastructure.
- storage
Server Version This property is required. String - The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
- subscription
Id This property is required. String - The OCID of the subscription with which resource needs to be associated with.
This property is required. Map<String>- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created This property is required. String - The date and time the cloud Exadata infrastructure resource was created.
- total
Storage Size In Gbs This property is required. Number - The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
GetCloudExadataInfrastructuresCloudExadataInfrastructureCustomerContact
- Email
This property is required. string - The email address used by Oracle to send notifications regarding databases and infrastructure.
- Email
This property is required. string - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. String - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. string - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. str - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. String - The email address used by Oracle to send notifications regarding databases and infrastructure.
GetCloudExadataInfrastructuresCloudExadataInfrastructureDefinedFileSystemConfiguration
- Is
Backup Partition This property is required. bool - If true, the file system is used to create a backup prior to Exadata VM OS update.
- Is
Resizable This property is required. bool - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- Min
Size Gb This property is required. int - The minimum size of file system.
- Mount
Point This property is required. string - The mount point of file system.
- Is
Backup Partition This property is required. bool - If true, the file system is used to create a backup prior to Exadata VM OS update.
- Is
Resizable This property is required. bool - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- Min
Size Gb This property is required. int - The minimum size of file system.
- Mount
Point This property is required. string - The mount point of file system.
- is
Backup Partition This property is required. Boolean - If true, the file system is used to create a backup prior to Exadata VM OS update.
- is
Resizable This property is required. Boolean - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- min
Size Gb This property is required. Integer - The minimum size of file system.
- mount
Point This property is required. String - The mount point of file system.
- is
Backup Partition This property is required. boolean - If true, the file system is used to create a backup prior to Exadata VM OS update.
- is
Resizable This property is required. boolean - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- min
Size Gb This property is required. number - The minimum size of file system.
- mount
Point This property is required. string - The mount point of file system.
- is_
backup_ partition This property is required. bool - If true, the file system is used to create a backup prior to Exadata VM OS update.
- is_
resizable This property is required. bool - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- min_
size_ gb This property is required. int - The minimum size of file system.
- mount_
point This property is required. str - The mount point of file system.
- is
Backup Partition This property is required. Boolean - If true, the file system is used to create a backup prior to Exadata VM OS update.
- is
Resizable This property is required. Boolean - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- min
Size Gb This property is required. Number - The minimum size of file system.
- mount
Point This property is required. String - The mount point of file system.
GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindow
- Custom
Action Timeout In Mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of Weeks This property is required. List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window Days Of Week> - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. List<int> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- Is
Custom Action Timeout Enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly Patching Enabled This property is required. bool - If true, enables the monthly patching option.
- Lead
Time In Weeks This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- Months
This property is required. List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window Month> - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference
This property is required. string - The maintenance window scheduling preference.
- Skip
Rus This property is required. List<bool> - Weeks
Of Months This property is required. List<int> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- Custom
Action Timeout In Mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of Weeks This property is required. []GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window Days Of Week - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. []int - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- Is
Custom Action Timeout Enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly Patching Enabled This property is required. bool - If true, enables the monthly patching option.
- Lead
Time In Weeks This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- Months
This property is required. []GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window Month - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference
This property is required. string - The maintenance window scheduling preference.
- Skip
Rus This property is required. []bool - Weeks
Of Months This property is required. []int - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. Integer - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window Days Of Week> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Integer> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. Boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly Patching Enabled This property is required. Boolean - If true, enables the monthly patching option.
- lead
Time In Weeks This property is required. Integer - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window Month> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. String - The maintenance window scheduling preference.
- skip
Rus This property is required. List<Boolean> - weeks
Of Months This property is required. List<Integer> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. number - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window Days Of Week[] - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. number[] - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly Patching Enabled This property is required. boolean - If true, enables the monthly patching option.
- lead
Time In Weeks This property is required. number - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window Month[] - Months during the year when maintenance should be performed.
- patching
Mode This property is required. string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. string - The maintenance window scheduling preference.
- skip
Rus This property is required. boolean[] - weeks
Of Months This property is required. number[] - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom_
action_ timeout_ in_ mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days_
of_ weeks This property is required. Sequence[database.Get Cloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window Days Of Week] - Days during the week when maintenance should be performed.
- hours_
of_ days This property is required. Sequence[int] - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is_
custom_ action_ timeout_ enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is_
monthly_ patching_ enabled This property is required. bool - If true, enables the monthly patching option.
- lead_
time_ in_ weeks This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. Sequence[database.Get Cloud Exadata Infrastructures Cloud Exadata Infrastructure Maintenance Window Month] - Months during the year when maintenance should be performed.
- patching_
mode This property is required. str - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. str - The maintenance window scheduling preference.
- skip_
rus This property is required. Sequence[bool] - weeks_
of_ months This property is required. Sequence[int] - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. Number - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. List<Property Map> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Number> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. Boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly Patching Enabled This property is required. Boolean - If true, enables the monthly patching option.
- lead
Time In Weeks This property is required. Number - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. List<Property Map> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. String - The maintenance window scheduling preference.
- skip
Rus This property is required. List<Boolean> - weeks
Of Months This property is required. List<Number> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowDaysOfWeek
- Name
This property is required. string - Name of the month of the year.
- Name
This property is required. string - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
- name
This property is required. string - Name of the month of the year.
- name
This property is required. str - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowMonth
- Name
This property is required. string - Name of the month of the year.
- Name
This property is required. string - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
- name
This property is required. string - Name of the month of the year.
- name
This property is required. str - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
GetCloudExadataInfrastructuresFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.