1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetSoftwareUpdate
  5. getFsuCollections
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

oci.FleetSoftwareUpdate.getFsuCollections

Start a Neo task
Explain and create an oci.FleetSoftwareUpdate.getFsuCollections resource
oci logo
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

    This data source provides the list of Fsu Collections in Oracle Cloud Infrastructure Fleet Software Update service.

    Gets a list of all Exadata Fleet Update Collections in a compartment.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testFsuCollections = oci.FleetSoftwareUpdate.getFsuCollections({
        compartmentId: compartmentId,
        displayName: fsuCollectionDisplayName,
        state: fsuCollectionState,
        type: fsuCollectionType,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_fsu_collections = oci.FleetSoftwareUpdate.get_fsu_collections(compartment_id=compartment_id,
        display_name=fsu_collection_display_name,
        state=fsu_collection_state,
        type=fsu_collection_type)
    
    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.GetFsuCollections(ctx, &fleetsoftwareupdate.GetFsuCollectionsArgs{
    			CompartmentId: compartmentId,
    			DisplayName:   pulumi.StringRef(fsuCollectionDisplayName),
    			State:         pulumi.StringRef(fsuCollectionState),
    			Type:          pulumi.StringRef(fsuCollectionType),
    		}, 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 testFsuCollections = Oci.FleetSoftwareUpdate.GetFsuCollections.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = fsuCollectionDisplayName,
            State = fsuCollectionState,
            Type = fsuCollectionType,
        });
    
    });
    
    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.GetFsuCollectionsArgs;
    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 testFsuCollections = FleetSoftwareUpdateFunctions.getFsuCollections(GetFsuCollectionsArgs.builder()
                .compartmentId(compartmentId)
                .displayName(fsuCollectionDisplayName)
                .state(fsuCollectionState)
                .type(fsuCollectionType)
                .build());
    
        }
    }
    
    variables:
      testFsuCollections:
        fn::invoke:
          function: oci:FleetSoftwareUpdate:getFsuCollections
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${fsuCollectionDisplayName}
            state: ${fsuCollectionState}
            type: ${fsuCollectionType}
    

    Using getFsuCollections

    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 getFsuCollections(args: GetFsuCollectionsArgs, opts?: InvokeOptions): Promise<GetFsuCollectionsResult>
    function getFsuCollectionsOutput(args: GetFsuCollectionsOutputArgs, opts?: InvokeOptions): Output<GetFsuCollectionsResult>
    def get_fsu_collections(compartment_id: Optional[str] = None,
                            display_name: Optional[str] = None,
                            filters: Optional[Sequence[GetFsuCollectionsFilter]] = None,
                            state: Optional[str] = None,
                            type: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetFsuCollectionsResult
    def get_fsu_collections_output(compartment_id: Optional[pulumi.Input[str]] = None,
                            display_name: Optional[pulumi.Input[str]] = None,
                            filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetFsuCollectionsFilterArgs]]]] = None,
                            state: Optional[pulumi.Input[str]] = None,
                            type: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetFsuCollectionsResult]
    func GetFsuCollections(ctx *Context, args *GetFsuCollectionsArgs, opts ...InvokeOption) (*GetFsuCollectionsResult, error)
    func GetFsuCollectionsOutput(ctx *Context, args *GetFsuCollectionsOutputArgs, opts ...InvokeOption) GetFsuCollectionsResultOutput

    > Note: This function is named GetFsuCollections in the Go SDK.

    public static class GetFsuCollections 
    {
        public static Task<GetFsuCollectionsResult> InvokeAsync(GetFsuCollectionsArgs args, InvokeOptions? opts = null)
        public static Output<GetFsuCollectionsResult> Invoke(GetFsuCollectionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFsuCollectionsResult> getFsuCollections(GetFsuCollectionsArgs args, InvokeOptions options)
    public static Output<GetFsuCollectionsResult> getFsuCollections(GetFsuCollectionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:FleetSoftwareUpdate/getFsuCollections:getFsuCollections
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetFsuCollectionsFilter>
    State string
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    Type string
    A filter to return only resources whose type matches the given type.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetFsuCollectionsFilter
    State string
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    Type string
    A filter to return only resources whose type matches the given type.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetFsuCollectionsFilter>
    state String
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    type String
    A filter to return only resources whose type matches the given type.
    compartmentId string
    The ID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetFsuCollectionsFilter[]
    state string
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    type string
    A filter to return only resources whose type matches the given type.
    compartment_id str
    The ID of the compartment in which to list resources.
    display_name str
    A filter to return only resources that match the entire display name given.
    filters Sequence[GetFsuCollectionsFilter]
    state str
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    type str
    A filter to return only resources whose type matches the given type.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    state String
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    type String
    A filter to return only resources whose type matches the given type.

    getFsuCollections Result

    The following output properties are available:

    CompartmentId string
    The OCID of the Compartment.
    FsuCollectionSummaryCollections List<GetFsuCollectionsFsuCollectionSummaryCollection>
    The list of fsu_collection_summary_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    The user-friendly name for the Exadata Fleet Update Collection.
    Filters List<GetFsuCollectionsFilter>
    State string
    The current state of the Exadata Fleet Update Collection.
    Type string
    Exadata Fleet Update Collection type.
    CompartmentId string
    The OCID of the Compartment.
    FsuCollectionSummaryCollections []GetFsuCollectionsFsuCollectionSummaryCollection
    The list of fsu_collection_summary_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    The user-friendly name for the Exadata Fleet Update Collection.
    Filters []GetFsuCollectionsFilter
    State string
    The current state of the Exadata Fleet Update Collection.
    Type string
    Exadata Fleet Update Collection type.
    compartmentId String
    The OCID of the Compartment.
    fsuCollectionSummaryCollections List<GetFsuCollectionsFsuCollectionSummaryCollection>
    The list of fsu_collection_summary_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    The user-friendly name for the Exadata Fleet Update Collection.
    filters List<GetFsuCollectionsFilter>
    state String
    The current state of the Exadata Fleet Update Collection.
    type String
    Exadata Fleet Update Collection type.
    compartmentId string
    The OCID of the Compartment.
    fsuCollectionSummaryCollections GetFsuCollectionsFsuCollectionSummaryCollection[]
    The list of fsu_collection_summary_collection.
    id string
    The provider-assigned unique ID for this managed resource.
    displayName string
    The user-friendly name for the Exadata Fleet Update Collection.
    filters GetFsuCollectionsFilter[]
    state string
    The current state of the Exadata Fleet Update Collection.
    type string
    Exadata Fleet Update Collection type.
    compartment_id str
    The OCID of the Compartment.
    fsu_collection_summary_collections Sequence[GetFsuCollectionsFsuCollectionSummaryCollection]
    The list of fsu_collection_summary_collection.
    id str
    The provider-assigned unique ID for this managed resource.
    display_name str
    The user-friendly name for the Exadata Fleet Update Collection.
    filters Sequence[GetFsuCollectionsFilter]
    state str
    The current state of the Exadata Fleet Update Collection.
    type str
    Exadata Fleet Update Collection type.
    compartmentId String
    The OCID of the Compartment.
    fsuCollectionSummaryCollections List<Property Map>
    The list of fsu_collection_summary_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    The user-friendly name for the Exadata Fleet Update Collection.
    filters List<Property Map>
    state String
    The current state of the Exadata Fleet Update Collection.
    type String
    Exadata Fleet Update Collection type.

    Supporting Types

    GetFsuCollectionsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetFsuCollectionsFsuCollectionSummaryCollection

    GetFsuCollectionsFsuCollectionSummaryCollectionItem

    ActiveFsuCycles List<GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycle>
    Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
    CompartmentId string
    The ID of the compartment in which to list resources.
    Components List<GetFsuCollectionsFsuCollectionSummaryCollectionItemComponent>
    Details of components in an Exadata software stack.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FleetDiscoveries List<GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscovery>
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    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"}
    Id string
    The OCID of the Exadata Fleet Update Collection.
    LastCompletedFsuCycleId string
    The OCID of last completed FSU Cycle.
    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.
    ServiceType string
    Exadata service type for the target resource members.
    SourceMajorVersion string
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    State string
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TargetCount int
    Number of targets that are members of this Collection.
    TimeCreated string
    The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
    Type string
    A filter to return only resources whose type matches the given type.
    ActiveFsuCycles []GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycle
    Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
    CompartmentId string
    The ID of the compartment in which to list resources.
    Components []GetFsuCollectionsFsuCollectionSummaryCollectionItemComponent
    Details of components in an Exadata software stack.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FleetDiscoveries []GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscovery
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    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"}
    Id string
    The OCID of the Exadata Fleet Update Collection.
    LastCompletedFsuCycleId string
    The OCID of last completed FSU Cycle.
    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.
    ServiceType string
    Exadata service type for the target resource members.
    SourceMajorVersion string
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    State string
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TargetCount int
    Number of targets that are members of this Collection.
    TimeCreated string
    The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
    Type string
    A filter to return only resources whose type matches the given type.
    activeFsuCycles List<GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycle>
    Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
    compartmentId String
    The ID of the compartment in which to list resources.
    components List<GetFsuCollectionsFsuCollectionSummaryCollectionItemComponent>
    Details of components in an Exadata software stack.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    A filter to return only resources that match the entire display name given.
    fleetDiscoveries List<GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscovery>
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    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"}
    id String
    The OCID of the Exadata Fleet Update Collection.
    lastCompletedFsuCycleId String
    The OCID of last completed FSU Cycle.
    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.
    serviceType String
    Exadata service type for the target resource members.
    sourceMajorVersion String
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    state String
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    targetCount Integer
    Number of targets that are members of this Collection.
    timeCreated String
    The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
    type String
    A filter to return only resources whose type matches the given type.
    activeFsuCycles GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycle[]
    Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
    compartmentId string
    The ID of the compartment in which to list resources.
    components GetFsuCollectionsFsuCollectionSummaryCollectionItemComponent[]
    Details of components in an Exadata software stack.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName string
    A filter to return only resources that match the entire display name given.
    fleetDiscoveries GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscovery[]
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    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"}
    id string
    The OCID of the Exadata Fleet Update Collection.
    lastCompletedFsuCycleId string
    The OCID of last completed FSU Cycle.
    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.
    serviceType string
    Exadata service type for the target resource members.
    sourceMajorVersion string
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    state string
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    targetCount number
    Number of targets that are members of this Collection.
    timeCreated string
    The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
    type string
    A filter to return only resources whose type matches the given type.
    active_fsu_cycles Sequence[GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycle]
    Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
    compartment_id str
    The ID of the compartment in which to list resources.
    components Sequence[GetFsuCollectionsFsuCollectionSummaryCollectionItemComponent]
    Details of components in an Exadata software stack.
    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"}
    display_name str
    A filter to return only resources that match the entire display name given.
    fleet_discoveries Sequence[GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscovery]
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    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"}
    id str
    The OCID of the Exadata Fleet Update Collection.
    last_completed_fsu_cycle_id str
    The OCID of last completed FSU 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.
    service_type str
    Exadata service type for the target resource members.
    source_major_version str
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    state str
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    target_count int
    Number of targets that are members of this Collection.
    time_created str
    The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
    time_updated str
    The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
    type str
    A filter to return only resources whose type matches the given type.
    activeFsuCycles List<Property Map>
    Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
    compartmentId String
    The ID of the compartment in which to list resources.
    components List<Property Map>
    Details of components in an Exadata software stack.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    A filter to return only resources that match the entire display name given.
    fleetDiscoveries List<Property Map>
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    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"}
    id String
    The OCID of the Exadata Fleet Update Collection.
    lastCompletedFsuCycleId String
    The OCID of last completed FSU Cycle.
    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.
    serviceType String
    Exadata service type for the target resource members.
    sourceMajorVersion String
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    state String
    A filter to return only resources whose lifecycleState matches the given lifecycleState.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    targetCount Number
    Number of targets that are members of this Collection.
    timeCreated String
    The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
    type String
    A filter to return only resources whose type matches the given type.

    GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycle

    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    The OCID of the Exadata Fleet Update Collection.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    The OCID of the Exadata Fleet Update Collection.
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    The OCID of the Exadata Fleet Update Collection.
    displayName string
    A filter to return only resources that match the entire display name given.
    id string
    The OCID of the Exadata Fleet Update Collection.
    display_name str
    A filter to return only resources that match the entire display name given.
    id str
    The OCID of the Exadata Fleet Update Collection.
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    The OCID of the Exadata Fleet Update Collection.

    GetFsuCollectionsFsuCollectionSummaryCollectionItemComponent

    ComponentType string
    Type of component in an Exadata software stack.
    FleetDiscoveries List<GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscovery>
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    SourceMajorVersion string
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    ComponentType string
    Type of component in an Exadata software stack.
    FleetDiscoveries []GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscovery
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    SourceMajorVersion string
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    componentType String
    Type of component in an Exadata software stack.
    fleetDiscoveries List<GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscovery>
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    sourceMajorVersion String
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    componentType string
    Type of component in an Exadata software stack.
    fleetDiscoveries GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscovery[]
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    sourceMajorVersion string
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    component_type str
    Type of component in an Exadata software stack.
    fleet_discoveries Sequence[GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscovery]
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    source_major_version str
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1
    componentType String
    Type of component in an Exadata software stack.
    fleetDiscoveries List<Property Map>
    Fleet discovery strategies for a 'GUEST_OS' collection of Exadata VM Clusters. If specified for an UpdateCollection request, discovery for Exadata VM Clusters will be rerun.
    sourceMajorVersion String
    Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection. Only Exadata VM Clusters whose 'systemVersion' is related to the major version will be added to the Exadata Fleet Update Collection. For more details, refer to Oracle document 2075007.1

    GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscovery

    Filters List<GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilter>
    Filters to perform the target discovery.
    FsuDiscoveryId string
    The OCID of the Exadata Fleet Update Discovery.
    Query string
    OCI Search Service query string.
    Strategy string
    Supported fleet discovery strategies.
    Targets List<string>
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.
    Filters []GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilter
    Filters to perform the target discovery.
    FsuDiscoveryId string
    The OCID of the Exadata Fleet Update Discovery.
    Query string
    OCI Search Service query string.
    Strategy string
    Supported fleet discovery strategies.
    Targets []string
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.
    filters List<GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilter>
    Filters to perform the target discovery.
    fsuDiscoveryId String
    The OCID of the Exadata Fleet Update Discovery.
    query String
    OCI Search Service query string.
    strategy String
    Supported fleet discovery strategies.
    targets List<String>
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.
    filters GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilter[]
    Filters to perform the target discovery.
    fsuDiscoveryId string
    The OCID of the Exadata Fleet Update Discovery.
    query string
    OCI Search Service query string.
    strategy string
    Supported fleet discovery strategies.
    targets string[]
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.
    filters Sequence[GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilter]
    Filters to perform the target discovery.
    fsu_discovery_id str
    The OCID of the Exadata Fleet Update Discovery.
    query str
    OCI Search Service query string.
    strategy str
    Supported fleet discovery strategies.
    targets Sequence[str]
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.
    filters List<Property Map>
    Filters to perform the target discovery.
    fsuDiscoveryId String
    The OCID of the Exadata Fleet Update Discovery.
    query String
    OCI Search Service query string.
    strategy String
    Supported fleet discovery strategies.
    targets List<String>
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.

    GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilter

    EntityType string
    Type of resource to match in the discovery.
    ExadataReleases List<string>
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    Identifiers List<string>
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    Mode string
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    Operator string
    Type of join for each element in this filter.
    Tags List<GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilterTag>
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    Type string
    A filter to return only resources whose type matches the given type.
    Versions List<string>
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    EntityType string
    Type of resource to match in the discovery.
    ExadataReleases []string
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    Identifiers []string
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    Mode string
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    Operator string
    Type of join for each element in this filter.
    Tags []GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilterTag
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    Type string
    A filter to return only resources whose type matches the given type.
    Versions []string
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    entityType String
    Type of resource to match in the discovery.
    exadataReleases List<String>
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    identifiers List<String>
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    mode String
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    operator String
    Type of join for each element in this filter.
    tags List<GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilterTag>
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    type String
    A filter to return only resources whose type matches the given type.
    versions List<String>
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    entityType string
    Type of resource to match in the discovery.
    exadataReleases string[]
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    identifiers string[]
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    mode string
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    operator string
    Type of join for each element in this filter.
    tags GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilterTag[]
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    type string
    A filter to return only resources whose type matches the given type.
    versions string[]
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    entity_type str
    Type of resource to match in the discovery.
    exadata_releases Sequence[str]
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    identifiers Sequence[str]
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    mode str
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    operator str
    Type of join for each element in this filter.
    tags Sequence[GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilterTag]
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    type str
    A filter to return only resources whose type matches the given type.
    versions Sequence[str]
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    entityType String
    Type of resource to match in the discovery.
    exadataReleases List<String>
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    identifiers List<String>
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    mode String
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    operator String
    Type of join for each element in this filter.
    tags List<Property Map>
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    type String
    A filter to return only resources whose type matches the given type.
    versions List<String>
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.

    GetFsuCollectionsFsuCollectionSummaryCollectionItemComponentFleetDiscoveryFilterTag

    Key string
    Freeform tag key.
    Namespace string
    Defined tag namespace.
    Value string
    Freeform tag value.
    Key string
    Freeform tag key.
    Namespace string
    Defined tag namespace.
    Value string
    Freeform tag value.
    key String
    Freeform tag key.
    namespace String
    Defined tag namespace.
    value String
    Freeform tag value.
    key string
    Freeform tag key.
    namespace string
    Defined tag namespace.
    value string
    Freeform tag value.
    key str
    Freeform tag key.
    namespace str
    Defined tag namespace.
    value str
    Freeform tag value.
    key String
    Freeform tag key.
    namespace String
    Defined tag namespace.
    value String
    Freeform tag value.

    GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscovery

    Filters List<GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilter>
    Filters to perform the target discovery.
    FsuDiscoveryId string
    The OCID of the Exadata Fleet Update Discovery.
    Query string
    OCI Search Service query string.
    Strategy string
    Supported fleet discovery strategies.
    Targets List<string>
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.
    Filters []GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilter
    Filters to perform the target discovery.
    FsuDiscoveryId string
    The OCID of the Exadata Fleet Update Discovery.
    Query string
    OCI Search Service query string.
    Strategy string
    Supported fleet discovery strategies.
    Targets []string
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.
    filters List<GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilter>
    Filters to perform the target discovery.
    fsuDiscoveryId String
    The OCID of the Exadata Fleet Update Discovery.
    query String
    OCI Search Service query string.
    strategy String
    Supported fleet discovery strategies.
    targets List<String>
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.
    filters GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilter[]
    Filters to perform the target discovery.
    fsuDiscoveryId string
    The OCID of the Exadata Fleet Update Discovery.
    query string
    OCI Search Service query string.
    strategy string
    Supported fleet discovery strategies.
    targets string[]
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.
    filters Sequence[GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilter]
    Filters to perform the target discovery.
    fsu_discovery_id str
    The OCID of the Exadata Fleet Update Discovery.
    query str
    OCI Search Service query string.
    strategy str
    Supported fleet discovery strategies.
    targets Sequence[str]
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.
    filters List<Property Map>
    Filters to perform the target discovery.
    fsuDiscoveryId String
    The OCID of the Exadata Fleet Update Discovery.
    query String
    OCI Search Service query string.
    strategy String
    Supported fleet discovery strategies.
    targets List<String>
    The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed.

    GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilter

    EntityType string
    Type of resource to match in the discovery.
    ExadataReleases List<string>
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    Identifiers List<string>
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    Mode string
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    Names List<string>
    List of Database unique names to include in the discovery.
    Operator string
    Type of join for each element in this filter.
    Tags List<GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTag>
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    Type string
    A filter to return only resources whose type matches the given type.
    Versions List<string>
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    EntityType string
    Type of resource to match in the discovery.
    ExadataReleases []string
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    Identifiers []string
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    Mode string
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    Names []string
    List of Database unique names to include in the discovery.
    Operator string
    Type of join for each element in this filter.
    Tags []GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTag
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    Type string
    A filter to return only resources whose type matches the given type.
    Versions []string
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    entityType String
    Type of resource to match in the discovery.
    exadataReleases List<String>
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    identifiers List<String>
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    mode String
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    names List<String>
    List of Database unique names to include in the discovery.
    operator String
    Type of join for each element in this filter.
    tags List<GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTag>
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    type String
    A filter to return only resources whose type matches the given type.
    versions List<String>
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    entityType string
    Type of resource to match in the discovery.
    exadataReleases string[]
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    identifiers string[]
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    mode string
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    names string[]
    List of Database unique names to include in the discovery.
    operator string
    Type of join for each element in this filter.
    tags GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTag[]
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    type string
    A filter to return only resources whose type matches the given type.
    versions string[]
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    entity_type str
    Type of resource to match in the discovery.
    exadata_releases Sequence[str]
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    identifiers Sequence[str]
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    mode str
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    names Sequence[str]
    List of Database unique names to include in the discovery.
    operator str
    Type of join for each element in this filter.
    tags Sequence[GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTag]
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    type str
    A filter to return only resources whose type matches the given type.
    versions Sequence[str]
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    entityType String
    Type of resource to match in the discovery.
    exadataReleases List<String>
    List of Exadata Release versions to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    identifiers List<String>
    The OCIDs of associated resources to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Specified resources must match the specified 'entityType'. FsuCollection of type 'GI' or 'GUEST_OS' can be specified.
    mode String
    INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection. Supported only for RESOURCE_ID filter.
    names List<String>
    List of Database unique names to include in the discovery.
    operator String
    Type of join for each element in this filter.
    tags List<Property Map>
    Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
    type String
    A filter to return only resources whose type matches the given type.
    versions List<String>
    List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.

    GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTag

    Key string
    Freeform tag key.
    Namespace string
    Defined tag namespace.
    Value string
    Freeform tag value.
    Key string
    Freeform tag key.
    Namespace string
    Defined tag namespace.
    Value string
    Freeform tag value.
    key String
    Freeform tag key.
    namespace String
    Defined tag namespace.
    value String
    Freeform tag value.
    key string
    Freeform tag key.
    namespace string
    Defined tag namespace.
    value string
    Freeform tag value.
    key str
    Freeform tag key.
    namespace str
    Defined tag namespace.
    value str
    Freeform tag value.
    key String
    Freeform tag key.
    namespace String
    Defined tag namespace.
    value String
    Freeform tag value.

    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 v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate