Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Functions.getFusionEnvironments
Explore with Pulumi AI
This data source provides the list of Fusion Environments in Oracle Cloud Infrastructure Fusion Apps service.
Returns a list of FusionEnvironments.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFusionEnvironments = oci.Functions.getFusionEnvironments({
    compartmentId: compartmentId,
    displayName: fusionEnvironmentDisplayName,
    fusionEnvironmentFamilyId: testFusionEnvironmentFamily.id,
    state: fusionEnvironmentState,
});
import pulumi
import pulumi_oci as oci
test_fusion_environments = oci.Functions.get_fusion_environments(compartment_id=compartment_id,
    display_name=fusion_environment_display_name,
    fusion_environment_family_id=test_fusion_environment_family["id"],
    state=fusion_environment_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/functions"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := functions.GetFusionEnvironments(ctx, &functions.GetFusionEnvironmentsArgs{
			CompartmentId:             compartmentId,
			DisplayName:               pulumi.StringRef(fusionEnvironmentDisplayName),
			FusionEnvironmentFamilyId: pulumi.StringRef(testFusionEnvironmentFamily.Id),
			State:                     pulumi.StringRef(fusionEnvironmentState),
		}, 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 testFusionEnvironments = Oci.Functions.GetFusionEnvironments.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = fusionEnvironmentDisplayName,
        FusionEnvironmentFamilyId = testFusionEnvironmentFamily.Id,
        State = fusionEnvironmentState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Functions.FunctionsFunctions;
import com.pulumi.oci.Functions.inputs.GetFusionEnvironmentsArgs;
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 testFusionEnvironments = FunctionsFunctions.getFusionEnvironments(GetFusionEnvironmentsArgs.builder()
            .compartmentId(compartmentId)
            .displayName(fusionEnvironmentDisplayName)
            .fusionEnvironmentFamilyId(testFusionEnvironmentFamily.id())
            .state(fusionEnvironmentState)
            .build());
    }
}
variables:
  testFusionEnvironments:
    fn::invoke:
      function: oci:Functions:getFusionEnvironments
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${fusionEnvironmentDisplayName}
        fusionEnvironmentFamilyId: ${testFusionEnvironmentFamily.id}
        state: ${fusionEnvironmentState}
Using getFusionEnvironments
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 getFusionEnvironments(args: GetFusionEnvironmentsArgs, opts?: InvokeOptions): Promise<GetFusionEnvironmentsResult>
function getFusionEnvironmentsOutput(args: GetFusionEnvironmentsOutputArgs, opts?: InvokeOptions): Output<GetFusionEnvironmentsResult>def get_fusion_environments(compartment_id: Optional[str] = None,
                            display_name: Optional[str] = None,
                            filters: Optional[Sequence[GetFusionEnvironmentsFilter]] = None,
                            fusion_environment_family_id: Optional[str] = None,
                            state: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetFusionEnvironmentsResult
def get_fusion_environments_output(compartment_id: Optional[pulumi.Input[str]] = None,
                            display_name: Optional[pulumi.Input[str]] = None,
                            filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetFusionEnvironmentsFilterArgs]]]] = None,
                            fusion_environment_family_id: Optional[pulumi.Input[str]] = None,
                            state: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetFusionEnvironmentsResult]func GetFusionEnvironments(ctx *Context, args *GetFusionEnvironmentsArgs, opts ...InvokeOption) (*GetFusionEnvironmentsResult, error)
