oci.Functions.getFusionEnvironments
This data source provides the list of Fusion Environments in Oracle Cloud Infrastructure Fusion Apps service.
Returns a list of FusionEnvironments.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testFusionEnvironments = Oci.Functions.GetFusionEnvironments.Invoke(new()
{
CompartmentId = @var.Compartment_id,
DisplayName = @var.Fusion_environment_display_name,
FusionEnvironmentFamilyId = oci_fusion_apps_fusion_environment_family.Test_fusion_environment_family.Id,
State = @var.Fusion_environment_state,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/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: _var.Compartment_id,
DisplayName: pulumi.StringRef(_var.Fusion_environment_display_name),
FusionEnvironmentFamilyId: pulumi.StringRef(oci_fusion_apps_fusion_environment_family.Test_fusion_environment_family.Id),
State: pulumi.StringRef(_var.Fusion_environment_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
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(var_.compartment_id())
.displayName(var_.fusion_environment_display_name())
.fusionEnvironmentFamilyId(oci_fusion_apps_fusion_environment_family.test_fusion_environment_family().id())
.state(var_.fusion_environment_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_fusion_environments = oci.Functions.get_fusion_environments(compartment_id=var["compartment_id"],
display_name=var["fusion_environment_display_name"],
fusion_environment_family_id=oci_fusion_apps_fusion_environment_family["test_fusion_environment_family"]["id"],
state=var["fusion_environment_state"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFusionEnvironments = oci.Functions.getFusionEnvironments({
compartmentId: _var.compartment_id,
displayName: _var.fusion_environment_display_name,
fusionEnvironmentFamilyId: oci_fusion_apps_fusion_environment_family.test_fusion_environment_family.id,
state: _var.fusion_environment_state,
});
variables:
testFusionEnvironments:
fn::invoke:
Function: oci:Functions:getFusionEnvironments
Arguments:
compartmentId: ${var.compartment_id}
displayName: ${var.fusion_environment_display_name}
fusionEnvironmentFamilyId: ${oci_fusion_apps_fusion_environment_family.test_fusion_environment_family.id}
state: ${var.fusion_environment_state}
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Functions/getFusionEnvironments:getFusionEnvironments
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string The ID of the compartment in which to list resources.
- Display
Name string A filter to return only resources that match the entire display name given.
- Filters
List<Get
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 string The ID of the compartment in which to list resources.
- Display
Name string A filter to return only resources that match the entire display name given.
- Filters
[]Get
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 String The ID of the compartment in which to list resources.
- display
Name String A filter to return only resources that match the entire display name given.
- filters
List<Get
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 string The ID of the compartment in which to list resources.
- display
Name string A filter to return only resources that match the entire display name given.
- filters
Get
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 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
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 String The ID of the compartment in which to list resources.
- display
Name String A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- 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_ 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
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
GetFusionEnvironmentsFusionEnvironmentCollectionItem
- Additional
Language List<string>Packs Language packs
- Applied
Patch List<string>Bundles Patch bundle names
- Compartment
Id string The ID of the compartment in which to list resources.
- Create
Fusion List<GetEnvironment Admin User Details Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail> - Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string A filter to return only resources that match the entire display name given.
- Dns
Prefix string DNS prefix
- Domain
Id string The IDCS domain created for the fusion instance
- Dictionary<string, object>
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 stringFamily Id The ID of the fusion environment family in which to list resources.
- Fusion
Environment stringType Type of the FusionEnvironment.
- Id string
Unique identifier that is immutable on creation
- Idcs
Domain stringUrl The IDCS Domain URL
- Is
Break boolGlass Enabled If it's true, then the Break Glass feature is enabled
- Kms
Key stringId BYOK key id
- Kms
Key List<GetInfos Fusion Environments Fusion Environment Collection Item Kms Key Info> BYOK key info
- Lifecycle
Details 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 string The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- Maintenance
Policies 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 string Public URL
- Refreshes
List<Get
Fusion Environments Fusion Environment Collection Item Refresh> Describes a refresh of a fusion environment
- Rules
List<Get
Fusion Environments Fusion Environment Collection Item Rule> Network Access Control Rules
- State string
A filter that returns all resources that match the specified lifecycle state.
- Subscription
Ids List<string> List of subscription IDs.
- System
Name string Environment Specific Guid/ System Name
- Time
Created string The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- Time
Upcoming stringMaintenance The next maintenance for this environment
- Time
Updated string The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- Version string
Version of Fusion Apps used by this environment
- Additional
Language []stringPacks Language packs
- Applied
Patch []stringBundles Patch bundle names
- Compartment
Id string The ID of the compartment in which to list resources.
- Create
Fusion []GetEnvironment Admin User Details Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail - map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string A filter to return only resources that match the entire display name given.
- Dns
Prefix string DNS prefix
- Domain
Id string The IDCS domain created for the fusion instance
- map[string]interface{}
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 stringFamily Id The ID of the fusion environment family in which to list resources.
- Fusion
Environment stringType Type of the FusionEnvironment.
- Id string
Unique identifier that is immutable on creation
- Idcs
Domain stringUrl The IDCS Domain URL
- Is
Break boolGlass Enabled If it's true, then the Break Glass feature is enabled
- Kms
Key stringId BYOK key id
- Kms
Key []GetInfos Fusion Environments Fusion Environment Collection Item Kms Key Info BYOK key info
- Lifecycle
Details 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 string The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- Maintenance
Policies []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 string Public URL
- Refreshes
[]Get
Fusion Environments Fusion Environment Collection Item Refresh Describes a refresh of a fusion environment
- Rules
[]Get
Fusion Environments Fusion Environment Collection Item Rule Network Access Control Rules
- State string
A filter that returns all resources that match the specified lifecycle state.
- Subscription
Ids []string List of subscription IDs.
- System
Name string Environment Specific Guid/ System Name
- Time
Created string The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- Time
Upcoming stringMaintenance The next maintenance for this environment
- Time
Updated string The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- Version string
Version of Fusion Apps used by this environment
- additional
Language List<String>Packs Language packs
- applied
Patch List<String>Bundles Patch bundle names
- compartment
Id String The ID of the compartment in which to list resources.
- create
Fusion List<GetEnvironment Admin User Details Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail> - Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String A filter to return only resources that match the entire display name given.
- dns
Prefix String DNS prefix
- domain
Id String The IDCS domain created for the fusion instance
- Map<String,Object>
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 StringFamily Id The ID of the fusion environment family in which to list resources.
- fusion
Environment StringType Type of the FusionEnvironment.
- id String
Unique identifier that is immutable on creation
- idcs
Domain StringUrl The IDCS Domain URL
- is
Break BooleanGlass Enabled If it's true, then the Break Glass feature is enabled
- kms
Key StringId BYOK key id
- kms
Key List<GetInfos Fusion Environments Fusion Environment Collection Item Kms Key Info> BYOK key info
- lifecycle
Details 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 String The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenance
Policies 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 String Public URL
- refreshes
List<Get
Fusion Environments Fusion Environment Collection Item Refresh> Describes a refresh of a fusion environment
- rules
List<Get
Fusion Environments Fusion Environment Collection Item Rule> Network Access Control Rules
- state String
A filter that returns all resources that match the specified lifecycle state.
- subscription
Ids List<String> List of subscription IDs.
- system
Name String Environment Specific Guid/ System Name
- time
Created String The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- time
Upcoming StringMaintenance The next maintenance for this environment
- time
Updated String The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- version String
Version of Fusion Apps used by this environment
- additional
Language string[]Packs Language packs
- applied
Patch string[]Bundles Patch bundle names
- compartment
Id string The ID of the compartment in which to list resources.
- create
Fusion GetEnvironment Admin User Details Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail[] - {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string A filter to return only resources that match the entire display name given.
- dns
Prefix string DNS prefix
- domain
Id string The IDCS domain created for the fusion instance
- {[key: string]: any}
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 stringFamily Id The ID of the fusion environment family in which to list resources.
- fusion
Environment stringType Type of the FusionEnvironment.
- id string
Unique identifier that is immutable on creation
- idcs
Domain stringUrl The IDCS Domain URL
- is
Break booleanGlass Enabled If it's true, then the Break Glass feature is enabled
- kms
Key stringId BYOK key id
- kms
Key GetInfos Fusion Environments Fusion Environment Collection Item Kms Key Info[] BYOK key info
- lifecycle
Details 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 string The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenance
Policies 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 string Public URL
- refreshes
Get
Fusion Environments Fusion Environment Collection Item Refresh[] Describes a refresh of a fusion environment
- rules
Get
Fusion Environments Fusion Environment Collection Item Rule[] Network Access Control Rules
- state string
A filter that returns all resources that match the specified lifecycle state.
- subscription
Ids string[] List of subscription IDs.
- system
Name string Environment Specific Guid/ System Name
- time
Created string The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- time
Upcoming stringMaintenance The next maintenance for this environment
- time
Updated 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_ Getenvironment_ admin_ user_ details Fusion Environments Fusion Environment Collection Item Create Fusion Environment Admin User Detail] - Mapping[str, Any]
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, Any]
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_ 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 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
Get
Fusion Environments Fusion Environment Collection Item Refresh] Describes a refresh of a fusion environment
- rules
Get
Fusion 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
- additional
Language List<String>Packs Language packs
- applied
Patch List<String>Bundles Patch bundle names
- compartment
Id String The ID of the compartment in which to list resources.
- create
Fusion List<Property Map>Environment Admin User Details - Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String A filter to return only resources that match the entire display name given.
- dns
Prefix String DNS prefix
- domain
Id String The IDCS domain created for the fusion instance
- Map<Any>
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 StringFamily Id The ID of the fusion environment family in which to list resources.
- fusion
Environment StringType Type of the FusionEnvironment.
- id String
Unique identifier that is immutable on creation
- idcs
Domain StringUrl The IDCS Domain URL
- is
Break BooleanGlass Enabled If it's true, then the Break Glass feature is enabled
- kms
Key StringId BYOK key id
- kms
Key List<Property Map>Infos BYOK key info
- lifecycle
Details 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 String The lockbox Id of this fusion environment. If there's no lockbox id, this field will be null
- maintenance
Policies 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 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.
- subscription
Ids List<String> List of subscription IDs.
- system
Name String Environment Specific Guid/ System Name
- time
Created String The time the the FusionEnvironment was created. An RFC3339 formatted datetime string
- time
Upcoming StringMaintenance The next maintenance for this environment
- time
Updated String The time the FusionEnvironment was updated. An RFC3339 formatted datetime string
- version String
Version of Fusion Apps used by this environment
GetFusionEnvironmentsFusionEnvironmentCollectionItemCreateFusionEnvironmentAdminUserDetail
- Email
Address string - First
Name string - Last
Name string - Password string
- Username string
- Email
Address string - First
Name string - Last
Name string - Password string
- Username string
- email
Address String - first
Name String - last
Name String - password String
- username String
- email
Address string - first
Name string - last
Name string - password string
- username string
- email_
address str - first_
name str - last_
name str - password str
- username str
- email
Address String - first
Name String - last
Name String - password String
- username String
GetFusionEnvironmentsFusionEnvironmentCollectionItemKmsKeyInfo
- Active
Key stringId - Active
Key stringVersion - Current
Key stringLifecycle State - Scheduled
Key stringId - Scheduled
Key stringStatus - Scheduled
Key stringVersion - Scheduled
Lifecycle stringState
- Active
Key stringId - Active
Key stringVersion - Current
Key stringLifecycle State - Scheduled
Key stringId - Scheduled
Key stringStatus - Scheduled
Key stringVersion - Scheduled
Lifecycle stringState
- active
Key StringId - active
Key StringVersion - current
Key StringLifecycle State - scheduled
Key StringId - scheduled
Key StringStatus - scheduled
Key StringVersion - scheduled
Lifecycle StringState
- active
Key stringId - active
Key stringVersion - current
Key stringLifecycle State - scheduled
Key stringId - scheduled
Key stringStatus - scheduled
Key stringVersion - scheduled
Lifecycle stringState
- active
Key StringId - active
Key StringVersion - current
Key StringLifecycle State - scheduled
Key StringId - scheduled
Key StringStatus - scheduled
Key StringVersion - scheduled
Lifecycle StringState
GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicy
- Environment
Maintenance stringOverride User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- Monthly
Patching 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.
- Quarterly
Upgrade 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.
- Environment
Maintenance stringOverride User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- Monthly
Patching 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.
- Quarterly
Upgrade []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 StringOverride User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthly
Patching 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.
- quarterly
Upgrade 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.
- environment
Maintenance stringOverride User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthly
Patching 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.
- quarterly
Upgrade 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_ 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 StringOverride User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting.
- monthly
Patching 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.
- quarterly
Upgrade List<Property Map>Begin Times Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.
GetFusionEnvironmentsFusionEnvironmentCollectionItemMaintenancePolicyQuarterlyUpgradeBeginTime
- Begin
Times stringValue The frequency and month when maintenance occurs for the Fusion environment.
- Override
Type string Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- Begin
Times stringValue The frequency and month when maintenance occurs for the Fusion environment.
- Override
Type string Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- begin
Times StringValue The frequency and month when maintenance occurs for the Fusion environment.
- override
Type String Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
- begin
Times stringValue The frequency and month when maintenance occurs for the Fusion environment.
- override
Type 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.
- begin
Times StringValue The frequency and month when maintenance occurs for the Fusion environment.
- override
Type String Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.
GetFusionEnvironmentsFusionEnvironmentCollectionItemRefresh
- Source
Fusion stringEnvironment Id The source environment id for the last refresh
- Time
Finished string The time of when the last refresh finish
- Time
Of stringRestoration Point The point of time of the latest DB backup for the last refresh
- Source
Fusion stringEnvironment Id The source environment id for the last refresh
- Time
Finished string The time of when the last refresh finish
- Time
Of stringRestoration Point The point of time of the latest DB backup for the last refresh
- source
Fusion StringEnvironment Id The source environment id for the last refresh
- time
Finished String The time of when the last refresh finish
- time
Of StringRestoration Point The point of time of the latest DB backup for the last refresh
- source
Fusion stringEnvironment Id The source environment id for the last refresh
- time
Finished string The time of when the last refresh finish
- time
Of 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
- source
Fusion StringEnvironment Id The source environment id for the last refresh
- time
Finished String The time of when the last refresh finish
- time
Of StringRestoration Point The point of time of the latest DB backup for the last refresh
GetFusionEnvironmentsFusionEnvironmentCollectionItemRule
- Action string
Rule type
- Conditions
List<Get
Fusion 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
[]Get
Fusion 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<Get
Fusion 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
Get
Fusion 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
Get
Fusion 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
- Attribute
Name string RuleCondition type
- Attribute
Value 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 string RuleCondition type
- Attribute
Value 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 String RuleCondition type
- attribute
Value 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 string RuleCondition type
- attribute
Value 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.
- attribute
Name String RuleCondition type
- attribute
Value 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.