Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 by Pulumi
oci.FleetAppsManagement.getFleets
Explore with Pulumi AI
This data source provides the list of Fleets in Oracle Cloud Infrastructure Fleet Apps Management service.
Returns a list of Fleets in the specified Tenancy.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFleets = oci.FleetAppsManagement.getFleets({
applicationType: fleetApplicationType,
compartmentId: compartmentId,
displayName: fleetDisplayName,
environmentType: fleetEnvironmentType,
fleetType: fleetFleetType,
id: fleetId,
product: fleetProduct,
state: fleetState,
});
import pulumi
import pulumi_oci as oci
test_fleets = oci.FleetAppsManagement.get_fleets(application_type=fleet_application_type,
compartment_id=compartment_id,
display_name=fleet_display_name,
environment_type=fleet_environment_type,
fleet_type=fleet_fleet_type,
id=fleet_id,
product=fleet_product,
state=fleet_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/FleetAppsManagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := FleetAppsManagement.GetFleets(ctx, &fleetappsmanagement.GetFleetsArgs{
ApplicationType: pulumi.StringRef(fleetApplicationType),
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(fleetDisplayName),
EnvironmentType: pulumi.StringRef(fleetEnvironmentType),
FleetType: pulumi.StringRef(fleetFleetType),
Id: pulumi.StringRef(fleetId),
Product: pulumi.StringRef(fleetProduct),
State: pulumi.StringRef(fleetState),
}, 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 testFleets = Oci.FleetAppsManagement.GetFleets.Invoke(new()
{
ApplicationType = fleetApplicationType,
CompartmentId = compartmentId,
DisplayName = fleetDisplayName,
EnvironmentType = fleetEnvironmentType,
FleetType = fleetFleetType,
Id = fleetId,
Product = fleetProduct,
State = fleetState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.FleetAppsManagement.FleetAppsManagementFunctions;
import com.pulumi.oci.FleetAppsManagement.inputs.GetFleetsArgs;
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 testFleets = FleetAppsManagementFunctions.getFleets(GetFleetsArgs.builder()
.applicationType(fleetApplicationType)
.compartmentId(compartmentId)
.displayName(fleetDisplayName)
.environmentType(fleetEnvironmentType)
.fleetType(fleetFleetType)
.id(fleetId)
.product(fleetProduct)
.state(fleetState)
.build());
}
}
variables:
testFleets:
fn::invoke:
Function: oci:FleetAppsManagement:getFleets
Arguments:
applicationType: ${fleetApplicationType}
compartmentId: ${compartmentId}
displayName: ${fleetDisplayName}
environmentType: ${fleetEnvironmentType}
fleetType: ${fleetFleetType}
id: ${fleetId}
product: ${fleetProduct}
state: ${fleetState}
Using getFleets
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 getFleets(args: GetFleetsArgs, opts?: InvokeOptions): Promise<GetFleetsResult>
function getFleetsOutput(args: GetFleetsOutputArgs, opts?: InvokeOptions): Output<GetFleetsResult>
def get_fleets(application_type: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
environment_type: Optional[str] = None,
filters: Optional[Sequence[_fleetappsmanagement.GetFleetsFilter]] = None,
fleet_type: Optional[str] = None,
id: Optional[str] = None,
product: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFleetsResult
def get_fleets_output(application_type: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
environment_type: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_fleetappsmanagement.GetFleetsFilterArgs]]]] = None,
fleet_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
product: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFleetsResult]
func GetFleets(ctx *Context, args *GetFleetsArgs, opts ...InvokeOption) (*GetFleetsResult, error)
func GetFleetsOutput(ctx *Context, args *GetFleetsOutputArgs, opts ...InvokeOption) GetFleetsResultOutput
> Note: This function is named GetFleets
in the Go SDK.
public static class GetFleets
{
public static Task<GetFleetsResult> InvokeAsync(GetFleetsArgs args, InvokeOptions? opts = null)
public static Output<GetFleetsResult> Invoke(GetFleetsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFleetsResult> getFleets(GetFleetsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:FleetAppsManagement/getFleets:getFleets
arguments:
# arguments dictionary
The following arguments are supported:
- Application
Type string - A filter to return only resources that match the Application Type given.
- 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.
- Environment
Type string - A filter to return only resources that match the Environment Type given.
- Filters
List<Get
Fleets Filter> - Fleet
Type string - A filter to return only resources their fleetType matches the given fleetType.
- Id string
- unique Fleet identifier
- Product string
- A filter to return only resources that match the Product Type given.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Application
Type string - A filter to return only resources that match the Application Type given.
- 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.
- Environment
Type string - A filter to return only resources that match the Environment Type given.
- Filters
[]Get
Fleets Filter - Fleet
Type string - A filter to return only resources their fleetType matches the given fleetType.
- Id string
- unique Fleet identifier
- Product string
- A filter to return only resources that match the Product Type given.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- application
Type String - A filter to return only resources that match the Application Type given.
- 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.
- environment
Type String - A filter to return only resources that match the Environment Type given.
- filters
List<Get
Fleets Filter> - fleet
Type String - A filter to return only resources their fleetType matches the given fleetType.
- id String
- unique Fleet identifier
- product String
- A filter to return only resources that match the Product Type given.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- application
Type string - A filter to return only resources that match the Application Type given.
- 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.
- environment
Type string - A filter to return only resources that match the Environment Type given.
- filters
Get
Fleets Filter[] - fleet
Type string - A filter to return only resources their fleetType matches the given fleetType.
- id string
- unique Fleet identifier
- product string
- A filter to return only resources that match the Product Type given.
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- application_
type str - A filter to return only resources that match the Application Type given.
- 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.
- environment_
type str - A filter to return only resources that match the Environment Type given.
- filters
Sequence[fleetappsmanagement.
Get Fleets Filter] - fleet_
type str - A filter to return only resources their fleetType matches the given fleetType.
- id str
- unique Fleet identifier
- product str
- A filter to return only resources that match the Product Type given.
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- application
Type String - A filter to return only resources that match the Application Type given.
- 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.
- environment
Type String - A filter to return only resources that match the Environment Type given.
- filters List<Property Map>
- fleet
Type String - A filter to return only resources their fleetType matches the given fleetType.
- id String
- unique Fleet identifier
- product String
- A filter to return only resources that match the Product Type given.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
getFleets Result
The following output properties are available:
- Fleet
Collections List<GetFleets Fleet Collection> - The list of fleet_collection.
- Application
Type string - Application Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- Compartment
Id string - Please provide the root compartmentId (TenancyId).
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Environment
Type string - Environment Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- Filters
List<Get
Fleets Filter> - Fleet
Type string - Type of the Fleet.
- Id string
- The OCID of the resource.
- Product string
- State string
- The lifecycle state of the Fleet.
- Fleet
Collections []GetFleets Fleet Collection - The list of fleet_collection.
- Application
Type string - Application Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- Compartment
Id string - Please provide the root compartmentId (TenancyId).
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Environment
Type string - Environment Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- Filters
[]Get
Fleets Filter - Fleet
Type string - Type of the Fleet.
- Id string
- The OCID of the resource.
- Product string
- State string
- The lifecycle state of the Fleet.
- fleet
Collections List<GetFleets Fleet Collection> - The list of fleet_collection.
- application
Type String - Application Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- compartment
Id String - Please provide the root compartmentId (TenancyId).
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type String - Environment Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- filters
List<Get
Fleets Filter> - fleet
Type String - Type of the Fleet.
- id String
- The OCID of the resource.
- product String
- state String
- The lifecycle state of the Fleet.
- fleet
Collections GetFleets Fleet Collection[] - The list of fleet_collection.
- application
Type string - Application Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- compartment
Id string - Please provide the root compartmentId (TenancyId).
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type string - Environment Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- filters
Get
Fleets Filter[] - fleet
Type string - Type of the Fleet.
- id string
- The OCID of the resource.
- product string
- state string
- The lifecycle state of the Fleet.
- fleet_
collections Sequence[fleetappsmanagement.Get Fleets Fleet Collection] - The list of fleet_collection.
- application_
type str - Application Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- compartment_
id str - Please provide the root compartmentId (TenancyId).
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment_
type str - Environment Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- filters
Sequence[fleetappsmanagement.
Get Fleets Filter] - fleet_
type str - Type of the Fleet.
- id str
- The OCID of the resource.
- product str
- state str
- The lifecycle state of the Fleet.
- fleet
Collections List<Property Map> - The list of fleet_collection.
- application
Type String - Application Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- compartment
Id String - Please provide the root compartmentId (TenancyId).
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- environment
Type String - Environment Type associated with the Fleet.Applicable for ENVIRONMENT fleet types.
- filters List<Property Map>
- fleet
Type String - Type of the Fleet.
- id String
- The OCID of the resource.
- product String
- state String
- The lifecycle state of the Fleet.
Supporting Types
GetFleetsFilter
GetFleetsFleetCollection
GetFleetsFleetCollectionItem
- Application
Type string - A filter to return only resources that match the Application Type given.
- 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"}
- Description string
- A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Environment
Type string - A filter to return only resources that match the Environment Type given.
- Fleet
Type string - A filter to return only resources their fleetType matches the given fleetType.
- 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"}
- Group
Type string - Group Type associated with Group Fleet.Applicable for GROUP fleet types.
- Id string
- unique Fleet identifier
- Is
Target boolAuto Confirm - A value which represents if auto confirming of the targets can be enabled
- 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.
- Notification
Preferences List<GetFleets Fleet Collection Item Notification Preference> - Conditions when met to send notifications on the fleet activities
- Products List<string>
- Products associated with the Fleet
- Resource
Region string - Associated region
- Resource
Selection stringType - Type of resource selection in a fleet.
- Rule
Selection List<GetCriterias Fleets Fleet Collection Item Rule Selection Criteria> - Rule Selection Criteria
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Application
Type string - A filter to return only resources that match the Application Type given.
- 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"}
- Description string
- A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Environment
Type string - A filter to return only resources that match the Environment Type given.
- Fleet
Type string - A filter to return only resources their fleetType matches the given fleetType.
- 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"}
- Group
Type string - Group Type associated with Group Fleet.Applicable for GROUP fleet types.
- Id string
- unique Fleet identifier
- Is
Target boolAuto Confirm - A value which represents if auto confirming of the targets can be enabled
- 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.
- Notification
Preferences []GetFleets Fleet Collection Item Notification Preference - Conditions when met to send notifications on the fleet activities
- Products []string
- Products associated with the Fleet
- Resource
Region string - Associated region
- Resource
Selection stringType - Type of resource selection in a fleet.
- Rule
Selection []GetCriterias Fleets Fleet Collection Item Rule Selection Criteria - Rule Selection Criteria
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- application
Type String - A filter to return only resources that match the Application Type given.
- 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"}
- description String
- A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display
Name String - A filter to return only resources that match the entire display name given.
- environment
Type String - A filter to return only resources that match the Environment Type given.
- fleet
Type String - A filter to return only resources their fleetType matches the given fleetType.
- 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"}
- group
Type String - Group Type associated with Group Fleet.Applicable for GROUP fleet types.
- id String
- unique Fleet identifier
- is
Target BooleanAuto Confirm - A value which represents if auto confirming of the targets can be enabled
- 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.
- notification
Preferences List<GetFleets Fleet Collection Item Notification Preference> - Conditions when met to send notifications on the fleet activities
- products List<String>
- Products associated with the Fleet
- resource
Region String - Associated region
- resource
Selection StringType - Type of resource selection in a fleet.
- rule
Selection List<GetCriterias Fleets Fleet Collection Item Rule Selection Criteria> - Rule Selection Criteria
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- application
Type string - A filter to return only resources that match the Application Type given.
- 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"}
- description string
- A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display
Name string - A filter to return only resources that match the entire display name given.
- environment
Type string - A filter to return only resources that match the Environment Type given.
- fleet
Type string - A filter to return only resources their fleetType matches the given fleetType.
- {[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"}
- group
Type string - Group Type associated with Group Fleet.Applicable for GROUP fleet types.
- id string
- unique Fleet identifier
- is
Target booleanAuto Confirm - A value which represents if auto confirming of the targets can be enabled
- 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.
- notification
Preferences GetFleets Fleet Collection Item Notification Preference[] - Conditions when met to send notifications on the fleet activities
- products string[]
- Products associated with the Fleet
- resource
Region string - Associated region
- resource
Selection stringType - Type of resource selection in a fleet.
- rule
Selection GetCriterias Fleets Fleet Collection Item Rule Selection Criteria[] - Rule Selection Criteria
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- application_
type str - A filter to return only resources that match the Application Type given.
- 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"}
- description str
- A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display_
name str - A filter to return only resources that match the entire display name given.
- environment_
type str - A filter to return only resources that match the Environment Type given.
- fleet_
type str - A filter to return only resources their fleetType matches the given fleetType.
- 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"}
- group_
type str - Group Type associated with Group Fleet.Applicable for GROUP fleet types.
- id str
- unique Fleet identifier
- is_
target_ boolauto_ confirm - A value which represents if auto confirming of the targets can be enabled
- 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.
- notification_
preferences Sequence[fleetappsmanagement.Get Fleets Fleet Collection Item Notification Preference] - Conditions when met to send notifications on the fleet activities
- products Sequence[str]
- Products associated with the Fleet
- resource_
region str - Associated region
- resource_
selection_ strtype - Type of resource selection in a fleet.
- rule_
selection_ Sequence[fleetappsmanagement.criterias Get Fleets Fleet Collection Item Rule Selection Criteria] - Rule Selection Criteria
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time this resource was created. An RFC3339 formatted datetime string.
- time_
updated str - The time this resource was last updated. An RFC3339 formatted datetime string.
- application
Type String - A filter to return only resources that match the Application Type given.
- 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"}
- description String
- A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
- display
Name String - A filter to return only resources that match the entire display name given.
- environment
Type String - A filter to return only resources that match the Environment Type given.
- fleet
Type String - A filter to return only resources their fleetType matches the given fleetType.
- 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"}
- group
Type String - Group Type associated with Group Fleet.Applicable for GROUP fleet types.
- id String
- unique Fleet identifier
- is
Target BooleanAuto Confirm - A value which represents if auto confirming of the targets can be enabled
- 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.
- notification
Preferences List<Property Map> - Conditions when met to send notifications on the fleet activities
- products List<String>
- Products associated with the Fleet
- resource
Region String - Associated region
- resource
Selection StringType - Type of resource selection in a fleet.
- rule
Selection List<Property Map>Criterias - Rule Selection Criteria
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
GetFleetsFleetCollectionItemNotificationPreference
- Compartment
Id string - The ID of the compartment in which to list resources.
- Preferences
List<Get
Fleets Fleet Collection Item Notification Preference Preference> - Preferences to send notifications on the fleet activities
- Topic
Id string - Topic Id where the notifications will be directed
- Compartment
Id string - The ID of the compartment in which to list resources.
- Preferences
[]Get
Fleets Fleet Collection Item Notification Preference Preference - Preferences to send notifications on the fleet activities
- Topic
Id string - Topic Id where the notifications will be directed
- compartment
Id String - The ID of the compartment in which to list resources.
- preferences
List<Get
Fleets Fleet Collection Item Notification Preference Preference> - Preferences to send notifications on the fleet activities
- topic
Id String - Topic Id where the notifications will be directed
- compartment
Id string - The ID of the compartment in which to list resources.
- preferences
Get
Fleets Fleet Collection Item Notification Preference Preference[] - Preferences to send notifications on the fleet activities
- topic
Id string - Topic Id where the notifications will be directed
- compartment_
id str - The ID of the compartment in which to list resources.
- preferences
Sequence[fleetappsmanagement.
Get Fleets Fleet Collection Item Notification Preference Preference] - Preferences to send notifications on the fleet activities
- topic_
id str - Topic Id where the notifications will be directed
- compartment
Id String - The ID of the compartment in which to list resources.
- preferences List<Property Map>
- Preferences to send notifications on the fleet activities
- topic
Id String - Topic Id where the notifications will be directed
GetFleetsFleetCollectionItemNotificationPreferencePreference
- On
Job boolFailure - Enables or disables notification on Job Failures.'
- On
Topology boolModification - Enables or disables notification on Environment Fleet Topology Modification.
- On
Upcoming boolSchedule - Enables notification on upcoming schedule.
- On
Job boolFailure - Enables or disables notification on Job Failures.'
- On
Topology boolModification - Enables or disables notification on Environment Fleet Topology Modification.
- On
Upcoming boolSchedule - Enables notification on upcoming schedule.
- on
Job BooleanFailure - Enables or disables notification on Job Failures.'
- on
Topology BooleanModification - Enables or disables notification on Environment Fleet Topology Modification.
- on
Upcoming BooleanSchedule - Enables notification on upcoming schedule.
- on
Job booleanFailure - Enables or disables notification on Job Failures.'
- on
Topology booleanModification - Enables or disables notification on Environment Fleet Topology Modification.
- on
Upcoming booleanSchedule - Enables notification on upcoming schedule.
- on_
job_ boolfailure - Enables or disables notification on Job Failures.'
- on_
topology_ boolmodification - Enables or disables notification on Environment Fleet Topology Modification.
- on_
upcoming_ boolschedule - Enables notification on upcoming schedule.
- on
Job BooleanFailure - Enables or disables notification on Job Failures.'
- on
Topology BooleanModification - Enables or disables notification on Environment Fleet Topology Modification.
- on
Upcoming BooleanSchedule - Enables notification on upcoming schedule.
GetFleetsFleetCollectionItemRuleSelectionCriteria
- Match
Condition string - Rule selection match condition.
- Rules
List<Get
Fleets Fleet Collection Item Rule Selection Criteria Rule> - Rules.
- Match
Condition string - Rule selection match condition.
- Rules
[]Get
Fleets Fleet Collection Item Rule Selection Criteria Rule - Rules.
- match
Condition String - Rule selection match condition.
- rules
List<Get
Fleets Fleet Collection Item Rule Selection Criteria Rule> - Rules.
- match
Condition string - Rule selection match condition.
- rules
Get
Fleets Fleet Collection Item Rule Selection Criteria Rule[] - Rules.
- match_
condition str - Rule selection match condition.
- rules
Sequence[fleetappsmanagement.
Get Fleets Fleet Collection Item Rule Selection Criteria Rule] - Rules.
- match
Condition String - Rule selection match condition.
- rules List<Property Map>
- Rules.
GetFleetsFleetCollectionItemRuleSelectionCriteriaRule
- Basis string
- Rule to be be applied on.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Conditions
List<Get
Fleets Fleet Collection Item Rule Selection Criteria Rule Condition> - Rule Conditions
- Resource
Compartment stringId - Resource Compartment Id.Provide the compartmentId the resource belongs to.
- Basis string
- Rule to be be applied on.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Conditions
[]Get
Fleets Fleet Collection Item Rule Selection Criteria Rule Condition - Rule Conditions
- Resource
Compartment stringId - Resource Compartment Id.Provide the compartmentId the resource belongs to.
- basis String
- Rule to be be applied on.
- compartment
Id String - The ID of the compartment in which to list resources.
- conditions
List<Get
Fleets Fleet Collection Item Rule Selection Criteria Rule Condition> - Rule Conditions
- resource
Compartment StringId - Resource Compartment Id.Provide the compartmentId the resource belongs to.
- basis string
- Rule to be be applied on.
- compartment
Id string - The ID of the compartment in which to list resources.
- conditions
Get
Fleets Fleet Collection Item Rule Selection Criteria Rule Condition[] - Rule Conditions
- resource
Compartment stringId - Resource Compartment Id.Provide the compartmentId the resource belongs to.
- basis str
- Rule to be be applied on.
- compartment_
id str - The ID of the compartment in which to list resources.
- conditions
Sequence[fleetappsmanagement.
Get Fleets Fleet Collection Item Rule Selection Criteria Rule Condition] - Rule Conditions
- resource_
compartment_ strid - Resource Compartment Id.Provide the compartmentId the resource belongs to.
- basis String
- Rule to be be applied on.
- compartment
Id String - The ID of the compartment in which to list resources.
- conditions List<Property Map>
- Rule Conditions
- resource
Compartment StringId - Resource Compartment Id.Provide the compartmentId the resource belongs to.
GetFleetsFleetCollectionItemRuleSelectionCriteriaRuleCondition
- attr_
group str - Attribute Group.
- attr_
key str - Attribute Key.
- attr_
value str - Attribute Value.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.