func GetFusionEnvironmentsOutput(ctx *Context, args *GetFusionEnvironmentsOutputArgs, opts ...InvokeOption) GetFusionEnvironmentsResultOutput> Note: This function is named GetFusionEnvironments in the Go SDK.
public static class GetFusionEnvironments 
{
    public static Task<GetFusionEnvironmentsResult> InvokeAsync(GetFusionEnvironmentsArgs args, InvokeOptions? opts = null)
    public static Output<GetFusionEnvironmentsResult> Invoke(GetFusionEnvironmentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFusionEnvironmentsResult> getFusionEnvironments(GetFusionEnvironmentsArgs args, InvokeOptions options)
public static Output<GetFusionEnvironmentsResult> getFusionEnvironments(GetFusionEnvironmentsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Functions/getFusionEnvironments:getFusionEnvironments
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The ID of the compartment in which to list resources.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Filters
List<GetFusion Environments Filter> 
- FusionEnvironment stringFamily Id 
- The ID of the fusion environment family in which to list resources.
- State string
- A filter that returns all resources that match the specified lifecycle state.
- CompartmentId string
- The ID of the compartment in which to list resources.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Filters
[]GetFusion Environments Filter 
- FusionEnvironment stringFamily Id 
- The ID of the fusion environment family in which to list resources.
- State string
- A filter that returns all resources that match the specified lifecycle state.
- compartmentId String
- The ID of the compartment in which to list resources.
- displayName String
- A filter to return only resources that match the entire display name given.
- filters
List<GetFusion Environments Filter> 
- fusionEnvironment StringFamily Id 
- The ID of the fusion environment family in which to list resources.
- state String
- A filter that returns all resources that match the specified lifecycle state.
- compartmentId string
- The ID of the compartment in which to list resources.
- displayName string
- A filter to return only resources that match the entire display name given.
- filters
GetFusion Environments Filter[] 
- fusionEnvironment stringFamily Id 
- The ID of the fusion environment family in which to list resources.
- state string
- A filter that returns all resources that match the specified lifecycle state.
- 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[GetFusion Environments Filter] 
- fusion_environment_ strfamily_ id 
- The ID of the fusion environment family in which to list resources.
- state str
- A filter that returns all resources that match the specified lifecycle state.
- compartmentId String
- The ID of the compartment in which to list resources.
- displayName String
- A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- fusionEnvironment StringFamily Id 
- The ID of the fusion environment family in which to list resources.
- state String
- A filter that returns all resources that match the specified lifecycle state.
getFusionEnvironments Result
The following output properties are available:
- CompartmentId string
- Compartment Identifier
- FusionEnvironment List<GetCollections Fusion Environments Fusion Environment Collection> 
- The list of fusion_environment_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- FusionEnvironment Identifier, can be renamed
- Filters
List<GetFusion Environments Filter> 
- FusionEnvironment stringFamily Id 
- FusionEnvironmentFamily Identifier
- State string
- The current state of the ServiceInstance.
- CompartmentId string
- Compartment Identifier
- FusionEnvironment []GetCollections Fusion Environments Fusion Environment Collection 
- The list of fusion_environment_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- FusionEnvironment Identifier, can be renamed
- Filters
[]GetFusion Environments Filter 
- FusionEnvironment stringFamily Id 
- FusionEnvironmentFamily Identifier
- State string
- The current state of the ServiceInstance.
- compartmentId String
- Compartment Identifier
- fusionEnvironment List<GetCollections Fusion Environments Fusion Environment Collection> 
- The list of fusion_environment_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- FusionEnvironment Identifier, can be renamed
- filters
List<GetFusion Environments Filter> 
- fusionEnvironment StringFamily Id 
- FusionEnvironmentFamily Identifier
- state String
- The current state of the ServiceInstance.
- compartmentId string
- Compartment Identifier
- fusionEnvironment GetCollections Fusion Environments Fusion Environment Collection[] 
- The list of fusion_environment_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- displayName string
- FusionEnvironment Identifier, can be renamed
- filters
GetFusion Environments Filter[] 
- fusionEnvironment stringFamily Id 
- FusionEnvironmentFamily Identifier
- state string
- The current state of the ServiceInstance.
- compartment_id str
- Compartment Identifier
- fusion_environment_ Sequence[Getcollections Fusion Environments Fusion Environment Collection] 
- The list of fusion_environment_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- display_name str
- FusionEnvironment Identifier, can be renamed
- filters
Sequence[GetFusion Environments Filter] 
- fusion_environment_ strfamily_ id 
- FusionEnvironmentFamily Identifier
- state str
- The current state of the ServiceInstance.
- compartmentId String
- Compartment Identifier
- fusionEnvironment List<Property Map>Collections 
- The list of fusion_environment_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- FusionEnvironment Identifier, can be renamed
- filters List<Property Map>
- fusionEnvironment StringFamily Id 
- FusionEnvironmentFamily Identifier
- state String
- The current state of the ServiceInstance.
Supporting Types
GetFusionEnvironmentsFilter   
GetFusionEnvironmentsFusionEnvironmentCollection     
GetFusionEnvironmentsFusionEnvironmentCollectionItem      
- AdditionalLanguage List<string>Packs 
- Language packs
- AppliedPatch List<string>Bundles 
- Patch bundle names
- CompartmentId string
- The ID of the compartment in which to list resources.
- CreateFusion List<GetEnvironment Admin User Details Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail> 
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only resources that match the entire display name given.
- DnsPrefix string
- DNS prefix
- DomainId string
- The IDCS domain created for the fusion instance
- 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"}
- FusionEnvironment stringFamily Id 
- The ID of the fusion environment family in which to list resources.
- FusionEnvironment stringType 
- Type of the FusionEnvironment.
- Id string
- Unique identifier that is immutable on creation
- IdcsDomain stringUrl 
- The IDCS Domain URL
- IsBreak boolGlass Enabled 
- If it's true, then the Break Glass feature is enabled
- KmsKey stringId 
- BYOK key id
- KmsKey List<GetInfos Fusion Environments Fusion Environment Collection Item Kms Key Info> 
- BYOK key info
- LifecycleDetails 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.
- LockboxId string
- The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- MaintenancePolicies List<GetFusion Environments Fusion Environment Collection Item Maintenance Policy> 
- The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.
- PublicUrl string
- Public URL
- Refreshes
List<GetFusion Environments Fusion Environment Collection Item Refresh> 
- Describes a refresh of a fusion environment
- Rules
List<GetFusion Environments Fusion Environment Collection Item Rule> 
- Network Access Control Rules
- State string
- A filter that returns all resources that match the specified lifecycle state.
- SubscriptionIds List<string>
- List of subscription IDs.
- SystemName string
- Environment Specific Guid/ System Name
- TimeCreated string
- The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- TimeUpcoming stringMaintenance 
- The next maintenance for this environment
- TimeUpdated string
- The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- Version string
- Version of Fusion Apps used by this environment
- AdditionalLanguage []stringPacks 
- Language packs
- AppliedPatch []stringBundles 
- Patch bundle names
- CompartmentId string
- The ID of the compartment in which to list resources.
- CreateFusion []GetEnvironment Admin User Details Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail 
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only resources that match the entire display name given.
- DnsPrefix string
- DNS prefix
- DomainId string
- The IDCS domain created for the fusion instance
- 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"}
- FusionEnvironment stringFamily Id 
- The ID of the fusion environment family in which to list resources.
- FusionEnvironment stringType 
- Type of the FusionEnvironment.
- Id string
- Unique identifier that is immutable on creation
- IdcsDomain stringUrl 
- The IDCS Domain URL
- IsBreak boolGlass Enabled 
- If it's true, then the Break Glass feature is enabled
- KmsKey stringId 
- BYOK key id
- KmsKey []GetInfos Fusion Environments Fusion Environment Collection Item Kms Key Info 
- BYOK key info
- LifecycleDetails 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.
- LockboxId string
- The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- MaintenancePolicies []GetFusion Environments Fusion Environment Collection Item Maintenance Policy 
- The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.
- PublicUrl string
- Public URL
- Refreshes
[]GetFusion Environments Fusion Environment Collection Item Refresh 
- Describes a refresh of a fusion environment
- Rules
[]GetFusion Environments Fusion Environment Collection Item Rule 
- Network Access Control Rules
- State string
- A filter that returns all resources that match the specified lifecycle state.
- SubscriptionIds []string
- List of subscription IDs.
- SystemName string
- Environment Specific Guid/ System Name
- TimeCreated string
- The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- TimeUpcoming stringMaintenance 
- The next maintenance for this environment
- TimeUpdated string
- The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- Version string
- Version of Fusion Apps used by this environment
- additionalLanguage List<String>Packs 
- Language packs
- appliedPatch List<String>Bundles 
- Patch bundle names
- compartmentId String
- The ID of the compartment in which to list resources.
- createFusion List<GetEnvironment Admin User Details Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail> 
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only resources that match the entire display name given.
- dnsPrefix String
- DNS prefix
- domainId String
- The IDCS domain created for the fusion instance
- 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"}
- fusionEnvironment StringFamily Id 
- The ID of the fusion environment family in which to list resources.
- fusionEnvironment StringType 
- Type of the FusionEnvironment.
- id String
- Unique identifier that is immutable on creation
- idcsDomain StringUrl 
- The IDCS Domain URL
- isBreak BooleanGlass Enabled 
- If it's true, then the Break Glass feature is enabled
- kmsKey StringId 
- BYOK key id
- kmsKey List<GetInfos Fusion Environments Fusion Environment Collection Item Kms Key Info> 
- BYOK key info
- lifecycleDetails 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.
- lockboxId String
- The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenancePolicies List<GetFusion Environments Fusion Environment Collection Item Maintenance Policy> 
- The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.
- publicUrl String
- Public URL
- refreshes
List<GetFusion Environments Fusion Environment Collection Item Refresh> 
- Describes a refresh of a fusion environment
- rules
List<GetFusion Environments Fusion Environment Collection Item Rule> 
- Network Access Control Rules
- state String
- A filter that returns all resources that match the specified lifecycle state.
- subscriptionIds List<String>
- List of subscription IDs.
- systemName String
- Environment Specific Guid/ System Name
- timeCreated String
- The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- timeUpcoming StringMaintenance 
- The next maintenance for this environment
- timeUpdated String
- The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- version String
- Version of Fusion Apps used by this environment
- additionalLanguage string[]Packs 
- Language packs
- appliedPatch string[]Bundles 
- Patch bundle names
- compartmentId string
- The ID of the compartment in which to list resources.
- createFusion GetEnvironment Admin User Details Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail[] 
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName string
- A filter to return only resources that match the entire display name given.
- dnsPrefix string
- DNS prefix
- domainId string
- The IDCS domain created for the fusion instance
- {[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"}
- fusionEnvironment stringFamily Id 
- The ID of the fusion environment family in which to list resources.
- fusionEnvironment stringType 
- Type of the FusionEnvironment.
- id string
- Unique identifier that is immutable on creation
- idcsDomain stringUrl 
- The IDCS Domain URL
- isBreak booleanGlass Enabled 
- If it's true, then the Break Glass feature is enabled
- kmsKey stringId 
- BYOK key id
- kmsKey GetInfos Fusion Environments Fusion Environment Collection Item Kms Key Info[] 
- BYOK key info
- lifecycleDetails 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.
- lockboxId string
- The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenancePolicies GetFusion Environments Fusion Environment Collection Item Maintenance Policy[] 
- The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.
- publicUrl string
- Public URL
- refreshes
GetFusion Environments Fusion Environment Collection Item Refresh[] 
- Describes a refresh of a fusion environment
- rules
GetFusion Environments Fusion Environment Collection Item Rule[] 
- Network Access Control Rules
- state string
- A filter that returns all resources that match the specified lifecycle state.
- subscriptionIds string[]
- List of subscription IDs.
- systemName string
- Environment Specific Guid/ System Name
- timeCreated string
- The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- timeUpcoming stringMaintenance 
- The next maintenance for this environment
- timeUpdated string
- The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- version string
- Version of Fusion Apps used by this environment
- additional_language_ Sequence[str]packs 
- Language packs
- applied_patch_ Sequence[str]bundles 
- Patch bundle names
- compartment_id str
- The ID of the compartment in which to list resources.
- create_fusion_ Sequence[Getenvironment_ admin_ user_ details Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail] 
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- display_name str
- A filter to return only resources that match the entire display name given.
- dns_prefix str
- DNS prefix
- domain_id str
- The IDCS domain created for the fusion instance
- 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"}
- fusion_environment_ strfamily_ id 
- The ID of the fusion environment family in which to list resources.
- fusion_environment_ strtype 
- Type of the FusionEnvironment.
- id str
- Unique identifier that is immutable on creation
- idcs_domain_ strurl 
- The IDCS Domain URL
- is_break_ boolglass_ enabled 
- If it's true, then the Break Glass feature is enabled
- kms_key_ strid 
- BYOK key id
- kms_key_ Sequence[Getinfos Fusion Environments Fusion Environment Collection Item Kms Key Info] 
- BYOK key info
- 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.
- lockbox_id str
- The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenance_policies Sequence[GetFusion Environments Fusion Environment Collection Item Maintenance Policy] 
- The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.
- public_url str
- Public URL
- refreshes
Sequence[GetFusion Environments Fusion Environment Collection Item Refresh] 
- Describes a refresh of a fusion environment
- rules
Sequence[GetFusion Environments Fusion Environment Collection Item Rule] 
- Network Access Control Rules
- state str
- A filter that returns all resources that match the specified lifecycle state.
- subscription_ids Sequence[str]
- List of subscription IDs.
- system_name str
- Environment Specific Guid/ System Name
- time_created str
- The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- time_upcoming_ strmaintenance 
- The next maintenance for this environment
- time_updated str
- The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- version str
- Version of Fusion Apps used by this environment
- additionalLanguage List<String>Packs 
- Language packs
- appliedPatch List<String>Bundles 
- Patch bundle names
- compartmentId String
- The ID of the compartment in which to list resources.
- createFusion List<Property Map>Environment Admin User Details 
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only resources that match the entire display name given.
- dnsPrefix String
- DNS prefix
- domainId String
- The IDCS domain created for the fusion instance
- 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"}
- fusionEnvironment StringFamily Id 
- The ID of the fusion environment family in which to list resources.
- fusionEnvironment StringType 
- Type of the FusionEnvironment.
- id String
- Unique identifier that is immutable on creation
- idcsDomain StringUrl 
- The IDCS Domain URL
- isBreak BooleanGlass Enabled 
- If it's true, then the Break Glass feature is enabled
- kmsKey StringId 
- BYOK key id
- kmsKey List<Property Map>Infos 
- BYOK key info
- lifecycleDetails 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.
- lockboxId String
- The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenancePolicies List<Property Map>
- The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see Understanding Environment Maintenance.
- publicUrl String
- Public URL
- refreshes List<Property Map>
- Describes a refresh of a fusion environment
- rules List<Property Map>
- Network Access Control Rules
- state String
- A filter that returns all resources that match the specified lifecycle state.
- subscriptionIds List<String>
- List of subscription IDs.
- systemName String
- Environment Specific Guid/ System Name
- timeCreated String
- The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- timeUpcoming StringMaintenance 
- The next maintenance for this environment
- timeUpdated String
- The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- version String
- Version of Fusion Apps used by this environment
GetFusionEnvironmentsFusionEnvironmentCollectionItemCreateFusionEnvironmentAdminUserDetail            
- EmailAddress string
- FirstName string
- LastName string
- Password string
- Username string
- EmailAddress string
- FirstName string
- LastName string
- Password string
- Username string
- emailAddress String
- firstName String
- lastName String
- password String
- username String
- emailAddress string
- firstName string
- lastName string
- password string
- username string
- email_address str
- first_name str
- last_name str
- password str
- username str
- emailAddress String
- firstName String
- lastName String
- password String
- username String
GetFusionEnvironmentsFusionEnvironmentCollectionItemKmsKeyInfo         
- ActiveKey stringId 
- ActiveKey stringVersion 
- CurrentKey stringLifecycle State 
- ScheduledKey stringId 
- ScheduledKey stringStatus 
- ScheduledKey stringVersion 
- ScheduledLifecycle stringState 
- ActiveKey stringId 
- ActiveKey stringVersion 
- CurrentKey stringLifecycle State 
- ScheduledKey stringId 
- ScheduledKey stringStatus 
- ScheduledKey stringVersion 
- ScheduledLifecycle stringState 
- activeKey StringId 
- activeKey StringVersion 
- currentKey StringLifecycle State 
- scheduledKey StringId 
- scheduledKey StringStatus 
- scheduledKey StringVersion 
- scheduledLifecycle StringState 
- activeKey stringId 
- activeKey stringVersion 
- currentKey stringLifecycle State 
- scheduledKey stringId 
- scheduledKey stringStatus 
- scheduledKey stringVersion 
- scheduledLifecycle stringState 
- activeKey StringId 
- activeKey StringVersion 
- currentKey StringLifecycle State 
- scheduledKey StringId 
- scheduledKey StringStatus 
- scheduledKey StringVersion 
- scheduledLifecycle StringState 
GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicy        
- EnvironmentMaintenance stringOverride 
- User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- MonthlyPatching stringOverride 
- Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.
- QuarterlyUpgrade List<GetBegin Times Fusion Environments Fusion Environment Collection Item Maintenance Policy Quarterly Upgrade Begin Time> 
- Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
- EnvironmentMaintenance stringOverride 
- User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- MonthlyPatching stringOverride 
- Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.
- QuarterlyUpgrade []GetBegin Times Fusion Environments Fusion Environment Collection Item Maintenance Policy Quarterly Upgrade Begin Time 
- Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
- environmentMaintenance StringOverride 
- User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthlyPatching StringOverride 
- Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.
- quarterlyUpgrade List<GetBegin Times Fusion Environments Fusion Environment Collection Item Maintenance Policy Quarterly Upgrade Begin Time> 
- Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
- environmentMaintenance stringOverride 
- User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthlyPatching stringOverride 
- Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.
- quarterlyUpgrade GetBegin Times Fusion Environments Fusion Environment Collection Item Maintenance Policy Quarterly Upgrade Begin Time[] 
- Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
- environment_maintenance_ stroverride 
- User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthly_patching_ stroverride 
- Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.
- quarterly_upgrade_ Sequence[Getbegin_ times Fusion Environments Fusion Environment Collection Item Maintenance Policy Quarterly Upgrade Begin Time] 
- Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
- environmentMaintenance StringOverride 
- User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthlyPatching StringOverride 
- Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family.
- quarterlyUpgrade List<Property Map>Begin Times 
- Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicyQuarterlyUpgradeBeginTime            
- BeginTimes stringValue 
- The frequency and month when maintenance occurs for the Fusion environment.
- OverrideType string
- Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- BeginTimes stringValue 
- The frequency and month when maintenance occurs for the Fusion environment.
- OverrideType string
- Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- beginTimes StringValue 
- The frequency and month when maintenance occurs for the Fusion environment.
- overrideType String
- Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- beginTimes stringValue 
- The frequency and month when maintenance occurs for the Fusion environment.
- overrideType string
- Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- begin_times_ strvalue 
- The frequency and month when maintenance occurs for the Fusion environment.
- override_type str
- Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- beginTimes StringValue 
- The frequency and month when maintenance occurs for the Fusion environment.
- overrideType String
- Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
GetFusionEnvironmentsFusionEnvironmentCollectionItemRefresh       
- SourceFusion stringEnvironment Id 
- The source environment id for the last refresh
- TimeFinished string
- The time of when the last refresh finish
- TimeOf stringRestoration Point 
- The point of time of the latest DB backup for the last refresh
- SourceFusion stringEnvironment Id 
- The source environment id for the last refresh
- TimeFinished string
- The time of when the last refresh finish
- TimeOf stringRestoration Point 
- The point of time of the latest DB backup for the last refresh
- sourceFusion StringEnvironment Id 
- The source environment id for the last refresh
- timeFinished String
- The time of when the last refresh finish
- timeOf StringRestoration Point 
- The point of time of the latest DB backup for the last refresh
- sourceFusion stringEnvironment Id 
- The source environment id for the last refresh
- timeFinished string
- The time of when the last refresh finish
- timeOf stringRestoration Point 
- The point of time of the latest DB backup for the last refresh
- source_fusion_ strenvironment_ id 
- The source environment id for the last refresh
- time_finished str
- The time of when the last refresh finish
- time_of_ strrestoration_ point 
- The point of time of the latest DB backup for the last refresh
- sourceFusion StringEnvironment Id 
- The source environment id for the last refresh
- timeFinished String
- The time of when the last refresh finish
- timeOf StringRestoration Point 
- The point of time of the latest DB backup for the last refresh
GetFusionEnvironmentsFusionEnvironmentCollectionItemRule       
- Action string
- Rule type
- Conditions
List<GetFusion Environments Fusion Environment Collection Item Rule Condition> 
- Description string
- A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.
- Action string
- Rule type
- Conditions
[]GetFusion Environments Fusion Environment Collection Item Rule Condition 
- Description string
- A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.
- action String
- Rule type
- conditions
List<GetFusion Environments Fusion Environment Collection Item Rule Condition> 
- description String
- A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.
- action string
- Rule type
- conditions
GetFusion Environments Fusion Environment Collection Item Rule Condition[] 
- description string
- A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.
- action str
- Rule type
- conditions
Sequence[GetFusion Environments Fusion Environment Collection Item Rule Condition] 
- description str
- A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.
- action String
- Rule type
- conditions List<Property Map>
- description String
- A brief description of the access control rule. Avoid entering confidential information. example: 192.168.0.0/16 and 2001:db8::/32 are trusted clients. Whitelist them.
GetFusionEnvironmentsFusionEnvironmentCollectionItemRuleCondition        
- AttributeName string
- RuleCondition type
- AttributeValue string
- The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without aSourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.
- AttributeName string
- RuleCondition type
- AttributeValue string
- The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without aSourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.
- attributeName String
- RuleCondition type
- attributeValue String
- The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without aSourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.
- attributeName string
- RuleCondition type
- attributeValue string
- The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without aSourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.
- attribute_name str
- RuleCondition type
- attribute_value str
- The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without aSourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.
- attributeName String
- RuleCondition type
- attributeValue String
- The OCID of the originating VCN that an incoming packet must match. You can use this condition in conjunction with SourceVcnIpAddressCondition. NOTE: If you define this condition for a rule without aSourceVcnIpAddressCondition, this condition matches all incoming traffic in the specified VCN.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.