Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.FleetSoftwareUpdate.getFsuCollection
Start a Neo task
Explain and create an oci.FleetSoftwareUpdate.getFsuCollection resource
This data source provides details about a specific Fsu Collection resource in Oracle Cloud Infrastructure Fleet Software Update service.
Gets a Exadata Fleet Update Collection by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFsuCollection = oci.FleetSoftwareUpdate.getFsuCollection({
fsuCollectionId: testFsuCollectionOciFleetSoftwareUpdateFsuCollection.id,
});
import pulumi
import pulumi_oci as oci
test_fsu_collection = oci.FleetSoftwareUpdate.get_fsu_collection(fsu_collection_id=test_fsu_collection_oci_fleet_software_update_fsu_collection["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/fleetsoftwareupdate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fleetsoftwareupdate.GetFsuCollection(ctx, &fleetsoftwareupdate.GetFsuCollectionArgs{
FsuCollectionId: testFsuCollectionOciFleetSoftwareUpdateFsuCollection.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 testFsuCollection = Oci.FleetSoftwareUpdate.GetFsuCollection.Invoke(new()
{
FsuCollectionId = testFsuCollectionOciFleetSoftwareUpdateFsuCollection.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.GetFsuCollectionArgs;
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 testFsuCollection = FleetSoftwareUpdateFunctions.getFsuCollection(GetFsuCollectionArgs.builder()
.fsuCollectionId(testFsuCollectionOciFleetSoftwareUpdateFsuCollection.id())
.build());
}
}
variables:
testFsuCollection:
fn::invoke:
function: oci:FleetSoftwareUpdate:getFsuCollection
arguments:
fsuCollectionId: ${testFsuCollectionOciFleetSoftwareUpdateFsuCollection.id}
Using getFsuCollection
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 getFsuCollection(args: GetFsuCollectionArgs, opts?: InvokeOptions): Promise<GetFsuCollectionResult>
function getFsuCollectionOutput(args: GetFsuCollectionOutputArgs, opts?: InvokeOptions): Output<GetFsuCollectionResult>def get_fsu_collection(fsu_collection_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFsuCollectionResult
def get_fsu_collection_output(fsu_collection_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFsuCollectionResult]func LookupFsuCollection(ctx *Context, args *LookupFsuCollectionArgs, opts ...InvokeOption) (*LookupFsuCollectionResult, error)
func LookupFsuCollectionOutput(ctx *Context, args *LookupFsuCollectionOutputArgs, opts ...InvokeOption) LookupFsuCollectionResultOutput> Note: This function is named LookupFsuCollection in the Go SDK.
public static class GetFsuCollection
{
public static Task<GetFsuCollectionResult> InvokeAsync(GetFsuCollectionArgs args, InvokeOptions? opts = null)
public static Output<GetFsuCollectionResult> Invoke(GetFsuCollectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFsuCollectionResult> getFsuCollection(GetFsuCollectionArgs args, InvokeOptions options)
public static Output<GetFsuCollectionResult> getFsuCollection(GetFsuCollectionArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetSoftwareUpdate/getFsuCollection:getFsuCollection
arguments:
# arguments dictionaryThe following arguments are supported:
- Fsu
Collection stringId - Unique Exadata Fleet Update Collection identifier.
- Fsu
Collection stringId - Unique Exadata Fleet Update Collection identifier.
- fsu
Collection StringId - Unique Exadata Fleet Update Collection identifier.
- fsu
Collection stringId - Unique Exadata Fleet Update Collection identifier.
- fsu_
collection_ strid - Unique Exadata Fleet Update Collection identifier.
- fsu
Collection StringId - Unique Exadata Fleet Update Collection identifier.
getFsuCollection Result
The following output properties are available:
- Active
Fsu List<GetCycles Fsu Collection Active Fsu Cycle> - Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
- Compartment
Id string - The OCID of the Compartment.
- Components
List<Get
Fsu Collection Component> - Details of components in an Exadata software stack.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Display
Name string - The user-friendly name for the Exadata Fleet Update Collection.
- Fleet
Discoveries List<GetFsu Collection Fleet Discovery> - 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.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Fsu
Collection stringId - Id string
- The OCID of the Exadata Fleet Update Collection.
- Last
Completed stringFsu Cycle Id - The OCID of last completed FSU Cycle.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Service
Type string - Exadata service type for the target resource members.
- Source
Major stringVersion - 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
- The current state of the Exadata Fleet Update Collection.
- Dictionary<string, string>
- 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 string - The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
- Type string
- Exadata Fleet Update Collection type.
- Active
Fsu []GetCycles Fsu Collection Active Fsu Cycle - Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
- Compartment
Id string - The OCID of the Compartment.
- Components
[]Get
Fsu Collection Component - Details of components in an Exadata software stack.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Display
Name string - The user-friendly name for the Exadata Fleet Update Collection.
- Fleet
Discoveries []GetFsu Collection Fleet Discovery - 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.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Fsu
Collection stringId - Id string
- The OCID of the Exadata Fleet Update Collection.
- Last
Completed stringFsu Cycle Id - The OCID of last completed FSU Cycle.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Service
Type string - Exadata service type for the target resource members.
- Source
Major stringVersion - 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
- The current state of the Exadata Fleet Update Collection.
- map[string]string
- 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 string - The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
- Type string
- Exadata Fleet Update Collection type.
- active
Fsu List<GetCycles Fsu Collection Active Fsu Cycle> - Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
- compartment
Id String - The OCID of the Compartment.
- components
List<Get
Fsu Collection Component> - Details of components in an Exadata software stack.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name String - The user-friendly name for the Exadata Fleet Update Collection.
- fleet
Discoveries List<GetFsu Collection Fleet Discovery> - 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.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu
Collection StringId - id String
- The OCID of the Exadata Fleet Update Collection.
- last
Completed StringFsu Cycle Id - The OCID of last completed FSU Cycle.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- service
Type String - Exadata service type for the target resource members.
- source
Major StringVersion - 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
- The current state of the Exadata Fleet Update Collection.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - target
Count Integer - Number of targets that are members of this Collection.
- time
Created String - The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
- type String
- Exadata Fleet Update Collection type.
- active
Fsu GetCycles Fsu Collection Active Fsu Cycle[] - Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
- compartment
Id string - The OCID of the Compartment.
- components
Get
Fsu Collection Component[] - Details of components in an Exadata software stack.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name string - The user-friendly name for the Exadata Fleet Update Collection.
- fleet
Discoveries GetFsu Collection Fleet Discovery[] - 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.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu
Collection stringId - id string
- The OCID of the Exadata Fleet Update Collection.
- last
Completed stringFsu Cycle Id - The OCID of last completed FSU Cycle.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- service
Type string - Exadata service type for the target resource members.
- source
Major stringVersion - 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
- The current state of the Exadata Fleet Update Collection.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - target
Count number - Number of targets that are members of this Collection.
- time
Created string - The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
- time
Updated string - The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
- type string
- Exadata Fleet Update Collection type.
- active_
fsu_ Sequence[Getcycles Fsu Collection Active Fsu Cycle] - Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
- compartment_
id str - The OCID of the Compartment.
- components
Sequence[Get
Fsu Collection Component] - Details of components in an Exadata software stack.
- 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 - The user-friendly name for the Exadata Fleet Update Collection.
- fleet_
discoveries Sequence[GetFsu Collection Fleet Discovery] - 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.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu_
collection_ strid - id str
- The OCID of the Exadata Fleet Update Collection.
- last_
completed_ strfsu_ cycle_ id - 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_ strversion - 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
- The current state of the Exadata Fleet Update Collection.
- 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
- Exadata Fleet Update Collection type.
- active
Fsu List<Property Map>Cycles - Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
- compartment
Id String - The OCID of the Compartment.
- components List<Property Map>
- Details of components in an Exadata software stack.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - display
Name String - The user-friendly name for the Exadata Fleet Update Collection.
- fleet
Discoveries 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.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - fsu
Collection StringId - id String
- The OCID of the Exadata Fleet Update Collection.
- last
Completed StringFsu Cycle Id - The OCID of last completed FSU Cycle.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- service
Type String - Exadata service type for the target resource members.
- source
Major StringVersion - 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
- The current state of the Exadata Fleet Update Collection.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - target
Count Number - Number of targets that are members of this Collection.
- time
Created String - The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
- time
Updated String - The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
- type String
- Exadata Fleet Update Collection type.
Supporting Types
GetFsuCollectionActiveFsuCycle
- Display
Name string - The user-friendly name for the Exadata Fleet Update Collection.
- Id string
- The OCID of the Exadata Fleet Update Collection.
- Display
Name string - The user-friendly name for the Exadata Fleet Update Collection.
- Id string
- The OCID of the Exadata Fleet Update Collection.
- display
Name String - The user-friendly name for the Exadata Fleet Update Collection.
- id String
- The OCID of the Exadata Fleet Update Collection.
- display
Name string - The user-friendly name for the Exadata Fleet Update Collection.
- id string
- The OCID of the Exadata Fleet Update Collection.
- display_
name str - The user-friendly name for the Exadata Fleet Update Collection.
- id str
- The OCID of the Exadata Fleet Update Collection.
- display
Name String - The user-friendly name for the Exadata Fleet Update Collection.
- id String
- The OCID of the Exadata Fleet Update Collection.
GetFsuCollectionComponent
- Component
Type string - Type of component in an Exadata software stack.
- Fleet
Discoveries List<GetFsu Collection Component Fleet Discovery> - 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 stringVersion - 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 string - Type of component in an Exadata software stack.
- Fleet
Discoveries []GetFsu Collection Component Fleet Discovery - 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 stringVersion - 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 String - Type of component in an Exadata software stack.
- fleet
Discoveries List<GetFsu Collection Component Fleet Discovery> - 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 StringVersion - 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 string - Type of component in an Exadata software stack.
- fleet
Discoveries GetFsu Collection Component Fleet Discovery[] - 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 stringVersion - 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[GetFsu Collection Component Fleet Discovery] - 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_ strversion - 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 String - Type of component in an Exadata software stack.
- fleet
Discoveries 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.
- source
Major StringVersion - 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
GetFsuCollectionComponentFleetDiscovery
- Filters
List<Get
Fsu Collection Component Fleet Discovery Filter> - Filters to perform the target discovery.
- Fsu
Discovery stringId - 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
[]Get
Fsu Collection Component Fleet Discovery Filter - Filters to perform the target discovery.
- Fsu
Discovery stringId - 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<Get
Fsu Collection Component Fleet Discovery Filter> - Filters to perform the target discovery.
- fsu
Discovery StringId - 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
Get
Fsu Collection Component Fleet Discovery Filter[] - Filters to perform the target discovery.
- fsu
Discovery stringId - 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[Get
Fsu Collection Component Fleet Discovery Filter] - Filters to perform the target discovery.
- fsu_
discovery_ strid - 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.
- fsu
Discovery StringId - 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.
GetFsuCollectionComponentFleetDiscoveryFilter
- Entity
Type string - Type of resource to match in the discovery.
- Exadata
Releases 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.
-
List<Get
Fsu Collection Component Fleet Discovery Filter Tag> - Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- Type string
- Exadata Fleet Update Collection 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.
- Entity
Type string - Type of resource to match in the discovery.
- Exadata
Releases []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.
-
[]Get
Fsu Collection Component Fleet Discovery Filter Tag - Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- Type string
- Exadata Fleet Update Collection 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 String - Type of resource to match in the discovery.
- exadata
Releases 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.
-
List<Get
Fsu Collection Component Fleet Discovery Filter Tag> - Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- type String
- Exadata Fleet Update Collection 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.
- entity
Type string - Type of resource to match in the discovery.
- exadata
Releases 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.
-
Get
Fsu Collection Component Fleet Discovery Filter Tag[] - Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- type string
- Exadata Fleet Update Collection 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.
-
Sequence[Get
Fsu Collection Component Fleet Discovery Filter Tag] - Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- type str
- Exadata Fleet Update Collection 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.
- entity
Type String - Type of resource to match in the discovery.
- exadata
Releases 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.
- List<Property Map>
- Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- type String
- Exadata Fleet Update Collection 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.
GetFsuCollectionComponentFleetDiscoveryFilterTag
GetFsuCollectionFleetDiscovery
- Filters
List<Get
Fsu Collection Fleet Discovery Filter> - Filters to perform the target discovery.
- Fsu
Discovery stringId - 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
[]Get
Fsu Collection Fleet Discovery Filter - Filters to perform the target discovery.
- Fsu
Discovery stringId - 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<Get
Fsu Collection Fleet Discovery Filter> - Filters to perform the target discovery.
- fsu
Discovery StringId - 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
Get
Fsu Collection Fleet Discovery Filter[] - Filters to perform the target discovery.
- fsu
Discovery stringId - 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[Get
Fsu Collection Fleet Discovery Filter] - Filters to perform the target discovery.
- fsu_
discovery_ strid - 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.
- fsu
Discovery StringId - 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.
GetFsuCollectionFleetDiscoveryFilter
- Entity
Type string - Type of resource to match in the discovery.
- Exadata
Releases 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.
-
List<Get
Fsu Collection Fleet Discovery Filter Tag> - Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- Type string
- Exadata Fleet Update Collection 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.
- Entity
Type string - Type of resource to match in the discovery.
- Exadata
Releases []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.
-
[]Get
Fsu Collection Fleet Discovery Filter Tag - Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- Type string
- Exadata Fleet Update Collection 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 String - Type of resource to match in the discovery.
- exadata
Releases 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.
-
List<Get
Fsu Collection Fleet Discovery Filter Tag> - Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- type String
- Exadata Fleet Update Collection 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.
- entity
Type string - Type of resource to match in the discovery.
- exadata
Releases 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.
-
Get
Fsu Collection Fleet Discovery Filter Tag[] - Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- type string
- Exadata Fleet Update Collection 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.
-
Sequence[Get
Fsu Collection Fleet Discovery Filter Tag] - Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- type str
- Exadata Fleet Update Collection 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.
- entity
Type String - Type of resource to match in the discovery.
- exadata
Releases 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.
- List<Property Map>
- Free-form tags to include when discovering Exadata VM Cluster targets for a 'GUEST_OS' collection.
- type String
- Exadata Fleet Update Collection 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.
GetFsuCollectionFleetDiscoveryFilterTag
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
