Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.FleetAppsManagement.getProvisions
Start a Neo task
Explain and create an oci.FleetAppsManagement.getProvisions resource
This data source provides the list of Provisions in Oracle Cloud Infrastructure Fleet Apps Management service.
Returns a list of all the Provisions in the specified compartment.
The query parameter compartmentId is required unless the query parameter id or fleetId is specified.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testProvisions = oci.FleetAppsManagement.getProvisions({
compartmentId: compartmentId,
displayName: provisionDisplayName,
fleetId: testFleet.id,
id: provisionId,
state: provisionState,
});
import pulumi
import pulumi_oci as oci
test_provisions = oci.FleetAppsManagement.get_provisions(compartment_id=compartment_id,
display_name=provision_display_name,
fleet_id=test_fleet["id"],
id=provision_id,
state=provision_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/fleetappsmanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fleetappsmanagement.GetProvisions(ctx, &fleetappsmanagement.GetProvisionsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(provisionDisplayName),
FleetId: pulumi.StringRef(testFleet.Id),
Id: pulumi.StringRef(provisionId),
State: pulumi.StringRef(provisionState),
}, 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 testProvisions = Oci.FleetAppsManagement.GetProvisions.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = provisionDisplayName,
FleetId = testFleet.Id,
Id = provisionId,
State = provisionState,
});
});
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.GetProvisionsArgs;
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 testProvisions = FleetAppsManagementFunctions.getProvisions(GetProvisionsArgs.builder()
.compartmentId(compartmentId)
.displayName(provisionDisplayName)
.fleetId(testFleet.id())
.id(provisionId)
.state(provisionState)
.build());
}
}
variables:
testProvisions:
fn::invoke:
function: oci:FleetAppsManagement:getProvisions
arguments:
compartmentId: ${compartmentId}
displayName: ${provisionDisplayName}
fleetId: ${testFleet.id}
id: ${provisionId}
state: ${provisionState}
Using getProvisions
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 getProvisions(args: GetProvisionsArgs, opts?: InvokeOptions): Promise<GetProvisionsResult>
function getProvisionsOutput(args: GetProvisionsOutputArgs, opts?: InvokeOptions): Output<GetProvisionsResult>def get_provisions(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetProvisionsFilter]] = None,
fleet_id: Optional[str] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProvisionsResult
def get_provisions_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetProvisionsFilterArgs]]]] = 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[GetProvisionsResult]func GetProvisions(ctx *Context, args *GetProvisionsArgs, opts ...InvokeOption) (*GetProvisionsResult, error)
func GetProvisionsOutput(ctx *Context, args *GetProvisionsOutputArgs, opts ...InvokeOption) GetProvisionsResultOutput> Note: This function is named GetProvisions in the Go SDK.
public static class GetProvisions
{
public static Task<GetProvisionsResult> InvokeAsync(GetProvisionsArgs args, InvokeOptions? opts = null)
public static Output<GetProvisionsResult> Invoke(GetProvisionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProvisionsResult> getProvisions(GetProvisionsArgs args, InvokeOptions options)
public static Output<GetProvisionsResult> getProvisions(GetProvisionsArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetAppsManagement/getProvisions:getProvisions
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Provisions Filter> - Fleet
Id string - unique Fleet identifier
- Id string
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Provisions Filter - Fleet
Id string - unique Fleet identifier
- Id string
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Provisions Filter> - fleet
Id String - unique Fleet identifier
- id String
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Provisions Filter[] - fleet
Id string - unique Fleet identifier
- id string
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_
id str - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[Get
Provisions Filter] - fleet_
id str - unique Fleet identifier
- id str
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- fleet
Id String - unique Fleet identifier
- id String
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
getProvisions Result
The following output properties are available:
- Provision
Collections List<GetProvisions Provision Collection> - The list of provision_collection.
- Compartment
Id string - The OCID of the compartment in which instance is deployed.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Filters
List<Get
Provisions Filter> - Fleet
Id string - The OCID of the Fleet.
- Id string
- The OCID of the FamProvision.
- State string
- The current state of the FamProvision.
- Provision
Collections []GetProvisions Provision Collection - The list of provision_collection.
- Compartment
Id string - The OCID of the compartment in which instance is deployed.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Filters
[]Get
Provisions Filter - Fleet
Id string - The OCID of the Fleet.
- Id string
- The OCID of the FamProvision.
- State string
- The current state of the FamProvision.
- provision
Collections List<GetProvisions Provision Collection> - The list of provision_collection.
- compartment
Id String - The OCID of the compartment in which instance is deployed.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- filters
List<Get
Provisions Filter> - fleet
Id String - The OCID of the Fleet.
- id String
- The OCID of the FamProvision.
- state String
- The current state of the FamProvision.
- provision
Collections GetProvisions Provision Collection[] - The list of provision_collection.
- compartment
Id string - The OCID of the compartment in which instance is deployed.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- filters
Get
Provisions Filter[] - fleet
Id string - The OCID of the Fleet.
- id string
- The OCID of the FamProvision.
- state string
- The current state of the FamProvision.
- provision_
collections Sequence[GetProvisions Provision Collection] - The list of provision_collection.
- compartment_
id str - The OCID of the compartment in which instance is deployed.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable.
- filters
Sequence[Get
Provisions Filter] - fleet_
id str - The OCID of the Fleet.
- id str
- The OCID of the FamProvision.
- state str
- The current state of the FamProvision.
- provision
Collections List<Property Map> - The list of provision_collection.
- compartment
Id String - The OCID of the compartment in which instance is deployed.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- filters List<Property Map>
- fleet
Id String - The OCID of the Fleet.
- id String
- The OCID of the FamProvision.
- state String
- The current state of the FamProvision.
Supporting Types
GetProvisionsFilter
GetProvisionsProvisionCollection
GetProvisionsProvisionCollectionItem
- Compartment
Id string - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- Config
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- Config
Catalog stringItem Id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- Config
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- Config
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Deployed
Resources List<GetProvisions Provision Collection Item Deployed Resource> - The deployed resources and their summary
- Display
Name string - A filter to return only resources that match the entire display name given.
- Fleet
Id string - unique Fleet identifier
- 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
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- Lifecycle
Details string - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Package
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- Package
Catalog stringItem Id - The OCID of the Catalog Item.
- Package
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- Package
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- Provision
Description string - A description of the provision.
- Rms
Apply stringJob Id - The OCID of the RMS APPLY Job.
- Stack
Id string - The OCID of the RMS Stack.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Tf
Outputs List<GetProvisions Provision Collection Item Tf Output> - Outputs from the pulumi up job
- Tf
Variable stringCompartment Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringCurrent User Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringRegion Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringTenancy Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Time
Created string - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Compartment
Id string - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- Config
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- Config
Catalog stringItem Id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- Config
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- Config
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Deployed
Resources []GetProvisions Provision Collection Item Deployed Resource - The deployed resources and their summary
- Display
Name string - A filter to return only resources that match the entire display name given.
- Fleet
Id string - unique Fleet identifier
- 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
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- Lifecycle
Details string - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Package
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- Package
Catalog stringItem Id - The OCID of the Catalog Item.
- Package
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- Package
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- Provision
Description string - A description of the provision.
- Rms
Apply stringJob Id - The OCID of the RMS APPLY Job.
- Stack
Id string - The OCID of the RMS Stack.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Tf
Outputs []GetProvisions Provision Collection Item Tf Output - Outputs from the pulumi up job
- Tf
Variable stringCompartment Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringCurrent User Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringRegion Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringTenancy Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Time
Created string - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- config
Catalog StringItem Display Name - A display Name of the Catalog Item in the Catalog.
- config
Catalog StringItem Id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- config
Catalog StringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- config
Catalog StringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - deployed
Resources List<GetProvisions Provision Collection Item Deployed Resource> - The deployed resources and their summary
- display
Name String - A filter to return only resources that match the entire display name given.
- fleet
Id String - unique Fleet identifier
- 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
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- lifecycle
Details String - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- package
Catalog StringItem Display Name - A display Name of the Catalog Item in the Catalog.
- package
Catalog StringItem Id - The OCID of the Catalog Item.
- package
Catalog StringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- package
Catalog StringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- provision
Description String - A description of the provision.
- rms
Apply StringJob Id - The OCID of the RMS APPLY Job.
- stack
Id String - The OCID of the RMS Stack.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tf
Outputs List<GetProvisions Provision Collection Item Tf Output> - Outputs from the pulumi up job
- tf
Variable StringCompartment Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringCurrent User Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringRegion Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringTenancy Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- time
Created String - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id string - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- config
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- config
Catalog stringItem Id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- config
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- config
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - deployed
Resources GetProvisions Provision Collection Item Deployed Resource[] - The deployed resources and their summary
- display
Name string - A filter to return only resources that match the entire display name given.
- fleet
Id string - unique Fleet identifier
- {[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
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- lifecycle
Details string - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- package
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- package
Catalog stringItem Id - The OCID of the Catalog Item.
- package
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- package
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- provision
Description string - A description of the provision.
- rms
Apply stringJob Id - The OCID of the RMS APPLY Job.
- stack
Id string - The OCID of the RMS Stack.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tf
Outputs GetProvisions Provision Collection Item Tf Output[] - Outputs from the pulumi up job
- tf
Variable stringCompartment Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable stringCurrent User Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable stringRegion Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable stringTenancy Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- time
Created string - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id str - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- config_
catalog_ stritem_ display_ name - A display Name of the Catalog Item in the Catalog.
- config_
catalog_ stritem_ id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- config_
catalog_ stritem_ listing_ id - A listing ID of the Catalog Item in the Catalog.
- config_
catalog_ stritem_ listing_ version - A listing version of the Catalog Item in the Catalog.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - deployed_
resources Sequence[GetProvisions Provision Collection Item Deployed Resource] - The deployed resources and their summary
- display_
name str - A filter to return only resources that match the entire display name given.
- fleet_
id str - unique Fleet identifier
- 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
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- lifecycle_
details str - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- package_
catalog_ stritem_ display_ name - A display Name of the Catalog Item in the Catalog.
- package_
catalog_ stritem_ id - The OCID of the Catalog Item.
- package_
catalog_ stritem_ listing_ id - A listing ID of the Catalog Item in the Catalog.
- package_
catalog_ stritem_ listing_ version - A listing version of the Catalog Item in the Catalog.
- provision_
description str - A description of the provision.
- rms_
apply_ strjob_ id - The OCID of the RMS APPLY Job.
- stack_
id str - The OCID of the RMS Stack.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tf_
outputs Sequence[GetProvisions Provision Collection Item Tf Output] - Outputs from the pulumi up job
- tf_
variable_ strcompartment_ id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf_
variable_ strcurrent_ user_ id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf_
variable_ strregion_ id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf_
variable_ strtenancy_ id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- time_
created str - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- config
Catalog StringItem Display Name - A display Name of the Catalog Item in the Catalog.
- config
Catalog StringItem Id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- config
Catalog StringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- config
Catalog StringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - deployed
Resources List<Property Map> - The deployed resources and their summary
- display
Name String - A filter to return only resources that match the entire display name given.
- fleet
Id String - unique Fleet identifier
- 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
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- lifecycle
Details String - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- package
Catalog StringItem Display Name - A display Name of the Catalog Item in the Catalog.
- package
Catalog StringItem Id - The OCID of the Catalog Item.
- package
Catalog StringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- package
Catalog StringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- provision
Description String - A description of the provision.
- rms
Apply StringJob Id - The OCID of the RMS APPLY Job.
- stack
Id String - The OCID of the RMS Stack.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tf
Outputs List<Property Map> - Outputs from the pulumi up job
- tf
Variable StringCompartment Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringCurrent User Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringRegion Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringTenancy Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- time
Created String - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
GetProvisionsProvisionCollectionItemDeployedResource
- Mode string
- The mode of the resource. Example: "managed"
- Resource
Instance List<GetLists Provisions Provision Collection Item Deployed Resource Resource Instance List> - Collection of InstanceSummary
- Resource
Name string - The name of the resource
- Resource
Provider string - The name of the Provider
- Resource
Type string - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
- Mode string
- The mode of the resource. Example: "managed"
- Resource
Instance []GetLists Provisions Provision Collection Item Deployed Resource Resource Instance List - Collection of InstanceSummary
- Resource
Name string - The name of the resource
- Resource
Provider string - The name of the Provider
- Resource
Type string - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
- mode String
- The mode of the resource. Example: "managed"
- resource
Instance List<GetLists Provisions Provision Collection Item Deployed Resource Resource Instance List> - Collection of InstanceSummary
- resource
Name String - The name of the resource
- resource
Provider String - The name of the Provider
- resource
Type String - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
- mode string
- The mode of the resource. Example: "managed"
- resource
Instance GetLists Provisions Provision Collection Item Deployed Resource Resource Instance List[] - Collection of InstanceSummary
- resource
Name string - The name of the resource
- resource
Provider string - The name of the Provider
- resource
Type string - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
- mode str
- The mode of the resource. Example: "managed"
- resource_
instance_ Sequence[Getlists Provisions Provision Collection Item Deployed Resource Resource Instance List] - Collection of InstanceSummary
- resource_
name str - The name of the resource
- resource_
provider str - The name of the Provider
- resource_
type str - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
- mode String
- The mode of the resource. Example: "managed"
- resource
Instance List<Property Map>Lists - Collection of InstanceSummary
- resource
Name String - The name of the resource
- resource
Provider String - The name of the Provider
- resource
Type String - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
GetProvisionsProvisionCollectionItemDeployedResourceResourceInstanceList
- Compartment
Id string - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- Id string
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- Id string
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- id String
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- id string
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_
id str - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- id str
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
- id String
- Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
GetProvisionsProvisionCollectionItemTfOutput
- Is
Sensitive bool - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- Output
Description string - The output description
- Output
Name string - The output name
- Output
Type string - The output type
- Output
Value string - The output value
- Is
Sensitive bool - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- Output
Description string - The output description
- Output
Name string - The output name
- Output
Type string - The output type
- Output
Value string - The output value
- is
Sensitive Boolean - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- output
Description String - The output description
- output
Name String - The output name
- output
Type String - The output type
- output
Value String - The output value
- is
Sensitive boolean - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- output
Description string - The output description
- output
Name string - The output name
- output
Type string - The output type
- output
Value string - The output value
- is_
sensitive bool - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- output_
description str - The output description
- output_
name str - The output name
- output_
type str - The output type
- output_
value str - The output value
- is
Sensitive Boolean - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- output
Description String - The output description
- output
Name String - The output name
- output
Type String - The output type
- output
Value String - The output value
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
