1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetSoftwareUpdate
  5. getFsuCycle
Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi

oci.FleetSoftwareUpdate.getFsuCycle

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi

    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/v2/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 GetFsuCycle(ctx *Context, args *GetFsuCycleArgs, opts ...InvokeOption) (*GetFsuCycleResult, error)
    func GetFsuCycleOutput(ctx *Context, args *GetFsuCycleOutputArgs, opts ...InvokeOption) GetFsuCycleResultOutput

    > Note: This function is named GetFsuCycle 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:FleetSoftwareUpdate/getFsuCycle:getFsuCycle
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FsuCycleId string
    Unique Exadata Fleet Update Cycle identifier.
    FsuCycleId string
    Unique Exadata Fleet Update Cycle identifier.
    fsuCycleId String
    Unique Exadata Fleet Update Cycle identifier.
    fsuCycleId string
    Unique Exadata Fleet Update Cycle identifier.
    fsu_cycle_id str
    Unique Exadata Fleet Update Cycle identifier.
    fsuCycleId String
    Unique Exadata Fleet Update Cycle identifier.

    getFsuCycle Result

    The following output properties are available:

    ApplyActionSchedules List<GetFsuCycleApplyActionSchedule>
    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.
    BatchingStrategies List<GetFsuCycleBatchingStrategy>
    Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
    CollectionType string
    Type of Collection this Exadata Fleet Update Cycle belongs to.
    CompartmentId string
    Compartment Identifier.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DiagnosticsCollections List<GetFsuCycleDiagnosticsCollection>
    Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
    DisplayName string
    Exadata Fleet Update Cycle display name.
    ExecutingFsuActionId string
    OCID identifier for the Action that is currently in execution, if applicable.
    FreeformTags 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"}
    FsuCollectionId string
    OCID identifier for the Collection ID the Exadata Fleet Update Cycle is assigned to.
    FsuCycleId string
    GoalVersionDetails List<GetFsuCycleGoalVersionDetail>
    Goal version or image details for the Exadata Fleet Update Cycle.
    Id string
    OCID identifier for the Exadata Fleet Update Cycle.
    IsIgnoreMissingPatches List<string>
    List of bug numbers to ignore.
    IsIgnorePatches bool
    Ignore all patches between the source and target homes during patching.
    IsKeepPlacement bool
    Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
    LastCompletedAction string
    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.
    LifecycleDetails 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.
    MaxDrainTimeoutInSeconds int
    Service drain timeout specified in seconds.
    NextActionToExecutes List<GetFsuCycleNextActionToExecute>
    In this array all the possible actions will be listed. The first element is the suggested Action.
    StageActionSchedules List<GetFsuCycleStageActionSchedule>
    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.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
    TimeFinished string
    The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
    TimeUpdated 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.
    ApplyActionSchedules []GetFsuCycleApplyActionSchedule
    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.
    BatchingStrategies []GetFsuCycleBatchingStrategy
    Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
    CollectionType string
    Type of Collection this Exadata Fleet Update Cycle belongs to.
    CompartmentId string
    Compartment Identifier.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DiagnosticsCollections []GetFsuCycleDiagnosticsCollection
    Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
    DisplayName string
    Exadata Fleet Update Cycle display name.
    ExecutingFsuActionId string
    OCID identifier for the Action that is currently in execution, if applicable.
    FreeformTags 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"}
    FsuCollectionId string
    OCID identifier for the Collection ID the Exadata Fleet Update Cycle is assigned to.
    FsuCycleId string
    GoalVersionDetails []GetFsuCycleGoalVersionDetail
    Goal version or image details for the Exadata Fleet Update Cycle.
    Id string
    OCID identifier for the Exadata Fleet Update Cycle.
    IsIgnoreMissingPatches []string
    List of bug numbers to ignore.
    IsIgnorePatches bool
    Ignore all patches between the source and target homes during patching.
    IsKeepPlacement bool
    Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
    LastCompletedAction string
    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.
    LifecycleDetails 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.
    MaxDrainTimeoutInSeconds int
    Service drain timeout specified in seconds.
    NextActionToExecutes []GetFsuCycleNextActionToExecute
    In this array all the possible actions will be listed. The first element is the suggested Action.
    StageActionSchedules []GetFsuCycleStageActionSchedule
    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.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
    TimeFinished string
    The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
    TimeUpdated 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.
    applyActionSchedules List<GetFsuCycleApplyActionSchedule>
    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.
    batchingStrategies List<GetFsuCycleBatchingStrategy>
    Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
    collectionType String
    Type of Collection this Exadata Fleet Update Cycle belongs to.
    compartmentId String
    Compartment Identifier.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    diagnosticsCollections List<GetFsuCycleDiagnosticsCollection>
    Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
    displayName String
    Exadata Fleet Update Cycle display name.
    executingFsuActionId String
    OCID identifier for the Action that is currently in execution, if applicable.
    freeformTags 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"}
    fsuCollectionId String
    OCID identifier for the Collection ID the Exadata Fleet Update Cycle is assigned to.
    fsuCycleId String
    goalVersionDetails List<GetFsuCycleGoalVersionDetail>
    Goal version or image details for the Exadata Fleet Update Cycle.
    id String
    OCID identifier for the Exadata Fleet Update Cycle.
    isIgnoreMissingPatches List<String>
    List of bug numbers to ignore.
    isIgnorePatches Boolean
    Ignore all patches between the source and target homes during patching.
    isKeepPlacement Boolean
    Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
    lastCompletedAction String
    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.
    lifecycleDetails 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.
    maxDrainTimeoutInSeconds Integer
    Service drain timeout specified in seconds.
    nextActionToExecutes List<GetFsuCycleNextActionToExecute>
    In this array all the possible actions will be listed. The first element is the suggested Action.
    stageActionSchedules List<GetFsuCycleStageActionSchedule>
    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.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
    timeFinished String
    The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
    timeUpdated 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.
    applyActionSchedules GetFsuCycleApplyActionSchedule[]
    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.
    batchingStrategies GetFsuCycleBatchingStrategy[]
    Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
    collectionType string
    Type of Collection this Exadata Fleet Update Cycle belongs to.
    compartmentId string
    Compartment Identifier.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    diagnosticsCollections GetFsuCycleDiagnosticsCollection[]
    Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
    displayName string
    Exadata Fleet Update Cycle display name.
    executingFsuActionId string
    OCID identifier for the Action that is currently in execution, if applicable.
    freeformTags {[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"}
    fsuCollectionId string
    OCID identifier for the Collection ID the Exadata Fleet Update Cycle is assigned to.
    fsuCycleId string
    goalVersionDetails GetFsuCycleGoalVersionDetail[]
    Goal version or image details for the Exadata Fleet Update Cycle.
    id string
    OCID identifier for the Exadata Fleet Update Cycle.
    isIgnoreMissingPatches string[]
    List of bug numbers to ignore.
    isIgnorePatches boolean
    Ignore all patches between the source and target homes during patching.
    isKeepPlacement boolean
    Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
    lastCompletedAction string
    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.
    lifecycleDetails 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.
    maxDrainTimeoutInSeconds number
    Service drain timeout specified in seconds.
    nextActionToExecutes GetFsuCycleNextActionToExecute[]
    In this array all the possible actions will be listed. The first element is the suggested Action.
    stageActionSchedules GetFsuCycleStageActionSchedule[]
    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.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
    timeFinished string
    The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
    timeUpdated 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.
    apply_action_schedules Sequence[fleetsoftwareupdate.GetFsuCycleApplyActionSchedule]
    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[fleetsoftwareupdate.GetFsuCycleBatchingStrategy]
    Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
    collection_type str
    Type of Collection this Exadata Fleet Update Cycle belongs to.
    compartment_id str
    Compartment Identifier.
    defined_tags 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[fleetsoftwareupdate.GetFsuCycleDiagnosticsCollection]
    Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
    display_name str
    Exadata Fleet Update Cycle display name.
    executing_fsu_action_id str
    OCID identifier for the Action that is currently in execution, if applicable.
    freeform_tags 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_id str
    OCID identifier for the Collection ID the Exadata Fleet Update Cycle is assigned to.
    fsu_cycle_id str
    goal_version_details Sequence[fleetsoftwareupdate.GetFsuCycleGoalVersionDetail]
    Goal version or image details for the Exadata Fleet Update Cycle.
    id str
    OCID identifier for the Exadata Fleet Update Cycle.
    is_ignore_missing_patches Sequence[str]
    List of bug numbers to ignore.
    is_ignore_patches bool
    Ignore all patches between the source and target homes during patching.
    is_keep_placement bool
    Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
    last_completed_action str
    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.
    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_timeout_in_seconds int
    Service drain timeout specified in seconds.
    next_action_to_executes Sequence[fleetsoftwareupdate.GetFsuCycleNextActionToExecute]
    In this array all the possible actions will be listed. The first element is the suggested Action.
    stage_action_schedules Sequence[fleetsoftwareupdate.GetFsuCycleStageActionSchedule]
    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.
    system_tags 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.
    applyActionSchedules List<Property Map>
    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.
    batchingStrategies List<Property Map>
    Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
    collectionType String
    Type of Collection this Exadata Fleet Update Cycle belongs to.
    compartmentId String
    Compartment Identifier.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    diagnosticsCollections List<Property Map>
    Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
    displayName String
    Exadata Fleet Update Cycle display name.
    executingFsuActionId String
    OCID identifier for the Action that is currently in execution, if applicable.
    freeformTags 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"}
    fsuCollectionId String
    OCID identifier for the Collection ID the Exadata Fleet Update Cycle is assigned to.
    fsuCycleId String
    goalVersionDetails List<Property Map>
    Goal version or image details for the Exadata Fleet Update Cycle.
    id String
    OCID identifier for the Exadata Fleet Update Cycle.
    isIgnoreMissingPatches List<String>
    List of bug numbers to ignore.
    isIgnorePatches Boolean
    Ignore all patches between the source and target homes during patching.
    isKeepPlacement Boolean
    Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
    lastCompletedAction String
    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.
    lifecycleDetails 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.
    maxDrainTimeoutInSeconds Number
    Service drain timeout specified in seconds.
    nextActionToExecutes List<Property Map>
    In this array all the possible actions will be listed. The first element is the suggested Action.
    stageActionSchedules List<Property Map>
    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.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the Exadata Fleet Update Cycle was created, as described in RFC 3339, section 14.29.
    timeFinished String
    The date and time the Exadata Fleet Update Cycle was finished, as described in RFC 3339.
    timeUpdated 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.

    Supporting Types

    GetFsuCycleApplyActionSchedule

    TimeToStart string
    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.
    TimeToStart string
    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.
    timeToStart String
    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.
    timeToStart string
    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_start str
    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.
    timeToStart String
    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

    IsForceRolling bool
    True to force rolling patching.
    IsWaitForBatchResume bool
    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.
    IsForceRolling bool
    True to force rolling patching.
    IsWaitForBatchResume bool
    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.
    isForceRolling Boolean
    True to force rolling patching.
    isWaitForBatchResume Boolean
    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.
    isForceRolling boolean
    True to force rolling patching.
    isWaitForBatchResume boolean
    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_rolling bool
    True to force rolling patching.
    is_wait_for_batch_resume bool
    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.
    isForceRolling Boolean
    True to force rolling patching.
    isWaitForBatchResume Boolean
    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

    LogCollectionMode string
    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.
    LogCollectionMode string
    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.
    logCollectionMode String
    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.
    logCollectionMode string
    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_mode str
    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.
    logCollectionMode String
    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

    HomePolicy 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.
    NewHomePrefix string
    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.
    SoftwareImageId string
    Target database software image OCID.
    Type string
    Type of Exadata Fleet Update Cycle.
    Version string
    Target DB or GI version string for the Exadata Fleet Update Cycle.
    HomePolicy 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.
    NewHomePrefix string
    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.
    SoftwareImageId string
    Target database software image OCID.
    Type string
    Type of Exadata Fleet Update Cycle.
    Version string
    Target DB or GI version string for the Exadata Fleet Update Cycle.
    homePolicy 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.
    newHomePrefix String
    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.
    softwareImageId String
    Target database software image OCID.
    type String
    Type of Exadata Fleet Update Cycle.
    version String
    Target DB or GI version string for the Exadata Fleet Update Cycle.
    homePolicy 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.
    newHomePrefix string
    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.
    softwareImageId string
    Target database software image OCID.
    type string
    Type of Exadata Fleet Update Cycle.
    version string
    Target DB or GI version string for the Exadata Fleet Update Cycle.
    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_prefix str
    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_id str
    Target database software image OCID.
    type str
    Type of Exadata Fleet Update Cycle.
    version str
    Target DB or GI version string for the Exadata Fleet Update Cycle.
    homePolicy 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.
    newHomePrefix String
    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.
    softwareImageId String
    Target database software image OCID.
    type String
    Type of Exadata Fleet Update Cycle.
    version String
    Target DB or GI version string for the Exadata Fleet Update Cycle.

    GetFsuCycleNextActionToExecute

    TimeToStart string
    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.
    TimeToStart string
    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.
    timeToStart String
    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.
    timeToStart string
    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_start str
    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.
    timeToStart String
    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

    TimeToStart string
    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.
    TimeToStart string
    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.
    timeToStart String
    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.
    timeToStart string
    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_start str
    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.
    timeToStart String
    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.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi