Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Database.getMaintenanceRuns
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Maintenance Runs in Oracle Cloud Infrastructure Database service.
Gets a list of the maintenance runs in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMaintenanceRuns = oci.Database.getMaintenanceRuns({
compartmentId: compartmentId,
availabilityDomain: maintenanceRunAvailabilityDomain,
maintenanceSubtype: maintenanceRunMaintenanceSubtype,
maintenanceType: maintenanceRunMaintenanceType,
state: maintenanceRunState,
targetResourceId: testTargetResource.id,
targetResourceType: maintenanceRunTargetResourceType,
});
import pulumi
import pulumi_oci as oci
test_maintenance_runs = oci.Database.get_maintenance_runs(compartment_id=compartment_id,
availability_domain=maintenance_run_availability_domain,
maintenance_subtype=maintenance_run_maintenance_subtype,
maintenance_type=maintenance_run_maintenance_type,
state=maintenance_run_state,
target_resource_id=test_target_resource["id"],
target_resource_type=maintenance_run_target_resource_type)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Database.GetMaintenanceRuns(ctx, &database.GetMaintenanceRunsArgs{
CompartmentId: compartmentId,
AvailabilityDomain: pulumi.StringRef(maintenanceRunAvailabilityDomain),
MaintenanceSubtype: pulumi.StringRef(maintenanceRunMaintenanceSubtype),
MaintenanceType: pulumi.StringRef(maintenanceRunMaintenanceType),
State: pulumi.StringRef(maintenanceRunState),
TargetResourceId: pulumi.StringRef(testTargetResource.Id),
TargetResourceType: pulumi.StringRef(maintenanceRunTargetResourceType),
}, 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 testMaintenanceRuns = Oci.Database.GetMaintenanceRuns.Invoke(new()
{
CompartmentId = compartmentId,
AvailabilityDomain = maintenanceRunAvailabilityDomain,
MaintenanceSubtype = maintenanceRunMaintenanceSubtype,
MaintenanceType = maintenanceRunMaintenanceType,
State = maintenanceRunState,
TargetResourceId = testTargetResource.Id,
TargetResourceType = maintenanceRunTargetResourceType,
});
});
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.GetMaintenanceRunsArgs;
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 testMaintenanceRuns = DatabaseFunctions.getMaintenanceRuns(GetMaintenanceRunsArgs.builder()
.compartmentId(compartmentId)
.availabilityDomain(maintenanceRunAvailabilityDomain)
.maintenanceSubtype(maintenanceRunMaintenanceSubtype)
.maintenanceType(maintenanceRunMaintenanceType)
.state(maintenanceRunState)
.targetResourceId(testTargetResource.id())
.targetResourceType(maintenanceRunTargetResourceType)
.build());
}
}
variables:
testMaintenanceRuns:
fn::invoke:
Function: oci:Database:getMaintenanceRuns
Arguments:
compartmentId: ${compartmentId}
availabilityDomain: ${maintenanceRunAvailabilityDomain}
maintenanceSubtype: ${maintenanceRunMaintenanceSubtype}
maintenanceType: ${maintenanceRunMaintenanceType}
state: ${maintenanceRunState}
targetResourceId: ${testTargetResource.id}
targetResourceType: ${maintenanceRunTargetResourceType}
Using getMaintenanceRuns
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 getMaintenanceRuns(args: GetMaintenanceRunsArgs, opts?: InvokeOptions): Promise<GetMaintenanceRunsResult>
function getMaintenanceRunsOutput(args: GetMaintenanceRunsOutputArgs, opts?: InvokeOptions): Output<GetMaintenanceRunsResult>
def get_maintenance_runs(availability_domain: Optional[str] = None,
compartment_id: Optional[str] = None,
filters: Optional[Sequence[_database.GetMaintenanceRunsFilter]] = None,
maintenance_subtype: Optional[str] = None,
maintenance_type: Optional[str] = None,
state: Optional[str] = None,
target_resource_id: Optional[str] = None,
target_resource_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMaintenanceRunsResult
def get_maintenance_runs_output(availability_domain: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetMaintenanceRunsFilterArgs]]]] = None,
maintenance_subtype: Optional[pulumi.Input[str]] = None,
maintenance_type: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
target_resource_id: Optional[pulumi.Input[str]] = None,
target_resource_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMaintenanceRunsResult]
func GetMaintenanceRuns(ctx *Context, args *GetMaintenanceRunsArgs, opts ...InvokeOption) (*GetMaintenanceRunsResult, error)
func GetMaintenanceRunsOutput(ctx *Context, args *GetMaintenanceRunsOutputArgs, opts ...InvokeOption) GetMaintenanceRunsResultOutput
> Note: This function is named GetMaintenanceRuns
in the Go SDK.
public static class GetMaintenanceRuns
{
public static Task<GetMaintenanceRunsResult> InvokeAsync(GetMaintenanceRunsArgs args, InvokeOptions? opts = null)
public static Output<GetMaintenanceRunsResult> Invoke(GetMaintenanceRunsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMaintenanceRunsResult> getMaintenanceRuns(GetMaintenanceRunsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Database/getMaintenanceRuns:getMaintenanceRuns
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The compartment OCID.
- Availability
Domain string - A filter to return only resources that match the given availability domain exactly.
- Filters
List<Get
Maintenance Runs Filter> - Maintenance
Subtype string - The sub-type of the maintenance run.
- Maintenance
Type string - The maintenance type.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- Target
Resource stringId - The target resource ID.
- Target
Resource stringType - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- Compartment
Id string - The compartment OCID.
- Availability
Domain string - A filter to return only resources that match the given availability domain exactly.
- Filters
[]Get
Maintenance Runs Filter - Maintenance
Subtype string - The sub-type of the maintenance run.
- Maintenance
Type string - The maintenance type.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- Target
Resource stringId - The target resource ID.
- Target
Resource stringType - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- compartment
Id String - The compartment OCID.
- availability
Domain String - A filter to return only resources that match the given availability domain exactly.
- filters
List<Get
Maintenance Runs Filter> - maintenance
Subtype String - The sub-type of the maintenance run.
- maintenance
Type String - The maintenance type.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- target
Resource StringId - The target resource ID.
- target
Resource StringType - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- compartment
Id string - The compartment OCID.
- availability
Domain string - A filter to return only resources that match the given availability domain exactly.
- filters
Get
Maintenance Runs Filter[] - maintenance
Subtype string - The sub-type of the maintenance run.
- maintenance
Type string - The maintenance type.
- state string
- A filter to return only resources that match the given lifecycle state exactly.
- target
Resource stringId - The target resource ID.
- target
Resource stringType - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- compartment_
id str - The compartment OCID.
- availability_
domain str - A filter to return only resources that match the given availability domain exactly.
- filters
Sequence[database.
Get Maintenance Runs Filter] - maintenance_
subtype str - The sub-type of the maintenance run.
- maintenance_
type str - The maintenance type.
- state str
- A filter to return only resources that match the given lifecycle state exactly.
- target_
resource_ strid - The target resource ID.
- target_
resource_ strtype - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- compartment
Id String - The compartment OCID.
- availability
Domain String - A filter to return only resources that match the given availability domain exactly.
- filters List<Property Map>
- maintenance
Subtype String - The sub-type of the maintenance run.
- maintenance
Type String - The maintenance type.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- target
Resource StringId - The target resource ID.
- target
Resource StringType - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
getMaintenanceRuns Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Maintenance
Runs List<GetMaintenance Runs Maintenance Run> - The list of maintenance_runs.
- Availability
Domain string - Filters
List<Get
Maintenance Runs Filter> - Maintenance
Subtype string - Maintenance sub-type.
- Maintenance
Type string - Maintenance type.
- State string
- The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
- Target
Resource stringId - The ID of the target resource on which the maintenance run occurs.
- Target
Resource stringType - The type of the target resource on which the maintenance run occurs.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Maintenance
Runs []GetMaintenance Runs Maintenance Run - The list of maintenance_runs.
- Availability
Domain string - Filters
[]Get
Maintenance Runs Filter - Maintenance
Subtype string - Maintenance sub-type.
- Maintenance
Type string - Maintenance type.
- State string
- The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
- Target
Resource stringId - The ID of the target resource on which the maintenance run occurs.
- Target
Resource stringType - The type of the target resource on which the maintenance run occurs.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- maintenance
Runs List<GetMaintenance Runs Maintenance Run> - The list of maintenance_runs.
- availability
Domain String - filters
List<Get
Maintenance Runs Filter> - maintenance
Subtype String - Maintenance sub-type.
- maintenance
Type String - Maintenance type.
- state String
- The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
- target
Resource StringId - The ID of the target resource on which the maintenance run occurs.
- target
Resource StringType - The type of the target resource on which the maintenance run occurs.
- compartment
Id string - The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- maintenance
Runs GetMaintenance Runs Maintenance Run[] - The list of maintenance_runs.
- availability
Domain string - filters
Get
Maintenance Runs Filter[] - maintenance
Subtype string - Maintenance sub-type.
- maintenance
Type string - Maintenance type.
- state string
- The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
- target
Resource stringId - The ID of the target resource on which the maintenance run occurs.
- target
Resource stringType - The type of the target resource on which the maintenance run occurs.
- compartment_
id str - The OCID of the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- maintenance_
runs Sequence[database.Get Maintenance Runs Maintenance Run] - The list of maintenance_runs.
- availability_
domain str - filters
Sequence[database.
Get Maintenance Runs Filter] - maintenance_
subtype str - Maintenance sub-type.
- maintenance_
type str - Maintenance type.
- state str
- The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
- target_
resource_ strid - The ID of the target resource on which the maintenance run occurs.
- target_
resource_ strtype - The type of the target resource on which the maintenance run occurs.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- maintenance
Runs List<Property Map> - The list of maintenance_runs.
- availability
Domain String - filters List<Property Map>
- maintenance
Subtype String - Maintenance sub-type.
- maintenance
Type String - Maintenance type.
- state String
- The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
- target
Resource StringId - The ID of the target resource on which the maintenance run occurs.
- target
Resource StringType - The type of the target resource on which the maintenance run occurs.
Supporting Types
GetMaintenanceRunsFilter
GetMaintenanceRunsMaintenanceRun
- Compartment
Id string - The compartment OCID.
- Current
Custom intAction Timeout In Mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- Current
Patching stringComponent - The name of the current infrastruture component that is getting patched.
- Custom
Action intTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
- Description string
- Description of the maintenance run.
- Display
Name string - The user-friendly name for the maintenance run.
- Estimated
Component stringPatching Start Time - The estimated start time of the next infrastruture component patching operation.
- Estimated
Patching List<GetTimes Maintenance Runs Maintenance Run Estimated Patching Time> - The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
- Id string
- The OCID of the maintenance run.
- Is
Custom boolAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- Is
Dst boolFile Update Enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Maintenance
Subtype string - The sub-type of the maintenance run.
- Maintenance
Type string - The maintenance type.
- Patch
Failure intCount - Contain the patch failure count.
- Patch
Id string - The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier
ru_patch_19.9.0.0_201030
is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020. - Patch
Type string - Patching
End stringTime - The time when the patching operation ended.
- Patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Patching
Start stringTime - The time when the patching operation started.
- Patching
Status string - The status of the patching operation.
- Peer
Maintenance stringRun Id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- Target
Db stringServer Version - The target software version for the database server patching operation.
- Target
Resource stringId - The target resource ID.
- Target
Resource stringType - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- Target
Storage stringServer Version - The target Cell version that is to be patched to.
- Time
Ended string - The date and time the maintenance run was completed.
- Time
Scheduled string - The date and time the maintenance run is scheduled to occur.
- Time
Started string - The date and time the maintenance run starts.
- Compartment
Id string - The compartment OCID.
- Current
Custom intAction Timeout In Mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- Current
Patching stringComponent - The name of the current infrastruture component that is getting patched.
- Custom
Action intTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
- Description string
- Description of the maintenance run.
- Display
Name string - The user-friendly name for the maintenance run.
- Estimated
Component stringPatching Start Time - The estimated start time of the next infrastruture component patching operation.
- Estimated
Patching []GetTimes Maintenance Runs Maintenance Run Estimated Patching Time - The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
- Id string
- The OCID of the maintenance run.
- Is
Custom boolAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- Is
Dst boolFile Update Enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Maintenance
Subtype string - The sub-type of the maintenance run.
- Maintenance
Type string - The maintenance type.
- Patch
Failure intCount - Contain the patch failure count.
- Patch
Id string - The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier
ru_patch_19.9.0.0_201030
is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020. - Patch
Type string - Patching
End stringTime - The time when the patching operation ended.
- Patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Patching
Start stringTime - The time when the patching operation started.
- Patching
Status string - The status of the patching operation.
- Peer
Maintenance stringRun Id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- Target
Db stringServer Version - The target software version for the database server patching operation.
- Target
Resource stringId - The target resource ID.
- Target
Resource stringType - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- Target
Storage stringServer Version - The target Cell version that is to be patched to.
- Time
Ended string - The date and time the maintenance run was completed.
- Time
Scheduled string - The date and time the maintenance run is scheduled to occur.
- Time
Started string - The date and time the maintenance run starts.
- compartment
Id String - The compartment OCID.
- current
Custom IntegerAction Timeout In Mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- current
Patching StringComponent - The name of the current infrastruture component that is getting patched.
- custom
Action IntegerTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
- description String
- Description of the maintenance run.
- display
Name String - The user-friendly name for the maintenance run.
- estimated
Component StringPatching Start Time - The estimated start time of the next infrastruture component patching operation.
- estimated
Patching List<GetTimes Maintenance Runs Maintenance Run Estimated Patching Time> - The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
- id String
- The OCID of the maintenance run.
- is
Custom BooleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- is
Dst BooleanFile Update Enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- lifecycle
Details String - Additional information about the current lifecycle state.
- maintenance
Subtype String - The sub-type of the maintenance run.
- maintenance
Type String - The maintenance type.
- patch
Failure IntegerCount - Contain the patch failure count.
- patch
Id String - The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier
ru_patch_19.9.0.0_201030
is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020. - patch
Type String - patching
End StringTime - The time when the patching operation ended.
- patching
Mode String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- patching
Start StringTime - The time when the patching operation started.
- patching
Status String - The status of the patching operation.
- peer
Maintenance StringRun Id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- target
Db StringServer Version - The target software version for the database server patching operation.
- target
Resource StringId - The target resource ID.
- target
Resource StringType - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- target
Storage StringServer Version - The target Cell version that is to be patched to.
- time
Ended String - The date and time the maintenance run was completed.
- time
Scheduled String - The date and time the maintenance run is scheduled to occur.
- time
Started String - The date and time the maintenance run starts.
- compartment
Id string - The compartment OCID.
- current
Custom numberAction Timeout In Mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- current
Patching stringComponent - The name of the current infrastruture component that is getting patched.
- custom
Action numberTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
- description string
- Description of the maintenance run.
- display
Name string - The user-friendly name for the maintenance run.
- estimated
Component stringPatching Start Time - The estimated start time of the next infrastruture component patching operation.
- estimated
Patching GetTimes Maintenance Runs Maintenance Run Estimated Patching Time[] - The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
- id string
- The OCID of the maintenance run.
- is
Custom booleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- is
Dst booleanFile Update Enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- lifecycle
Details string - Additional information about the current lifecycle state.
- maintenance
Subtype string - The sub-type of the maintenance run.
- maintenance
Type string - The maintenance type.
- patch
Failure numberCount - Contain the patch failure count.
- patch
Id string - The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier
ru_patch_19.9.0.0_201030
is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020. - patch
Type string - patching
End stringTime - The time when the patching operation ended.
- patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- patching
Start stringTime - The time when the patching operation started.
- patching
Status string - The status of the patching operation.
- peer
Maintenance stringRun Id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- state string
- A filter to return only resources that match the given lifecycle state exactly.
- target
Db stringServer Version - The target software version for the database server patching operation.
- target
Resource stringId - The target resource ID.
- target
Resource stringType - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- target
Storage stringServer Version - The target Cell version that is to be patched to.
- time
Ended string - The date and time the maintenance run was completed.
- time
Scheduled string - The date and time the maintenance run is scheduled to occur.
- time
Started string - The date and time the maintenance run starts.
- compartment_
id str - The compartment OCID.
- current_
custom_ intaction_ timeout_ in_ mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- current_
patching_ strcomponent - The name of the current infrastruture component that is getting patched.
- custom_
action_ inttimeout_ in_ mins - Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
- description str
- Description of the maintenance run.
- display_
name str - The user-friendly name for the maintenance run.
- estimated_
component_ strpatching_ start_ time - The estimated start time of the next infrastruture component patching operation.
- estimated_
patching_ Sequence[database.times Get Maintenance Runs Maintenance Run Estimated Patching Time] - The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
- id str
- The OCID of the maintenance run.
- is_
custom_ boolaction_ timeout_ enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- is_
dst_ boolfile_ update_ enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- lifecycle_
details str - Additional information about the current lifecycle state.
- maintenance_
subtype str - The sub-type of the maintenance run.
- maintenance_
type str - The maintenance type.
- patch_
failure_ intcount - Contain the patch failure count.
- patch_
id str - The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier
ru_patch_19.9.0.0_201030
is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020. - patch_
type str - patching_
end_ strtime - The time when the patching operation ended.
- patching_
mode str - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- patching_
start_ strtime - The time when the patching operation started.
- patching_
status str - The status of the patching operation.
- peer_
maintenance_ strrun_ id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- state str
- A filter to return only resources that match the given lifecycle state exactly.
- target_
db_ strserver_ version - The target software version for the database server patching operation.
- target_
resource_ strid - The target resource ID.
- target_
resource_ strtype - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- target_
storage_ strserver_ version - The target Cell version that is to be patched to.
- time_
ended str - The date and time the maintenance run was completed.
- time_
scheduled str - The date and time the maintenance run is scheduled to occur.
- time_
started str - The date and time the maintenance run starts.
- compartment
Id String - The compartment OCID.
- current
Custom NumberAction Timeout In Mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- current
Patching StringComponent - The name of the current infrastruture component that is getting patched.
- custom
Action NumberTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
- description String
- Description of the maintenance run.
- display
Name String - The user-friendly name for the maintenance run.
- estimated
Component StringPatching Start Time - The estimated start time of the next infrastruture component patching operation.
- estimated
Patching List<Property Map>Times - The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
- id String
- The OCID of the maintenance run.
- is
Custom BooleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- is
Dst BooleanFile Update Enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- lifecycle
Details String - Additional information about the current lifecycle state.
- maintenance
Subtype String - The sub-type of the maintenance run.
- maintenance
Type String - The maintenance type.
- patch
Failure NumberCount - Contain the patch failure count.
- patch
Id String - The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier
ru_patch_19.9.0.0_201030
is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020. - patch
Type String - patching
End StringTime - The time when the patching operation ended.
- patching
Mode String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- patching
Start StringTime - The time when the patching operation started.
- patching
Status String - The status of the patching operation.
- peer
Maintenance StringRun Id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- target
Db StringServer Version - The target software version for the database server patching operation.
- target
Resource StringId - The target resource ID.
- target
Resource StringType - The type of the target resource. Accepted values are: AUTONOMOUS_CONTAINER_DATABASE, AUTONOMOUS_EXADATA_INFRASTRUCTURE, EXADATA_DB_SYSTEM
- target
Storage StringServer Version - The target Cell version that is to be patched to.
- time
Ended String - The date and time the maintenance run was completed.
- time
Scheduled String - The date and time the maintenance run is scheduled to occur.
- time
Started String - The date and time the maintenance run starts.
GetMaintenanceRunsMaintenanceRunEstimatedPatchingTime
- Estimated
Db intServer Patching Time - The estimated time required in minutes for database server patching.
- Estimated
Network intSwitches Patching Time - The estimated time required in minutes for network switch patching.
- Estimated
Storage intServer Patching Time - The estimated time required in minutes for storage server patching.
- Total
Estimated intPatching Time - The estimated total time required in minutes for all patching operations.
- Estimated
Db intServer Patching Time - The estimated time required in minutes for database server patching.
- Estimated
Network intSwitches Patching Time - The estimated time required in minutes for network switch patching.
- Estimated
Storage intServer Patching Time - The estimated time required in minutes for storage server patching.
- Total
Estimated intPatching Time - The estimated total time required in minutes for all patching operations.
- estimated
Db IntegerServer Patching Time - The estimated time required in minutes for database server patching.
- estimated
Network IntegerSwitches Patching Time - The estimated time required in minutes for network switch patching.
- estimated
Storage IntegerServer Patching Time - The estimated time required in minutes for storage server patching.
- total
Estimated IntegerPatching Time - The estimated total time required in minutes for all patching operations.
- estimated
Db numberServer Patching Time - The estimated time required in minutes for database server patching.
- estimated
Network numberSwitches Patching Time - The estimated time required in minutes for network switch patching.
- estimated
Storage numberServer Patching Time - The estimated time required in minutes for storage server patching.
- total
Estimated numberPatching Time - The estimated total time required in minutes for all patching operations.
- estimated_
db_ intserver_ patching_ time - The estimated time required in minutes for database server patching.
- estimated_
network_ intswitches_ patching_ time - The estimated time required in minutes for network switch patching.
- estimated_
storage_ intserver_ patching_ time - The estimated time required in minutes for storage server patching.
- total_
estimated_ intpatching_ time - The estimated total time required in minutes for all patching operations.
- estimated
Db NumberServer Patching Time - The estimated time required in minutes for database server patching.
- estimated
Network NumberSwitches Patching Time - The estimated time required in minutes for network switch patching.
- estimated
Storage NumberServer Patching Time - The estimated time required in minutes for storage server patching.
- total
Estimated NumberPatching Time - The estimated total time required in minutes for all patching operations.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi