Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 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.
Returns a list of FleetProperties.
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:FleetAppsManagement/getFleetProperties:getFleetProperties
arguments:
# arguments dictionary
The following arguments are supported:
- Fleet
Id 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
List<Get
Fleet Properties Filter> - Id string
- unique FleetProperty identifier
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Fleet
Id 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
[]Get
Fleet Properties Filter - Id string
- unique FleetProperty identifier
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- fleet
Id 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
List<Get
Fleet Properties Filter> - id String
- unique FleetProperty identifier
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- fleet
Id 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
Get
Fleet Properties Filter[] - id string
- unique FleetProperty identifier
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- fleet_
id 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
Sequence[fleetappsmanagement.
Get Fleet Properties Filter] - id str
- unique FleetProperty identifier
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- fleet
Id 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 List<Property Map>
- id String
- unique FleetProperty identifier
- state String
- A filter to return only resources their 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
GetFleetPropertiesFleetPropertyCollectionItem
- Allowed
Values List<string> - Values of the category (must be a single value if selection = 'single choice')
- 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.
- Fleet
Id string - unique Fleet identifier
- Id string
- unique FleetProperty identifier
- Property
Id string - Property Id Ocid.
- Selection
Type string - Text selection of the category
- 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.
- Value string
- Value of the Property
- Value
Type string - Format of the value
- Allowed
Values []string - Values of the category (must be a single value if selection = 'single choice')
- 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.
- Fleet
Id string - unique Fleet identifier
- Id string
- unique FleetProperty identifier
- Property
Id string - Property Id Ocid.
- Selection
Type string - Text selection of the category
- 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.
- Value string
- Value of the Property
- Value
Type string - Format of the value
- allowed
Values List<String> - Values of the category (must be a single value if selection = 'single choice')
- 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.
- fleet
Id String - unique Fleet identifier
- id String
- unique FleetProperty identifier
- property
Id String - Property Id Ocid.
- selection
Type String - Text selection of the category
- 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.
- value String
- Value of the Property
- value
Type String - Format of the value
- allowed
Values string[] - Values of the category (must be a single value if selection = 'single choice')
- 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.
- fleet
Id string - unique Fleet identifier
- id string
- unique FleetProperty identifier
- property
Id string - Property Id Ocid.
- selection
Type string - Text selection of the category
- 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.
- value string
- Value of the Property
- value
Type string - Format of the value
- allowed_
values Sequence[str] - Values of the category (must be a single value if selection = 'single choice')
- 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.
- fleet_
id str - unique Fleet identifier
- id str
- unique FleetProperty identifier
- property_
id str - Property Id Ocid.
- selection_
type str - Text selection of the category
- 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.
- value str
- Value of the Property
- value_
type str - Format of the value
- allowed
Values List<String> - Values of the category (must be a single value if selection = 'single choice')
- 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.
- fleet
Id String - unique Fleet identifier
- id String
- unique FleetProperty identifier
- property
Id String - Property Id Ocid.
- selection
Type String - Text selection of the category
- 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.
- value String
- Value of the Property
- value
Type 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.