Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi
oci.FleetAppsManagement.getFleetProperties
Explore with Pulumi AI
This data source provides the list of Fleet Properties in Oracle Cloud Infrastructure Fleet Apps Management service.
List fleet properties in Fleet Application Management.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFleetProperties = oci.FleetAppsManagement.getFleetProperties({
fleetId: testFleet.id,
compartmentId: compartmentId,
displayName: fleetPropertyDisplayName,
id: fleetPropertyId,
state: fleetPropertyState,
});
import pulumi
import pulumi_oci as oci
test_fleet_properties = oci.FleetAppsManagement.get_fleet_properties(fleet_id=test_fleet["id"],
compartment_id=compartment_id,
display_name=fleet_property_display_name,
id=fleet_property_id,
state=fleet_property_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.GetFleetProperties(ctx, &fleetappsmanagement.GetFleetPropertiesArgs{
FleetId: testFleet.Id,
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(fleetPropertyDisplayName),
Id: pulumi.StringRef(fleetPropertyId),
State: pulumi.StringRef(fleetPropertyState),
}, 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 testFleetProperties = Oci.FleetAppsManagement.GetFleetProperties.Invoke(new()
{
FleetId = testFleet.Id,
CompartmentId = compartmentId,
DisplayName = fleetPropertyDisplayName,
Id = fleetPropertyId,
State = fleetPropertyState,
});
});
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.GetFleetPropertiesArgs;
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 testFleetProperties = FleetAppsManagementFunctions.getFleetProperties(GetFleetPropertiesArgs.builder()
.fleetId(testFleet.id())
.compartmentId(compartmentId)
.displayName(fleetPropertyDisplayName)
.id(fleetPropertyId)
.state(fleetPropertyState)
.build());
}
}
variables:
testFleetProperties:
fn::invoke:
function: oci:FleetAppsManagement:getFleetProperties
arguments:
fleetId: ${testFleet.id}
compartmentId: ${compartmentId}
displayName: ${fleetPropertyDisplayName}
id: ${fleetPropertyId}
state: ${fleetPropertyState}
Using getFleetProperties
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 getFleetProperties(args: GetFleetPropertiesArgs, opts?: InvokeOptions): Promise<GetFleetPropertiesResult>
function getFleetPropertiesOutput(args: GetFleetPropertiesOutputArgs, opts?: InvokeOptions): Output<GetFleetPropertiesResult>
def get_fleet_properties(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_fleetappsmanagement.GetFleetPropertiesFilter]] = None,
fleet_id: Optional[str] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFleetPropertiesResult
def get_fleet_properties_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_fleetappsmanagement.GetFleetPropertiesFilterArgs]]]] = None,
fleet_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFleetPropertiesResult]
func GetFleetProperties(ctx *Context, args *GetFleetPropertiesArgs, opts ...InvokeOption) (*GetFleetPropertiesResult, error)
func GetFleetPropertiesOutput(ctx *Context, args *GetFleetPropertiesOutputArgs, opts ...InvokeOption) GetFleetPropertiesResultOutput
> Note: This function is named GetFleetProperties
in the Go SDK.
public static class GetFleetProperties
{
public static Task<GetFleetPropertiesResult> InvokeAsync(GetFleetPropertiesArgs args, InvokeOptions? opts = null)
public static Output<GetFleetPropertiesResult> Invoke(GetFleetPropertiesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFleetPropertiesResult> getFleetProperties(GetFleetPropertiesArgs args, InvokeOptions options)
public static Output<GetFleetPropertiesResult> getFleetProperties(GetFleetPropertiesArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetAppsManagement/getFleetProperties:getFleetProperties
arguments:
# arguments dictionary
The following arguments are supported:
- Fleet
Id This property is required. string - Unique Fleet identifier.
- 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
Changes to this property will trigger replacement.
Fleet Properties Filter> - Id string
- A filter to return only resources whose fleetProperty identifier matches the given identifier.
- State string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Fleet
Id This property is required. string - Unique Fleet identifier.
- 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
Changes to this property will trigger replacement.
Fleet Properties Filter - Id string
- A filter to return only resources whose fleetProperty identifier matches the given identifier.
- State string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- fleet
Id This property is required. String - Unique Fleet identifier.
- 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
Changes to this property will trigger replacement.
Fleet Properties Filter> - id String
- A filter to return only resources whose fleetProperty identifier matches the given identifier.
- state String
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- fleet
Id This property is required. string - Unique Fleet identifier.
- 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
Changes to this property will trigger replacement.
Fleet Properties Filter[] - id string
- A filter to return only resources whose fleetProperty identifier matches the given identifier.
- state string
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- fleet_
id This property is required. str - Unique Fleet identifier.
- 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
Changes to this property will trigger replacement.
Get Fleet Properties Filter] - id str
- A filter to return only resources whose fleetProperty identifier matches the given identifier.
- state str
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
- fleet
Id This property is required. String - Unique Fleet identifier.
- 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
Changes to this property will trigger replacement.
- id String
- A filter to return only resources whose fleetProperty identifier matches the given identifier.
- state String
- A filter to return only resources whose lifecycleState matches the given lifecycleState.
getFleetProperties Result
The following output properties are available:
- Fleet
Id string - Fleet
Property List<GetCollections Fleet Properties Fleet Property Collection> - The list of fleet_property_collection.
- Compartment
Id string - Tenancy OCID
- 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
- Filters
List<Get
Fleet Properties Filter> - Id string
- The unique id of the resource.
- State string
- The current state of the FleetProperty.
- Fleet
Id string - Fleet
Property []GetCollections Fleet Properties Fleet Property Collection - The list of fleet_property_collection.
- Compartment
Id string - Tenancy OCID
- 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
- Filters
[]Get
Fleet Properties Filter - Id string
- The unique id of the resource.
- State string
- The current state of the FleetProperty.
- fleet
Id String - fleet
Property List<GetCollections Fleet Properties Fleet Property Collection> - The list of fleet_property_collection.
- compartment
Id String - Tenancy OCID
- 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
- filters
List<Get
Fleet Properties Filter> - id String
- The unique id of the resource.
- state String
- The current state of the FleetProperty.
- fleet
Id string - fleet
Property GetCollections Fleet Properties Fleet Property Collection[] - The list of fleet_property_collection.
- compartment
Id string - Tenancy OCID
- 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
- filters
Get
Fleet Properties Filter[] - id string
- The unique id of the resource.
- state string
- The current state of the FleetProperty.
- fleet_
id str - fleet_
property_ Sequence[fleetappsmanagement.collections Get Fleet Properties Fleet Property Collection] - The list of fleet_property_collection.
- compartment_
id str - Tenancy OCID
- 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
- filters
Sequence[fleetappsmanagement.
Get Fleet Properties Filter] - id str
- The unique id of the resource.
- state str
- The current state of the FleetProperty.
- fleet
Id String - fleet
Property List<Property Map>Collections - The list of fleet_property_collection.
- compartment
Id String - Tenancy OCID
- 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
- filters List<Property Map>
- id String
- The unique id of the resource.
- state String
- The current state of the FleetProperty.
Supporting Types
GetFleetPropertiesFilter
GetFleetPropertiesFleetPropertyCollection
- Items
This property is required. List<GetFleet Properties Fleet Property Collection Item>
- Items
This property is required. []GetFleet Properties Fleet Property Collection Item
- items
This property is required. List<GetFleet Properties Fleet Property Collection Item>
- items
This property is required. GetFleet Properties Fleet Property Collection Item[]
- items
This property is required. Sequence[fleetappsmanagement.Get Fleet Properties Fleet Property Collection Item]
- items
This property is required. List<Property Map>
GetFleetPropertiesFleetPropertyCollectionItem
- Allowed
Values This property is required. List<string> - Values of the property (must be a single value if selectionType = 'SINGLE_CHOICE').
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
- Fleet
Id This property is required. string - Unique Fleet identifier.
- Id
This property is required. string - A filter to return only resources whose fleetProperty identifier matches the given identifier.
- Property
Id This property is required. string - OCID referring to global level metadata property.
- Selection
Type This property is required. string - Text selection of the property.
- State
This property is required. string - A filter to return only resources whose lifecycleState matches the given lifecycleState.
This property is required. 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 This property is required. string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated This property is required. string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Value
This property is required. string - Value of the Property.
- Value
Type This property is required. string - Format of the value.
- Allowed
Values This property is required. []string - Values of the property (must be a single value if selectionType = 'SINGLE_CHOICE').
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
- Fleet
Id This property is required. string - Unique Fleet identifier.
- Id
This property is required. string - A filter to return only resources whose fleetProperty identifier matches the given identifier.
- Property
Id This property is required. string - OCID referring to global level metadata property.
- Selection
Type This property is required. string - Text selection of the property.
- State
This property is required. string - A filter to return only resources whose lifecycleState matches the given lifecycleState.
This property is required. 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 This property is required. string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated This property is required. string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Value
This property is required. string - Value of the Property.
- Value
Type This property is required. string - Format of the value.
- allowed
Values This property is required. List<String> - Values of the property (must be a single value if selectionType = 'SINGLE_CHOICE').
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
- fleet
Id This property is required. String - Unique Fleet identifier.
- id
This property is required. String - A filter to return only resources whose fleetProperty identifier matches the given identifier.
- property
Id This property is required. String - OCID referring to global level metadata property.
- selection
Type This property is required. String - Text selection of the property.
- state
This property is required. String - A filter to return only resources whose lifecycleState matches the given lifecycleState.
This property is required. 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 This property is required. String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated This property is required. String - The time this resource was last updated. An RFC3339 formatted datetime string.
- value
This property is required. String - Value of the Property.
- value
Type This property is required. String - Format of the value.
- allowed
Values This property is required. string[] - Values of the property (must be a single value if selectionType = 'SINGLE_CHOICE').
- compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given.
- fleet
Id This property is required. string - Unique Fleet identifier.
- id
This property is required. string - A filter to return only resources whose fleetProperty identifier matches the given identifier.
- property
Id This property is required. string - OCID referring to global level metadata property.
- selection
Type This property is required. string - Text selection of the property.
- state
This property is required. string - A filter to return only resources whose lifecycleState matches the given lifecycleState.
This property is required. {[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 This property is required. string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated This property is required. string - The time this resource was last updated. An RFC3339 formatted datetime string.
- value
This property is required. string - Value of the Property.
- value
Type This property is required. string - Format of the value.
- allowed_
values This property is required. Sequence[str] - Values of the property (must be a single value if selectionType = 'SINGLE_CHOICE').
- compartment_
id This property is required. str - The ID of the compartment in which to list resources.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given.
- fleet_
id This property is required. str - Unique Fleet identifier.
- id
This property is required. str - A filter to return only resources whose fleetProperty identifier matches the given identifier.
- property_
id This property is required. str - OCID referring to global level metadata property.
- selection_
type This property is required. str - Text selection of the property.
- state
This property is required. str - A filter to return only resources whose lifecycleState matches the given lifecycleState.
This property is required. 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 This property is required. str - The time this resource was created. An RFC3339 formatted datetime string.
- time_
updated This property is required. str - The time this resource was last updated. An RFC3339 formatted datetime string.
- value
This property is required. str - Value of the Property.
- value_
type This property is required. str - Format of the value.
- allowed
Values This property is required. List<String> - Values of the property (must be a single value if selectionType = 'SINGLE_CHOICE').
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
- fleet
Id This property is required. String - Unique Fleet identifier.
- id
This property is required. String - A filter to return only resources whose fleetProperty identifier matches the given identifier.
- property
Id This property is required. String - OCID referring to global level metadata property.
- selection
Type This property is required. String - Text selection of the property.
- state
This property is required. String - A filter to return only resources whose lifecycleState matches the given lifecycleState.
This property is required. 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 This property is required. String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated This property is required. String - The time this resource was last updated. An RFC3339 formatted datetime string.
- value
This property is required. String - Value of the Property.
- value
Type This property is required. String - Format of the value.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.