Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.FleetSoftwareUpdate.getFsuCycle
Start a Neo task
Explain and create an oci.FleetSoftwareUpdate.getFsuCycle resource
This data source provides details about a specific Fsu Cycle resource in Oracle Cloud Infrastructure Fleet Software Update service.
Gets a Exadata Fleet Update Cycle by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFsuCycle = oci.FleetSoftwareUpdate.getFsuCycle({
fsuCycleId: testFsuCycleOciFleetSoftwareUpdateFsuCycle.id,
});
import pulumi
import pulumi_oci as oci
test_fsu_cycle = oci.FleetSoftwareUpdate.get_fsu_cycle(fsu_cycle_id=test_fsu_cycle_oci_fleet_software_update_fsu_cycle["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/fleetsoftwareupdate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fleetsoftwareupdate.GetFsuCycle(ctx, &fleetsoftwareupdate.GetFsuCycleArgs{
FsuCycleId: testFsuCycleOciFleetSoftwareUpdateFsuCycle.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testFsuCycle = Oci.FleetSoftwareUpdate.GetFsuCycle.Invoke(new()
{
FsuCycleId = testFsuCycleOciFleetSoftwareUpdateFsuCycle.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.FleetSoftwareUpdate.FleetSoftwareUpdateFunctions;
import com.pulumi.oci.FleetSoftwareUpdate.inputs.GetFsuCycleArgs;
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 testFsuCycle = FleetSoftwareUpdateFunctions.getFsuCycle(GetFsuCycleArgs.builder()
.fsuCycleId(testFsuCycleOciFleetSoftwareUpdateFsuCycle.id())
.build());
}
}
variables:
testFsuCycle:
fn::invoke:
function: oci:FleetSoftwareUpdate:getFsuCycle
arguments:
fsuCycleId: ${testFsuCycleOciFleetSoftwareUpdateFsuCycle.id}
Using getFsuCycle
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 getFsuCycle(args: GetFsuCycleArgs, opts?: InvokeOptions): Promise<GetFsuCycleResult>
function getFsuCycleOutput(args: GetFsuCycleOutputArgs, opts?: InvokeOptions): Output<GetFsuCycleResult>def get_fsu_cycle(fsu_cycle_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFsuCycleResult
def get_fsu_cycle_output(fsu_cycle_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFsuCycleResult]func LookupFsuCycle(ctx *Context, args *LookupFsuCycleArgs, opts ...InvokeOption) (*LookupFsuCycleResult, error)
func LookupFsuCycleOutput(ctx *Context, args *LookupFsuCycleOutputArgs, opts ...InvokeOption) LookupFsuCycleResultOutput> Note: This function is named LookupFsuCycle in the Go SDK.
public static class GetFsuCycle
{
public static Task<GetFsuCycleResult> InvokeAsync(GetFsuCycleArgs args, InvokeOptions? opts = null)
public static Output<GetFsuCycleResult> Invoke(GetFsuCycleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFsuCycleResult> getFsuCycle(GetFsuCycleArgs args, InvokeOptions options)
public static Output<GetFsuCycleResult> getFsuCycle(GetFsuCycleArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetSoftwareUpdate/getFsuCycle:getFsuCycle
arguments:
# arguments dictionaryThe following arguments are supported:
- Fsu
Cycle stringId - Unique Exadata Fleet Update Cycle identifier.
- Fsu
Cycle stringId - Unique Exadata Fleet Update Cycle identifier.
- fsu
Cycle StringId - Unique Exadata Fleet Update Cycle identifier.
- fsu
Cycle stringId - Unique Exadata Fleet Update Cycle identifier.
- fsu_
cycle_ strid - Unique Exadata Fleet Update Cycle identifier.
- fsu
Cycle StringId - Unique Exadata Fleet Update Cycle identifier.
getFsuCycle Result
The following output properties are available:
- Apply
Action List<GetSchedules Fsu Cycle Apply Action Schedule> - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- Batching
Strategies List<GetFsu Cycle Batching Strategy> - Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
- Collection
Type string - Type of Exadata Fleet Update collection being upgraded.
- Compartment
Id string - The OCID of the Compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Diagnostics
Collections List<GetFsu Cycle Diagnostics Collection> - Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
- Display
Name string - The user-friendly name for the Exadata Fleet Update Cycle.
- Executing
Fsu stringAction Id - The OCID of the Exadata Fleet Update Action that is currently in progress, if applicable.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Fsu
Collection stringId - The OCID of the Exadata Fleet Update Collection being updated by this Exadata Fleet Update Cycle.
- Fsu
Cycle stringId - Goal
Version List<GetDetails Fsu Cycle Goal Version Detail> - Details of goal 'GUEST_OS' software version.
- Id string
- The OCID of the Exadata Fleet Update Cycle.
- Is
Ignore List<string>Missing Patches - List of identifiers of patches to ignore. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- Is
Ignore boolPatches - Ignore patch conflicts or missing patches between the source and goal homes. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- Is
Keep boolPlacement - Ensure that database services are online on the same VMs before and after the maintenance update.
- Last
Completed stringAction - The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
- Last
Completed stringAction Id - The OCID of the latest Action in the Exadata Fleet Update Cycle.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Max
Drain intTimeout In Seconds - Service drain timeout specified in seconds.
- Next
Action List<GetTo Executes Fsu Cycle Next Action To Execute> - All possible Exadata Fleet Update Actions will be listed. The first element is the suggested Exadata Fleet Update Action.
- Rollback
Cycle stringState - Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
- Stage
Action List<GetSchedules Fsu Cycle Stage Action Schedule> - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- State string
- The current state of the Exadata Fleet Update Cycle.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
- Time
Finished string - The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
- Time
Updated string - The date and time the Exadata Fleet Update Cycle was updated, as described in RFC 3339, section 14.29.
- Type string
- Type of Exadata Fleet Update Cycle.
- Upgrade
Details List<GetFsu Cycle Upgrade Detail> - Details of supported upgrade options for DB or GI collection.
- Apply
Action []GetSchedules Fsu Cycle Apply Action Schedule - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- Batching
Strategies []GetFsu Cycle Batching Strategy - Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
- Collection
Type string - Type of Exadata Fleet Update collection being upgraded.
- Compartment
Id string - The OCID of the Compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Diagnostics
Collections []GetFsu Cycle Diagnostics Collection - Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
- Display
Name string - The user-friendly name for the Exadata Fleet Update Cycle.
- Executing
Fsu stringAction Id - The OCID of the Exadata Fleet Update Action that is currently in progress, if applicable.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Fsu
Collection stringId - The OCID of the Exadata Fleet Update Collection being updated by this Exadata Fleet Update Cycle.
- Fsu
Cycle stringId - Goal
Version []GetDetails Fsu Cycle Goal Version Detail - Details of goal 'GUEST_OS' software version.
- Id string
- The OCID of the Exadata Fleet Update Cycle.
- Is
Ignore []stringMissing Patches - List of identifiers of patches to ignore. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- Is
Ignore boolPatches - Ignore patch conflicts or missing patches between the source and goal homes. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- Is
Keep boolPlacement - Ensure that database services are online on the same VMs before and after the maintenance update.
- Last
Completed stringAction - The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
- Last
Completed stringAction Id - The OCID of the latest Action in the Exadata Fleet Update Cycle.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Max
Drain intTimeout In Seconds - Service drain timeout specified in seconds.
- Next
Action []GetTo Executes Fsu Cycle Next Action To Execute - All possible Exadata Fleet Update Actions will be listed. The first element is the suggested Exadata Fleet Update Action.
- Rollback
Cycle stringState - Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
- Stage
Action []GetSchedules Fsu Cycle Stage Action Schedule - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- State string
- The current state of the Exadata Fleet Update Cycle.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
- Time
Finished string - The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
- Time
Updated string - The date and time the Exadata Fleet Update Cycle was updated, as described in RFC 3339, section 14.29.
- Type string
- Type of Exadata Fleet Update Cycle.
- Upgrade
Details []GetFsu Cycle Upgrade Detail - Details of supported upgrade options for DB or GI collection.
- apply
Action List<GetSchedules Fsu Cycle Apply Action Schedule> - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- batching
Strategies List<GetFsu Cycle Batching Strategy> - Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
- collection
Type String - Type of Exadata Fleet Update collection being upgraded.
- compartment
Id String - The OCID of the Compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - diagnostics
Collections List<GetFsu Cycle Diagnostics Collection> - Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
- display
Name String - The user-friendly name for the Exadata Fleet Update Cycle.
- executing
Fsu StringAction Id - The OCID of the Exadata Fleet Update Action that is currently in progress, if applicable.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu
Collection StringId - The OCID of the Exadata Fleet Update Collection being updated by this Exadata Fleet Update Cycle.
- fsu
Cycle StringId - goal
Version List<GetDetails Fsu Cycle Goal Version Detail> - Details of goal 'GUEST_OS' software version.
- id String
- The OCID of the Exadata Fleet Update Cycle.
- is
Ignore List<String>Missing Patches - List of identifiers of patches to ignore. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- is
Ignore BooleanPatches - Ignore patch conflicts or missing patches between the source and goal homes. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- is
Keep BooleanPlacement - Ensure that database services are online on the same VMs before and after the maintenance update.
- last
Completed StringAction - The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
- last
Completed StringAction Id - The OCID of the latest Action in the Exadata Fleet Update Cycle.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- max
Drain IntegerTimeout In Seconds - Service drain timeout specified in seconds.
- next
Action List<GetTo Executes Fsu Cycle Next Action To Execute> - All possible Exadata Fleet Update Actions will be listed. The first element is the suggested Exadata Fleet Update Action.
- rollback
Cycle StringState - Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
- stage
Action List<GetSchedules Fsu Cycle Stage Action Schedule> - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- state String
- The current state of the Exadata Fleet Update Cycle.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
- time
Finished String - The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
- time
Updated String - The date and time the Exadata Fleet Update Cycle was updated, as described in RFC 3339, section 14.29.
- type String
- Type of Exadata Fleet Update Cycle.
- upgrade
Details List<GetFsu Cycle Upgrade Detail> - Details of supported upgrade options for DB or GI collection.
- apply
Action GetSchedules Fsu Cycle Apply Action Schedule[] - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- batching
Strategies GetFsu Cycle Batching Strategy[] - Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
- collection
Type string - Type of Exadata Fleet Update collection being upgraded.
- compartment
Id string - The OCID of the Compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - diagnostics
Collections GetFsu Cycle Diagnostics Collection[] - Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
- display
Name string - The user-friendly name for the Exadata Fleet Update Cycle.
- executing
Fsu stringAction Id - The OCID of the Exadata Fleet Update Action that is currently in progress, if applicable.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu
Collection stringId - The OCID of the Exadata Fleet Update Collection being updated by this Exadata Fleet Update Cycle.
- fsu
Cycle stringId - goal
Version GetDetails Fsu Cycle Goal Version Detail[] - Details of goal 'GUEST_OS' software version.
- id string
- The OCID of the Exadata Fleet Update Cycle.
- is
Ignore string[]Missing Patches - List of identifiers of patches to ignore. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- is
Ignore booleanPatches - Ignore patch conflicts or missing patches between the source and goal homes. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- is
Keep booleanPlacement - Ensure that database services are online on the same VMs before and after the maintenance update.
- last
Completed stringAction - The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
- last
Completed stringAction Id - The OCID of the latest Action in the Exadata Fleet Update Cycle.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- max
Drain numberTimeout In Seconds - Service drain timeout specified in seconds.
- next
Action GetTo Executes Fsu Cycle Next Action To Execute[] - All possible Exadata Fleet Update Actions will be listed. The first element is the suggested Exadata Fleet Update Action.
- rollback
Cycle stringState - Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
- stage
Action GetSchedules Fsu Cycle Stage Action Schedule[] - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- state string
- The current state of the Exadata Fleet Update Cycle.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
- time
Finished string - The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
- time
Updated string - The date and time the Exadata Fleet Update Cycle was updated, as described in RFC 3339, section 14.29.
- type string
- Type of Exadata Fleet Update Cycle.
- upgrade
Details GetFsu Cycle Upgrade Detail[] - Details of supported upgrade options for DB or GI collection.
- apply_
action_ Sequence[Getschedules Fsu Cycle Apply Action Schedule] - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- batching_
strategies Sequence[GetFsu Cycle Batching Strategy] - Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
- collection_
type str - Type of Exadata Fleet Update collection being upgraded.
- compartment_
id str - The OCID of the Compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - diagnostics_
collections Sequence[GetFsu Cycle Diagnostics Collection] - Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
- display_
name str - The user-friendly name for the Exadata Fleet Update Cycle.
- executing_
fsu_ straction_ id - The OCID of the Exadata Fleet Update Action that is currently in progress, if applicable.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu_
collection_ strid - The OCID of the Exadata Fleet Update Collection being updated by this Exadata Fleet Update Cycle.
- fsu_
cycle_ strid - goal_
version_ Sequence[Getdetails Fsu Cycle Goal Version Detail] - Details of goal 'GUEST_OS' software version.
- id str
- The OCID of the Exadata Fleet Update Cycle.
- is_
ignore_ Sequence[str]missing_ patches - List of identifiers of patches to ignore. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- is_
ignore_ boolpatches - Ignore patch conflicts or missing patches between the source and goal homes. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- is_
keep_ boolplacement - Ensure that database services are online on the same VMs before and after the maintenance update.
- last_
completed_ straction - The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
- last_
completed_ straction_ id - The OCID of the latest Action in the Exadata Fleet Update Cycle.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- max_
drain_ inttimeout_ in_ seconds - Service drain timeout specified in seconds.
- next_
action_ Sequence[Getto_ executes Fsu Cycle Next Action To Execute] - All possible Exadata Fleet Update Actions will be listed. The first element is the suggested Exadata Fleet Update Action.
- rollback_
cycle_ strstate - Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
- stage_
action_ Sequence[Getschedules Fsu Cycle Stage Action Schedule] - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- state str
- The current state of the Exadata Fleet Update Cycle.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
- time_
finished str - The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
- time_
updated str - The date and time the Exadata Fleet Update Cycle was updated, as described in RFC 3339, section 14.29.
- type str
- Type of Exadata Fleet Update Cycle.
- upgrade_
details Sequence[GetFsu Cycle Upgrade Detail] - Details of supported upgrade options for DB or GI collection.
- apply
Action List<Property Map>Schedules - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- batching
Strategies List<Property Map> - Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
- collection
Type String - Type of Exadata Fleet Update collection being upgraded.
- compartment
Id String - The OCID of the Compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - diagnostics
Collections List<Property Map> - Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
- display
Name String - The user-friendly name for the Exadata Fleet Update Cycle.
- executing
Fsu StringAction Id - The OCID of the Exadata Fleet Update Action that is currently in progress, if applicable.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu
Collection StringId - The OCID of the Exadata Fleet Update Collection being updated by this Exadata Fleet Update Cycle.
- fsu
Cycle StringId - goal
Version List<Property Map>Details - Details of goal 'GUEST_OS' software version.
- id String
- The OCID of the Exadata Fleet Update Cycle.
- is
Ignore List<String>Missing Patches - List of identifiers of patches to ignore. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- is
Ignore BooleanPatches - Ignore patch conflicts or missing patches between the source and goal homes. This attribute will be ignored for Exadata Image (Guest OS) maintenance update.
- is
Keep BooleanPlacement - Ensure that database services are online on the same VMs before and after the maintenance update.
- last
Completed StringAction - The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
- last
Completed StringAction Id - The OCID of the latest Action in the Exadata Fleet Update Cycle.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- max
Drain NumberTimeout In Seconds - Service drain timeout specified in seconds.
- next
Action List<Property Map>To Executes - All possible Exadata Fleet Update Actions will be listed. The first element is the suggested Exadata Fleet Update Action.
- rollback
Cycle StringState - Current rollback cycle state if rollback maintenance cycle action has been attempted. No value would indicate that the Cycle has not run a rollback maintenance cycle action before.
- stage
Action List<Property Map>Schedules - Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
- state String
- The current state of the Exadata Fleet Update Cycle.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
- time
Finished String - The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
- time
Updated String - The date and time the Exadata Fleet Update Cycle was updated, as described in RFC 3339, section 14.29.
- type String
- Type of Exadata Fleet Update Cycle.
- upgrade
Details List<Property Map> - Details of supported upgrade options for DB or GI collection.
Supporting Types
GetFsuCycleApplyActionSchedule
- Time
To stringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- Type string
- Type of Exadata Fleet Update Cycle.
- Time
To stringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- Type string
- Type of Exadata Fleet Update Cycle.
- time
To StringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type String
- Type of Exadata Fleet Update Cycle.
- time
To stringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type string
- Type of Exadata Fleet Update Cycle.
- time_
to_ strstart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type str
- Type of Exadata Fleet Update Cycle.
- time
To StringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type String
- Type of Exadata Fleet Update Cycle.
GetFsuCycleBatchingStrategy
- Is
Force boolRolling - True to force rolling patching.
- Is
Wait boolFor Batch Resume - True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
- Percentage int
- Percentage of availability in the service during the Patch operation.
- Type string
- Type of Exadata Fleet Update Cycle.
- Is
Force boolRolling - True to force rolling patching.
- Is
Wait boolFor Batch Resume - True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
- Percentage int
- Percentage of availability in the service during the Patch operation.
- Type string
- Type of Exadata Fleet Update Cycle.
- is
Force BooleanRolling - True to force rolling patching.
- is
Wait BooleanFor Batch Resume - True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
- percentage Integer
- Percentage of availability in the service during the Patch operation.
- type String
- Type of Exadata Fleet Update Cycle.
- is
Force booleanRolling - True to force rolling patching.
- is
Wait booleanFor Batch Resume - True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
- percentage number
- Percentage of availability in the service during the Patch operation.
- type string
- Type of Exadata Fleet Update Cycle.
- is_
force_ boolrolling - True to force rolling patching.
- is_
wait_ boolfor_ batch_ resume - True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
- percentage int
- Percentage of availability in the service during the Patch operation.
- type str
- Type of Exadata Fleet Update Cycle.
- is
Force BooleanRolling - True to force rolling patching.
- is
Wait BooleanFor Batch Resume - True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
- percentage Number
- Percentage of availability in the service during the Patch operation.
- type String
- Type of Exadata Fleet Update Cycle.
GetFsuCycleDiagnosticsCollection
- Log
Collection stringMode - Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
- Log
Collection stringMode - Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
- log
Collection StringMode - Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
- log
Collection stringMode - Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
- log_
collection_ strmode - Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
- log
Collection StringMode - Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
GetFsuCycleGoalVersionDetail
- Components
List<Get
Fsu Cycle Goal Version Detail Component> - Details of goal versions for components in an Exadata software stack.
- Home
Policy string - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- New
Home stringPrefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- Software
Image stringId - The OCID of the goal database software image.
- Type string
- Type of Exadata Fleet Update Cycle.
- Version string
- Goal version string for the Exadata Fleet Update Cycle. Applicable to Database, Grid Infrastructure, or Exadata Image software updates.
- Components
[]Get
Fsu Cycle Goal Version Detail Component - Details of goal versions for components in an Exadata software stack.
- Home
Policy string - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- New
Home stringPrefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- Software
Image stringId - The OCID of the goal database software image.
- Type string
- Type of Exadata Fleet Update Cycle.
- Version string
- Goal version string for the Exadata Fleet Update Cycle. Applicable to Database, Grid Infrastructure, or Exadata Image software updates.
- components
List<Get
Fsu Cycle Goal Version Detail Component> - Details of goal versions for components in an Exadata software stack.
- home
Policy String - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- new
Home StringPrefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- software
Image StringId - The OCID of the goal database software image.
- type String
- Type of Exadata Fleet Update Cycle.
- version String
- Goal version string for the Exadata Fleet Update Cycle. Applicable to Database, Grid Infrastructure, or Exadata Image software updates.
- components
Get
Fsu Cycle Goal Version Detail Component[] - Details of goal versions for components in an Exadata software stack.
- home
Policy string - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- new
Home stringPrefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- software
Image stringId - The OCID of the goal database software image.
- type string
- Type of Exadata Fleet Update Cycle.
- version string
- Goal version string for the Exadata Fleet Update Cycle. Applicable to Database, Grid Infrastructure, or Exadata Image software updates.
- components
Sequence[Get
Fsu Cycle Goal Version Detail Component] - Details of goal versions for components in an Exadata software stack.
- home_
policy str - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- new_
home_ strprefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- software_
image_ strid - The OCID of the goal database software image.
- type str
- Type of Exadata Fleet Update Cycle.
- version str
- Goal version string for the Exadata Fleet Update Cycle. Applicable to Database, Grid Infrastructure, or Exadata Image software updates.
- components List<Property Map>
- Details of goal versions for components in an Exadata software stack.
- home
Policy String - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- new
Home StringPrefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- software
Image StringId - The OCID of the goal database software image.
- type String
- Type of Exadata Fleet Update Cycle.
- version String
- Goal version string for the Exadata Fleet Update Cycle. Applicable to Database, Grid Infrastructure, or Exadata Image software updates.
GetFsuCycleGoalVersionDetailComponent
- Component
Type string - Type of component in an Exadata software stack.
- Goal
Version List<GetDetails Fsu Cycle Goal Version Detail Component Goal Version Detail> - Details of goal 'GUEST_OS' software version.
- Home
Policy string - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- New
Home stringPrefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- Component
Type string - Type of component in an Exadata software stack.
- Goal
Version []GetDetails Fsu Cycle Goal Version Detail Component Goal Version Detail - Details of goal 'GUEST_OS' software version.
- Home
Policy string - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- New
Home stringPrefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- component
Type String - Type of component in an Exadata software stack.
- goal
Version List<GetDetails Fsu Cycle Goal Version Detail Component Goal Version Detail> - Details of goal 'GUEST_OS' software version.
- home
Policy String - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- new
Home StringPrefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- component
Type string - Type of component in an Exadata software stack.
- goal
Version GetDetails Fsu Cycle Goal Version Detail Component Goal Version Detail[] - Details of goal 'GUEST_OS' software version.
- home
Policy string - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- new
Home stringPrefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- component_
type str - Type of component in an Exadata software stack.
- goal_
version_ Sequence[Getdetails Fsu Cycle Goal Version Detail Component Goal Version Detail] - Details of goal 'GUEST_OS' software version.
- home_
policy str - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- new_
home_ strprefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
- component
Type String - Type of component in an Exadata software stack.
- goal
Version List<Property Map>Details - Details of goal 'GUEST_OS' software version.
- home
Policy String - Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
- new
Home StringPrefix - Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_ If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
GetFsuCycleGoalVersionDetailComponentGoalVersionDetail
- Goal
Software stringImage Id - The OCID of the custom 'GI' software image.
- Goal
Type string - Preference to use an Oracle released 'GI' software image or a custom 'GI' software image.
- Goal
Version string - Goal version string matching an Oracle released 'GUEST_OS' software image.
- Goal
Software stringImage Id - The OCID of the custom 'GI' software image.
- Goal
Type string - Preference to use an Oracle released 'GI' software image or a custom 'GI' software image.
- Goal
Version string - Goal version string matching an Oracle released 'GUEST_OS' software image.
- goal
Software StringImage Id - The OCID of the custom 'GI' software image.
- goal
Type String - Preference to use an Oracle released 'GI' software image or a custom 'GI' software image.
- goal
Version String - Goal version string matching an Oracle released 'GUEST_OS' software image.
- goal
Software stringImage Id - The OCID of the custom 'GI' software image.
- goal
Type string - Preference to use an Oracle released 'GI' software image or a custom 'GI' software image.
- goal
Version string - Goal version string matching an Oracle released 'GUEST_OS' software image.
- goal_
software_ strimage_ id - The OCID of the custom 'GI' software image.
- goal_
type str - Preference to use an Oracle released 'GI' software image or a custom 'GI' software image.
- goal_
version str - Goal version string matching an Oracle released 'GUEST_OS' software image.
- goal
Software StringImage Id - The OCID of the custom 'GI' software image.
- goal
Type String - Preference to use an Oracle released 'GI' software image or a custom 'GI' software image.
- goal
Version String - Goal version string matching an Oracle released 'GUEST_OS' software image.
GetFsuCycleNextActionToExecute
- Time
To stringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- Type string
- Type of Exadata Fleet Update Cycle.
- Time
To stringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- Type string
- Type of Exadata Fleet Update Cycle.
- time
To StringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type String
- Type of Exadata Fleet Update Cycle.
- time
To stringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type string
- Type of Exadata Fleet Update Cycle.
- time_
to_ strstart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type str
- Type of Exadata Fleet Update Cycle.
- time
To StringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type String
- Type of Exadata Fleet Update Cycle.
GetFsuCycleStageActionSchedule
- Time
To stringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- Type string
- Type of Exadata Fleet Update Cycle.
- Time
To stringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- Type string
- Type of Exadata Fleet Update Cycle.
- time
To StringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type String
- Type of Exadata Fleet Update Cycle.
- time
To stringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type string
- Type of Exadata Fleet Update Cycle.
- time_
to_ strstart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type str
- Type of Exadata Fleet Update Cycle.
- time
To StringStart - The date and time the Exadata Fleet Update Action is expected to start. RFC 3339, section 14.29.
- type String
- Type of Exadata Fleet Update Cycle.
GetFsuCycleUpgradeDetail
- Collection
Type string - Type of Exadata Fleet Update collection being upgraded.
- Is
Ignore boolPost Upgrade Errors - Ignore errors during post Oracle Grid Infrastructure upgrade Cluster Verification Utility (CVU) check.
- Is
Ignore boolPrerequisites - Ignore the Cluster Verification Utility (CVU) prerequisite checks.
- Is
Recompile boolInvalid Objects - Enables or disables the recompilation of invalid objects.
- Is
Time boolZone Upgrade - Enables or disables time zone upgrade.
- Max
Drain intTimeout In Seconds - Service drain timeout specified in seconds.
- Collection
Type string - Type of Exadata Fleet Update collection being upgraded.
- Is
Ignore boolPost Upgrade Errors - Ignore errors during post Oracle Grid Infrastructure upgrade Cluster Verification Utility (CVU) check.
- Is
Ignore boolPrerequisites - Ignore the Cluster Verification Utility (CVU) prerequisite checks.
- Is
Recompile boolInvalid Objects - Enables or disables the recompilation of invalid objects.
- Is
Time boolZone Upgrade - Enables or disables time zone upgrade.
- Max
Drain intTimeout In Seconds - Service drain timeout specified in seconds.
- collection
Type String - Type of Exadata Fleet Update collection being upgraded.
- is
Ignore BooleanPost Upgrade Errors - Ignore errors during post Oracle Grid Infrastructure upgrade Cluster Verification Utility (CVU) check.
- is
Ignore BooleanPrerequisites - Ignore the Cluster Verification Utility (CVU) prerequisite checks.
- is
Recompile BooleanInvalid Objects - Enables or disables the recompilation of invalid objects.
- is
Time BooleanZone Upgrade - Enables or disables time zone upgrade.
- max
Drain IntegerTimeout In Seconds - Service drain timeout specified in seconds.
- collection
Type string - Type of Exadata Fleet Update collection being upgraded.
- is
Ignore booleanPost Upgrade Errors - Ignore errors during post Oracle Grid Infrastructure upgrade Cluster Verification Utility (CVU) check.
- is
Ignore booleanPrerequisites - Ignore the Cluster Verification Utility (CVU) prerequisite checks.
- is
Recompile booleanInvalid Objects - Enables or disables the recompilation of invalid objects.
- is
Time booleanZone Upgrade - Enables or disables time zone upgrade.
- max
Drain numberTimeout In Seconds - Service drain timeout specified in seconds.
- collection_
type str - Type of Exadata Fleet Update collection being upgraded.
- is_
ignore_ boolpost_ upgrade_ errors - Ignore errors during post Oracle Grid Infrastructure upgrade Cluster Verification Utility (CVU) check.
- is_
ignore_ boolprerequisites - Ignore the Cluster Verification Utility (CVU) prerequisite checks.
- is_
recompile_ boolinvalid_ objects - Enables or disables the recompilation of invalid objects.
- is_
time_ boolzone_ upgrade - Enables or disables time zone upgrade.
- max_
drain_ inttimeout_ in_ seconds - Service drain timeout specified in seconds.
- collection
Type String - Type of Exadata Fleet Update collection being upgraded.
- is
Ignore BooleanPost Upgrade Errors - Ignore errors during post Oracle Grid Infrastructure upgrade Cluster Verification Utility (CVU) check.
- is
Ignore BooleanPrerequisites - Ignore the Cluster Verification Utility (CVU) prerequisite checks.
- is
Recompile BooleanInvalid Objects - Enables or disables the recompilation of invalid objects.
- is
Time BooleanZone Upgrade - Enables or disables time zone upgrade.
- max
Drain NumberTimeout In Seconds - Service drain timeout specified in seconds.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
