Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.FleetSoftwareUpdate.getFsuCollections
Explore with Pulumi AI
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/v2/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[_fleetsoftwareupdate.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[_fleetsoftwareupdate.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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:FleetSoftwareUpdate/getFsuCollections:getFsuCollections
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Fsu Collections Filter> - 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 string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Fsu Collections Filter - 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 String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Fsu Collections Filter> - 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 string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Fsu Collections Filter[] - 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[fleetsoftwareupdate.
Get Fsu Collections Filter] - 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.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name 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:
- Compartment
Id string - Compartment Identifier
- Fsu
Collection List<GetSummary Collections Fsu Collections Fsu Collection Summary Collection> - The list of fsu_collection_summary_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - Exadata Fleet Update Collection resource display name.
- Filters
List<Get
Fsu Collections Filter> - State string
- The current state of the Exadata Fleet Update Collection.
- Type string
- Exadata Fleet Update Collection type.
- Compartment
Id string - Compartment Identifier
- Fsu
Collection []GetSummary Collections Fsu Collections Fsu Collection Summary Collection - The list of fsu_collection_summary_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - Exadata Fleet Update Collection resource display name.
- Filters
[]Get
Fsu Collections Filter - State string
- The current state of the Exadata Fleet Update Collection.
- Type string
- Exadata Fleet Update Collection type.
- compartment
Id String - Compartment Identifier
- fsu
Collection List<GetSummary Collections Fsu Collections Fsu Collection Summary Collection> - The list of fsu_collection_summary_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - Exadata Fleet Update Collection resource display name.
- filters
List<Get
Fsu Collections Filter> - state String
- The current state of the Exadata Fleet Update Collection.
- type String
- Exadata Fleet Update Collection type.
- compartment
Id string - Compartment Identifier
- fsu
Collection GetSummary Collections Fsu Collections Fsu Collection Summary Collection[] - The list of fsu_collection_summary_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - Exadata Fleet Update Collection resource display name.
- filters
Get
Fsu Collections Filter[] - state string
- The current state of the Exadata Fleet Update Collection.
- type string
- Exadata Fleet Update Collection type.
- compartment_
id str - Compartment Identifier
- fsu_
collection_ Sequence[fleetsoftwareupdate.summary_ collections Get Fsu Collections Fsu Collection Summary Collection] - The list of fsu_collection_summary_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - Exadata Fleet Update Collection resource display name.
- filters
Sequence[fleetsoftwareupdate.
Get Fsu Collections Filter] - state str
- The current state of the Exadata Fleet Update Collection.
- type str
- Exadata Fleet Update Collection type.
- compartment
Id String - Compartment Identifier
- fsu
Collection List<Property Map>Summary Collections - The list of fsu_collection_summary_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - Exadata Fleet Update Collection resource display name.
- 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
GetFsuCollectionsFsuCollectionSummaryCollection
GetFsuCollectionsFsuCollectionSummaryCollectionItem
- Active
Fsu List<GetCycles Fsu Collections Fsu Collection Summary Collection Item 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 ID of the compartment in which to list resources.
- 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 - A filter to return only resources that match the entire display name given.
- Fleet
Discoveries List<GetFsu Collections Fsu Collection Summary Collection Item Fleet Discovery> - Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
- 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
- OCID identifier for the Exadata Fleet Update Collection.
- 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 - Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
- State string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- 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
- A filter to return only resources whose type matches the given type.
- Active
Fsu []GetCycles Fsu Collections Fsu Collection Summary Collection Item 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 ID of the compartment in which to list resources.
- 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 - A filter to return only resources that match the entire display name given.
- Fleet
Discoveries []GetFsu Collections Fsu Collection Summary Collection Item Fleet Discovery - Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
- 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
- OCID identifier for the Exadata Fleet Update Collection.
- 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 - Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
- State string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- 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
- A filter to return only resources whose type matches the given type.
- active
Fsu List<GetCycles Fsu Collections Fsu Collection Summary Collection Item 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 ID of the compartment in which to list resources.
- 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 - A filter to return only resources that match the entire display name given.
- fleet
Discoveries List<GetFsu Collections Fsu Collection Summary Collection Item Fleet Discovery> - Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
- 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
- OCID identifier for the Exadata Fleet Update Collection.
- 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 - Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
- state String
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- 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
- A filter to return only resources whose type matches the given type.
- active
Fsu GetCycles Fsu Collections Fsu Collection Summary Collection Item 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 ID of the compartment in which to list resources.
- {[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 - A filter to return only resources that match the entire display name given.
- fleet
Discoveries GetFsu Collections Fsu Collection Summary Collection Item Fleet Discovery[] - Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
- {[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
- OCID identifier for the Exadata Fleet Update Collection.
- 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 - Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
- state string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- {[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
- A filter to return only resources whose type matches the given type.
- active_
fsu_ Sequence[fleetsoftwareupdate.cycles Get Fsu Collections Fsu Collection Summary Collection Item 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 ID of the compartment in which to list resources.
- 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[fleetsoftwareupdate.Get Fsu Collections Fsu Collection Summary Collection Item Fleet Discovery] - Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
- 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
- OCID identifier for the Exadata Fleet Update Collection.
- 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 - Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
- state str
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- 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.
- 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 ID of the compartment in which to list resources.
- 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 - A filter to return only resources that match the entire display name given.
- fleet
Discoveries List<Property Map> - Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
- 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
- OCID identifier for the Exadata Fleet Update Collection.
- 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 - Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
- state String
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- 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
- A filter to return only resources whose type matches the given type.
GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycle
- Display
Name string - A filter to return only resources that match the entire display name given.
- Id string
- OCID identifier for the Exadata Fleet Update Collection.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Id string
- OCID identifier for the Exadata Fleet Update Collection.
- display
Name String - A filter to return only resources that match the entire display name given.
- id String
- OCID identifier for the Exadata Fleet Update Collection.
- display
Name string - A filter to return only resources that match the entire display name given.
- id string
- OCID identifier for the Exadata Fleet Update Collection.
- display_
name str - A filter to return only resources that match the entire display name given.
- id str
- OCID identifier for the Exadata Fleet Update Collection.
- display
Name String - A filter to return only resources that match the entire display name given.
- id String
- OCID identifier for the Exadata Fleet Update Collection.
GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscovery
- Filters
List<Get
Fsu Collections Fsu Collection Summary Collection Item Fleet Discovery Filter> - Filters to perform the target discovery.
- Fsu
Discovery stringId - OCIDs of Fleet Software Update Discovery.
- Query string
- Oracle Cloud Infrastructure Search Service query string.
- Strategy string
- Possible fleet discovery strategies.
- Targets List<string>
- OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
- Filters
[]Get
Fsu Collections Fsu Collection Summary Collection Item Fleet Discovery Filter - Filters to perform the target discovery.
- Fsu
Discovery stringId - OCIDs of Fleet Software Update Discovery.
- Query string
- Oracle Cloud Infrastructure Search Service query string.
- Strategy string
- Possible fleet discovery strategies.
- Targets []string
- OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
- filters
List<Get
Fsu Collections Fsu Collection Summary Collection Item Fleet Discovery Filter> - Filters to perform the target discovery.
- fsu
Discovery StringId - OCIDs of Fleet Software Update Discovery.
- query String
- Oracle Cloud Infrastructure Search Service query string.
- strategy String
- Possible fleet discovery strategies.
- targets List<String>
- OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
- filters
Get
Fsu Collections Fsu Collection Summary Collection Item Fleet Discovery Filter[] - Filters to perform the target discovery.
- fsu
Discovery stringId - OCIDs of Fleet Software Update Discovery.
- query string
- Oracle Cloud Infrastructure Search Service query string.
- strategy string
- Possible fleet discovery strategies.
- targets string[]
- OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
- filters
Sequence[fleetsoftwareupdate.
Get Fsu Collections Fsu Collection Summary Collection Item Fleet Discovery Filter] - Filters to perform the target discovery.
- fsu_
discovery_ strid - OCIDs of Fleet Software Update Discovery.
- query str
- Oracle Cloud Infrastructure Search Service query string.
- strategy str
- Possible fleet discovery strategies.
- targets Sequence[str]
- OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
- filters List<Property Map>
- Filters to perform the target discovery.
- fsu
Discovery StringId - OCIDs of Fleet Software Update Discovery.
- query String
- Oracle Cloud Infrastructure Search Service query string.
- strategy String
- Possible fleet discovery strategies.
- targets List<String>
- OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilter
- Entity
Type string - Type of resource to match in the discovery.
- Identifiers List<string>
- Related resource Ids to include in the discovery. All must match the specified entityType.
- Mode string
- INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
- 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 Collections Fsu Collection Summary Collection Item Fleet Discovery Filter Tag> - Freeform tags to include in the discovery.
- Type string
- A filter to return only resources whose type matches the given type.
- Versions List<string>
- List of Versions strings to include in the discovery.
- Entity
Type string - Type of resource to match in the discovery.
- Identifiers []string
- Related resource Ids to include in the discovery. All must match the specified entityType.
- Mode string
- INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
- 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 Collections Fsu Collection Summary Collection Item Fleet Discovery Filter Tag - Freeform tags to include in the discovery.
- Type string
- A filter to return only resources whose type matches the given type.
- Versions []string
- List of Versions strings to include in the discovery.
- entity
Type String - Type of resource to match in the discovery.
- identifiers List<String>
- Related resource Ids to include in the discovery. All must match the specified entityType.
- mode String
- INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
- 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 Collections Fsu Collection Summary Collection Item Fleet Discovery Filter Tag> - Freeform tags to include in the discovery.
- type String
- A filter to return only resources whose type matches the given type.
- versions List<String>
- List of Versions strings to include in the discovery.
- entity
Type string - Type of resource to match in the discovery.
- identifiers string[]
- Related resource Ids to include in the discovery. All must match the specified entityType.
- mode string
- INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
- 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 Collections Fsu Collection Summary Collection Item Fleet Discovery Filter Tag[] - Freeform tags to include in the discovery.
- type string
- A filter to return only resources whose type matches the given type.
- versions string[]
- List of Versions strings to include in the discovery.
- entity_
type str - Type of resource to match in the discovery.
- identifiers Sequence[str]
- Related resource Ids to include in the discovery. All must match the specified entityType.
- mode str
- INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
- 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[fleetsoftwareupdate.
Get Fsu Collections Fsu Collection Summary Collection Item Fleet Discovery Filter Tag] - Freeform tags to include in the discovery.
- type str
- A filter to return only resources whose type matches the given type.
- versions Sequence[str]
- List of Versions strings to include in the discovery.
- entity
Type String - Type of resource to match in the discovery.
- identifiers List<String>
- Related resource Ids to include in the discovery. All must match the specified entityType.
- mode String
- INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
- 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>
- Freeform tags to include in the discovery.
- type String
- A filter to return only resources whose type matches the given type.
- versions List<String>
- List of Versions strings to include in the discovery.
GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTag
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.