Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 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[_functions.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[_functions.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 dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Fusion Environments Filter> - Fusion
Environment 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 This property is required. string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Fusion Environments Filter - Fusion
Environment 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 This property is required. String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Fusion Environments Filter> - fusion
Environment 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 This property is required. string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Fusion Environments Filter[] - fusion
Environment 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 This property is required. str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Get Fusion 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.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
- fusion
Environment 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:
- Compartment
Id string - Compartment Identifier
- Fusion
Environment List<GetCollections Fusion Environments Fusion Environment Collection> - The list of fusion_environment_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - FusionEnvironment Identifier, can be renamed
- Filters
List<Get
Fusion Environments Filter> - Fusion
Environment stringFamily Id - FusionEnvironmentFamily Identifier
- State string
- The current state of the ServiceInstance.
- Compartment
Id string - Compartment Identifier
- Fusion
Environment []GetCollections Fusion Environments Fusion Environment Collection - The list of fusion_environment_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - FusionEnvironment Identifier, can be renamed
- Filters
[]Get
Fusion Environments Filter - Fusion
Environment stringFamily Id - FusionEnvironmentFamily Identifier
- State string
- The current state of the ServiceInstance.
- compartment
Id String - Compartment Identifier
- fusion
Environment List<GetCollections Fusion Environments Fusion Environment Collection> - The list of fusion_environment_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - FusionEnvironment Identifier, can be renamed
- filters
List<Get
Fusion Environments Filter> - fusion
Environment StringFamily Id - FusionEnvironmentFamily Identifier
- state String
- The current state of the ServiceInstance.
- compartment
Id string - Compartment Identifier
- fusion
Environment GetCollections Fusion Environments Fusion Environment Collection[] - The list of fusion_environment_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - FusionEnvironment Identifier, can be renamed
- filters
Get
Fusion Environments Filter[] - fusion
Environment stringFamily Id - FusionEnvironmentFamily Identifier
- state string
- The current state of the ServiceInstance.
- compartment_
id str - Compartment Identifier
- fusion_
environment_ Sequence[functions.collections Get 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[functions.
Get Fusion Environments Filter] - fusion_
environment_ strfamily_ id - FusionEnvironmentFamily Identifier
- state str
- The current state of the ServiceInstance.
- compartment
Id String - Compartment Identifier
- fusion
Environment List<Property Map>Collections - The list of fusion_environment_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - FusionEnvironment Identifier, can be renamed
- filters List<Property Map>
- fusion
Environment StringFamily Id - FusionEnvironmentFamily Identifier
- state String
- The current state of the ServiceInstance.
Supporting Types
GetFusionEnvironmentsFilter
GetFusionEnvironmentsFusionEnvironmentCollection
- Items
This property is required. List<GetFusion Environments Fusion Environment Collection Item>
- Items
This property is required. []GetFusion Environments Fusion Environment Collection Item
- items
This property is required. List<GetFusion Environments Fusion Environment Collection Item>
- items
This property is required. GetFusion Environments Fusion Environment Collection Item[]
- items
This property is required. Sequence[functions.Get Fusion Environments Fusion Environment Collection Item]
- items
This property is required. List<Property Map>
GetFusionEnvironmentsFusionEnvironmentCollectionItem
- Additional
Language Packs This property is required. List<string> - Language packs
- Applied
Patch Bundles This property is required. List<string> - Patch bundle names
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Create
Fusion Environment Admin User Details This property is required. List<GetFusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail> This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
- Dns
Prefix This property is required. string - DNS prefix
- Domain
Id This property is required. string - The IDCS domain created for the fusion instance
This property is required. 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"}
- Fusion
Environment Family Id This property is required. string - The ID of the fusion environment family in which to list resources.
- Fusion
Environment Type This property is required. string - Type of the FusionEnvironment.
- Id
This property is required. string - Unique identifier that is immutable on creation
- Idcs
Domain Url This property is required. string - The IDCS Domain URL
- Is
Break Glass Enabled This property is required. bool - If it's true, then the Break Glass feature is enabled
- Kms
Key Id This property is required. string - BYOK key id
- Kms
Key Infos This property is required. List<GetFusion Environments Fusion Environment Collection Item Kms Key Info> - BYOK key info
- Lifecycle
Details This property is required. 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.
- Lockbox
Id This property is required. string - The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- Maintenance
Policies This property is required. 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.
- Public
Url This property is required. string - Public URL
- Refreshes
This property is required. List<GetFusion Environments Fusion Environment Collection Item Refresh> - Describes a refresh of a fusion environment
- Rules
This property is required. List<GetFusion Environments Fusion Environment Collection Item Rule> - Network Access Control Rules
- State
This property is required. string - A filter that returns all resources that match the specified lifecycle state.
- Subscription
Ids This property is required. List<string> - List of subscription IDs.
- System
Name This property is required. string - Environment Specific Guid/ System Name
- Time
Created This property is required. string - The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- Time
Upcoming Maintenance This property is required. string - The next maintenance for this environment
- Time
Updated This property is required. string - The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- Version
This property is required. string - Version of Fusion Apps used by this environment
- Additional
Language Packs This property is required. []string - Language packs
- Applied
Patch Bundles This property is required. []string - Patch bundle names
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Create
Fusion Environment Admin User Details This property is required. []GetFusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
- Dns
Prefix This property is required. string - DNS prefix
- Domain
Id This property is required. string - The IDCS domain created for the fusion instance
This property is required. 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"}
- Fusion
Environment Family Id This property is required. string - The ID of the fusion environment family in which to list resources.
- Fusion
Environment Type This property is required. string - Type of the FusionEnvironment.
- Id
This property is required. string - Unique identifier that is immutable on creation
- Idcs
Domain Url This property is required. string - The IDCS Domain URL
- Is
Break Glass Enabled This property is required. bool - If it's true, then the Break Glass feature is enabled
- Kms
Key Id This property is required. string - BYOK key id
- Kms
Key Infos This property is required. []GetFusion Environments Fusion Environment Collection Item Kms Key Info - BYOK key info
- Lifecycle
Details This property is required. 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.
- Lockbox
Id This property is required. string - The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- Maintenance
Policies This property is required. []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 This property is required. string - Public URL
- Refreshes
This property is required. []GetFusion Environments Fusion Environment Collection Item Refresh - Describes a refresh of a fusion environment
- Rules
This property is required. []GetFusion Environments Fusion Environment Collection Item Rule - Network Access Control Rules
- State
This property is required. string - A filter that returns all resources that match the specified lifecycle state.
- Subscription
Ids This property is required. []string - List of subscription IDs.
- System
Name This property is required. string - Environment Specific Guid/ System Name
- Time
Created This property is required. string - The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- Time
Upcoming Maintenance This property is required. string - The next maintenance for this environment
- Time
Updated This property is required. string - The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- Version
This property is required. string - Version of Fusion Apps used by this environment
- additional
Language Packs This property is required. List<String> - Language packs
- applied
Patch Bundles This property is required. List<String> - Patch bundle names
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- create
Fusion Environment Admin User Details This property is required. List<GetFusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail> This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
- dns
Prefix This property is required. String - DNS prefix
- domain
Id This property is required. String - The IDCS domain created for the fusion instance
This property is required. 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"}
- fusion
Environment Family Id This property is required. String - The ID of the fusion environment family in which to list resources.
- fusion
Environment Type This property is required. String - Type of the FusionEnvironment.
- id
This property is required. String - Unique identifier that is immutable on creation
- idcs
Domain Url This property is required. String - The IDCS Domain URL
- is
Break Glass Enabled This property is required. Boolean - If it's true, then the Break Glass feature is enabled
- kms
Key Id This property is required. String - BYOK key id
- kms
Key Infos This property is required. List<GetFusion Environments Fusion Environment Collection Item Kms Key Info> - BYOK key info
- lifecycle
Details This property is required. 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.
- lockbox
Id This property is required. String - The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenance
Policies This property is required. 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.
- public
Url This property is required. String - Public URL
- refreshes
This property is required. List<GetFusion Environments Fusion Environment Collection Item Refresh> - Describes a refresh of a fusion environment
- rules
This property is required. List<GetFusion Environments Fusion Environment Collection Item Rule> - Network Access Control Rules
- state
This property is required. String - A filter that returns all resources that match the specified lifecycle state.
- subscription
Ids This property is required. List<String> - List of subscription IDs.
- system
Name This property is required. String - Environment Specific Guid/ System Name
- time
Created This property is required. String - The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- time
Upcoming Maintenance This property is required. String - The next maintenance for this environment
- time
Updated This property is required. String - The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- version
This property is required. String - Version of Fusion Apps used by this environment
- additional
Language Packs This property is required. string[] - Language packs
- applied
Patch Bundles This property is required. string[] - Patch bundle names
- compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- create
Fusion Environment Admin User Details This property is required. GetFusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail[] This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name This property is required. string - A filter to return only resources that match the entire display name given.
- dns
Prefix This property is required. string - DNS prefix
- domain
Id This property is required. string - The IDCS domain created for the fusion instance
This property is required. {[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"}
- fusion
Environment Family Id This property is required. string - The ID of the fusion environment family in which to list resources.
- fusion
Environment Type This property is required. string - Type of the FusionEnvironment.
- id
This property is required. string - Unique identifier that is immutable on creation
- idcs
Domain Url This property is required. string - The IDCS Domain URL
- is
Break Glass Enabled This property is required. boolean - If it's true, then the Break Glass feature is enabled
- kms
Key Id This property is required. string - BYOK key id
- kms
Key Infos This property is required. GetFusion Environments Fusion Environment Collection Item Kms Key Info[] - BYOK key info
- lifecycle
Details This property is required. 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.
- lockbox
Id This property is required. string - The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenance
Policies This property is required. 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 This property is required. string - Public URL
- refreshes
This property is required. GetFusion Environments Fusion Environment Collection Item Refresh[] - Describes a refresh of a fusion environment
- rules
This property is required. GetFusion Environments Fusion Environment Collection Item Rule[] - Network Access Control Rules
- state
This property is required. string - A filter that returns all resources that match the specified lifecycle state.
- subscription
Ids This property is required. string[] - List of subscription IDs.
- system
Name This property is required. string - Environment Specific Guid/ System Name
- time
Created This property is required. string - The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- time
Upcoming Maintenance This property is required. string - The next maintenance for this environment
- time
Updated This property is required. string - The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- version
This property is required. string - Version of Fusion Apps used by this environment
- additional_
language_ packs This property is required. Sequence[str] - Language packs
- applied_
patch_ bundles This property is required. Sequence[str] - Patch bundle names
- compartment_
id This property is required. str - The ID of the compartment in which to list resources.
- create_
fusion_ environment_ admin_ user_ details This property is required. Sequence[functions.Get Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail] This property is required. 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 This property is required. str - A filter to return only resources that match the entire display name given.
- dns_
prefix This property is required. str - DNS prefix
- domain_
id This property is required. str - The IDCS domain created for the fusion instance
This property is required. 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_ family_ id This property is required. str - The ID of the fusion environment family in which to list resources.
- fusion_
environment_ type This property is required. str - Type of the FusionEnvironment.
- id
This property is required. str - Unique identifier that is immutable on creation
- idcs_
domain_ url This property is required. str - The IDCS Domain URL
- is_
break_ glass_ enabled This property is required. bool - If it's true, then the Break Glass feature is enabled
- kms_
key_ id This property is required. str - BYOK key id
- kms_
key_ infos This property is required. Sequence[functions.Get Fusion Environments Fusion Environment Collection Item Kms Key Info] - BYOK key info
- lifecycle_
details This property is required. 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 This property is required. str - The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenance_
policies This property is required. Sequence[functions.Get Fusion 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 This property is required. str - Public URL
- refreshes
This property is required. Sequence[functions.Get Fusion Environments Fusion Environment Collection Item Refresh] - Describes a refresh of a fusion environment
- rules
This property is required. Sequence[functions.Get Fusion Environments Fusion Environment Collection Item Rule] - Network Access Control Rules
- state
This property is required. str - A filter that returns all resources that match the specified lifecycle state.
- subscription_
ids This property is required. Sequence[str] - List of subscription IDs.
- system_
name This property is required. str - Environment Specific Guid/ System Name
- time_
created This property is required. str - The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- time_
upcoming_ maintenance This property is required. str - The next maintenance for this environment
- time_
updated This property is required. str - The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- version
This property is required. str - Version of Fusion Apps used by this environment
- additional
Language Packs This property is required. List<String> - Language packs
- applied
Patch Bundles This property is required. List<String> - Patch bundle names
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- create
Fusion Environment Admin User Details This property is required. List<Property Map> This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
- dns
Prefix This property is required. String - DNS prefix
- domain
Id This property is required. String - The IDCS domain created for the fusion instance
This property is required. 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"}
- fusion
Environment Family Id This property is required. String - The ID of the fusion environment family in which to list resources.
- fusion
Environment Type This property is required. String - Type of the FusionEnvironment.
- id
This property is required. String - Unique identifier that is immutable on creation
- idcs
Domain Url This property is required. String - The IDCS Domain URL
- is
Break Glass Enabled This property is required. Boolean - If it's true, then the Break Glass feature is enabled
- kms
Key Id This property is required. String - BYOK key id
- kms
Key Infos This property is required. List<Property Map> - BYOK key info
- lifecycle
Details This property is required. 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.
- lockbox
Id This property is required. String - The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenance
Policies This property is required. 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.
- public
Url This property is required. String - Public URL
- refreshes
This property is required. List<Property Map> - Describes a refresh of a fusion environment
- rules
This property is required. List<Property Map> - Network Access Control Rules
- state
This property is required. String - A filter that returns all resources that match the specified lifecycle state.
- subscription
Ids This property is required. List<String> - List of subscription IDs.
- system
Name This property is required. String - Environment Specific Guid/ System Name
- time
Created This property is required. String - The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- time
Upcoming Maintenance This property is required. String - The next maintenance for this environment
- time
Updated This property is required. String - The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- version
This property is required. String - Version of Fusion Apps used by this environment
GetFusionEnvironmentsFusionEnvironmentCollectionItemCreateFusionEnvironmentAdminUserDetail
- Email
Address This property is required. string - First
Name This property is required. string - Last
Name This property is required. string - Password
This property is required. string - Username
This property is required. string
- Email
Address This property is required. string - First
Name This property is required. string - Last
Name This property is required. string - Password
This property is required. string - Username
This property is required. string
- email
Address This property is required. String - first
Name This property is required. String - last
Name This property is required. String - password
This property is required. String - username
This property is required. String
- email
Address This property is required. string - first
Name This property is required. string - last
Name This property is required. string - password
This property is required. string - username
This property is required. string
- email_
address This property is required. str - first_
name This property is required. str - last_
name This property is required. str - password
This property is required. str - username
This property is required. str
- email
Address This property is required. String - first
Name This property is required. String - last
Name This property is required. String - password
This property is required. String - username
This property is required. String
GetFusionEnvironmentsFusionEnvironmentCollectionItemKmsKeyInfo
- Active
Key Id This property is required. string - Active
Key Version This property is required. string - Current
Key Lifecycle State This property is required. string - Scheduled
Key Id This property is required. string - Scheduled
Key Status This property is required. string - Scheduled
Key Version This property is required. string - Scheduled
Lifecycle State This property is required. string
- Active
Key Id This property is required. string - Active
Key Version This property is required. string - Current
Key Lifecycle State This property is required. string - Scheduled
Key Id This property is required. string - Scheduled
Key Status This property is required. string - Scheduled
Key Version This property is required. string - Scheduled
Lifecycle State This property is required. string
- active
Key Id This property is required. String - active
Key Version This property is required. String - current
Key Lifecycle State This property is required. String - scheduled
Key Id This property is required. String - scheduled
Key Status This property is required. String - scheduled
Key Version This property is required. String - scheduled
Lifecycle State This property is required. String
- active
Key Id This property is required. string - active
Key Version This property is required. string - current
Key Lifecycle State This property is required. string - scheduled
Key Id This property is required. string - scheduled
Key Status This property is required. string - scheduled
Key Version This property is required. string - scheduled
Lifecycle State This property is required. string
- active_
key_ id This property is required. str - active_
key_ version This property is required. str - current_
key_ lifecycle_ state This property is required. str - scheduled_
key_ id This property is required. str - scheduled_
key_ status This property is required. str - scheduled_
key_ version This property is required. str - scheduled_
lifecycle_ state This property is required. str
- active
Key Id This property is required. String - active
Key Version This property is required. String - current
Key Lifecycle State This property is required. String - scheduled
Key Id This property is required. String - scheduled
Key Status This property is required. String - scheduled
Key Version This property is required. String - scheduled
Lifecycle State This property is required. String
GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicy
- Environment
Maintenance Override This property is required. string - User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- Monthly
Patching Override This property is required. string - 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 Begin Times This property is required. List<GetFusion 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 Override This property is required. string - User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- Monthly
Patching Override This property is required. string - 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 Begin Times This property is required. []GetFusion 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 Override This property is required. String - User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthly
Patching Override This property is required. String - 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 Begin Times This property is required. List<GetFusion 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 Override This property is required. string - User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthly
Patching Override This property is required. string - 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 Begin Times This property is required. GetFusion 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_ override This property is required. str - User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthly_
patching_ override This property is required. str - 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_ begin_ times This property is required. Sequence[functions.Get 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 Override This property is required. String - User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthly
Patching Override This property is required. String - 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 Begin Times This property is required. List<Property Map> - Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicyQuarterlyUpgradeBeginTime
- Begin
Times Value This property is required. string - The frequency and month when maintenance occurs for the Fusion environment.
- Override
Type This property is required. string - Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- Begin
Times Value This property is required. string - The frequency and month when maintenance occurs for the Fusion environment.
- Override
Type This property is required. string - Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- begin
Times Value This property is required. String - The frequency and month when maintenance occurs for the Fusion environment.
- override
Type This property is required. String - Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- begin
Times Value This property is required. string - The frequency and month when maintenance occurs for the Fusion environment.
- override
Type This property is required. string - Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- begin_
times_ value This property is required. str - The frequency and month when maintenance occurs for the Fusion environment.
- override_
type This property is required. str - Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- begin
Times Value This property is required. String - The frequency and month when maintenance occurs for the Fusion environment.
- override
Type This property is required. String - Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
GetFusionEnvironmentsFusionEnvironmentCollectionItemRefresh
- Source
Fusion Environment Id This property is required. string - The source environment id for the last refresh
- Time
Finished This property is required. string - The time of when the last refresh finish
- Time
Of Restoration Point This property is required. string - The point of time of the latest DB backup for the last refresh
- Source
Fusion Environment Id This property is required. string - The source environment id for the last refresh
- Time
Finished This property is required. string - The time of when the last refresh finish
- Time
Of Restoration Point This property is required. string - The point of time of the latest DB backup for the last refresh
- source
Fusion Environment Id This property is required. String - The source environment id for the last refresh
- time
Finished This property is required. String - The time of when the last refresh finish
- time
Of Restoration Point This property is required. String - The point of time of the latest DB backup for the last refresh
- source
Fusion Environment Id This property is required. string - The source environment id for the last refresh
- time
Finished This property is required. string - The time of when the last refresh finish
- time
Of Restoration Point This property is required. string - The point of time of the latest DB backup for the last refresh
- source_
fusion_ environment_ id This property is required. str - The source environment id for the last refresh
- time_
finished This property is required. str - The time of when the last refresh finish
- time_
of_ restoration_ point This property is required. str - The point of time of the latest DB backup for the last refresh
- source
Fusion Environment Id This property is required. String - The source environment id for the last refresh
- time
Finished This property is required. String - The time of when the last refresh finish
- time
Of Restoration Point This property is required. String - The point of time of the latest DB backup for the last refresh
GetFusionEnvironmentsFusionEnvironmentCollectionItemRule
- Action
This property is required. string - Rule type
- Conditions
This property is required. List<GetFusion Environments Fusion Environment Collection Item Rule Condition> - Description
This property is required. 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
This property is required. string - Rule type
- Conditions
This property is required. []GetFusion Environments Fusion Environment Collection Item Rule Condition - Description
This property is required. 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
This property is required. String - Rule type
- conditions
This property is required. List<GetFusion Environments Fusion Environment Collection Item Rule Condition> - description
This property is required. 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
This property is required. string - Rule type
- conditions
This property is required. GetFusion Environments Fusion Environment Collection Item Rule Condition[] - description
This property is required. 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
This property is required. str - Rule type
- conditions
This property is required. Sequence[functions.Get Fusion Environments Fusion Environment Collection Item Rule Condition] - description
This property is required. 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
This property is required. String - Rule type
- conditions
This property is required. List<Property Map> - description
This property is required. 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
- Attribute
Name This property is required. string - RuleCondition type
- Attribute
Value This property is required. 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 This property is required. string - RuleCondition type
- Attribute
Value This property is required. 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 This property is required. String - RuleCondition type
- attribute
Value This property is required. 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 This property is required. string - RuleCondition type
- attribute
Value This property is required. 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 This property is required. str - RuleCondition type
- attribute_
value This property is required. 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.
- attribute
Name This property is required. String - RuleCondition type
- attribute
Value This property is required. 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
oci
Terraform Provider.