Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Functions.getFusionEnvironment
Explore with Pulumi AI
This data source provides details about a specific Fusion Environment resource in Oracle Cloud Infrastructure Fusion Apps service.
Gets a FusionEnvironment by identifier
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFusionEnvironment = oci.Functions.getFusionEnvironment({
fusionEnvironmentId: testFusionEnvironmentOciFusionAppsFusionEnvironment.id,
});
import pulumi
import pulumi_oci as oci
test_fusion_environment = oci.Functions.get_fusion_environment(fusion_environment_id=test_fusion_environment_oci_fusion_apps_fusion_environment["id"])
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.GetFusionEnvironment(ctx, &functions.GetFusionEnvironmentArgs{
FusionEnvironmentId: testFusionEnvironmentOciFusionAppsFusionEnvironment.Id,
}, 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 testFusionEnvironment = Oci.Functions.GetFusionEnvironment.Invoke(new()
{
FusionEnvironmentId = testFusionEnvironmentOciFusionAppsFusionEnvironment.Id,
});
});
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.GetFusionEnvironmentArgs;
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 testFusionEnvironment = FunctionsFunctions.getFusionEnvironment(GetFusionEnvironmentArgs.builder()
.fusionEnvironmentId(testFusionEnvironmentOciFusionAppsFusionEnvironment.id())
.build());
}
}
variables:
testFusionEnvironment:
fn::invoke:
Function: oci:Functions:getFusionEnvironment
Arguments:
fusionEnvironmentId: ${testFusionEnvironmentOciFusionAppsFusionEnvironment.id}
Using getFusionEnvironment
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 getFusionEnvironment(args: GetFusionEnvironmentArgs, opts?: InvokeOptions): Promise<GetFusionEnvironmentResult>
function getFusionEnvironmentOutput(args: GetFusionEnvironmentOutputArgs, opts?: InvokeOptions): Output<GetFusionEnvironmentResult>
def get_fusion_environment(fusion_environment_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFusionEnvironmentResult
def get_fusion_environment_output(fusion_environment_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFusionEnvironmentResult]
func GetFusionEnvironment(ctx *Context, args *GetFusionEnvironmentArgs, opts ...InvokeOption) (*GetFusionEnvironmentResult, error)
func GetFusionEnvironmentOutput(ctx *Context, args *GetFusionEnvironmentOutputArgs, opts ...InvokeOption) GetFusionEnvironmentResultOutput
> Note: This function is named GetFusionEnvironment
in the Go SDK.
public static class GetFusionEnvironment
{
public static Task<GetFusionEnvironmentResult> InvokeAsync(GetFusionEnvironmentArgs args, InvokeOptions? opts = null)
public static Output<GetFusionEnvironmentResult> Invoke(GetFusionEnvironmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFusionEnvironmentResult> getFusionEnvironment(GetFusionEnvironmentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Functions/getFusionEnvironment:getFusionEnvironment
arguments:
# arguments dictionary
The following arguments are supported:
- Fusion
Environment stringId - unique FusionEnvironment identifier
- Fusion
Environment stringId - unique FusionEnvironment identifier
- fusion
Environment StringId - unique FusionEnvironment identifier
- fusion
Environment stringId - unique FusionEnvironment identifier
- fusion_
environment_ strid - unique FusionEnvironment identifier
- fusion
Environment StringId - unique FusionEnvironment identifier
getFusionEnvironment Result
The following output properties are available:
- Additional
Language List<string>Packs - Language packs
- Applied
Patch List<string>Bundles - Patch bundle names
- Compartment
Id string - Compartment Identifier
- Create
Fusion List<GetEnvironment Admin User Details Fusion Environment 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"}
- Display
Name string - FusionEnvironment Identifier, can be renamed
- Dns
Prefix string - DNS prefix
- Domain
Id 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"}
- Fusion
Environment stringFamily Id - FusionEnvironmentFamily Identifier
- Fusion
Environment stringId - 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 Environment 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 Environment 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 Environment Refresh> - Describes a refresh of a fusion environment
- Rules
List<Get
Fusion Environment Rule> - Network Access Control Rules
- State string
- The current state of the ServiceInstance.
- 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 - Compartment Identifier
- Create
Fusion []GetEnvironment Admin User Details Fusion Environment 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"}
- Display
Name string - FusionEnvironment Identifier, can be renamed
- Dns
Prefix string - DNS prefix
- Domain
Id 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"}
- Fusion
Environment stringFamily Id - FusionEnvironmentFamily Identifier
- Fusion
Environment stringId - 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 Environment 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 Environment 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 Environment Refresh - Describes a refresh of a fusion environment
- Rules
[]Get
Fusion Environment Rule - Network Access Control Rules
- State string
- The current state of the ServiceInstance.
- 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 - Compartment Identifier
- create
Fusion List<GetEnvironment Admin User Details Fusion Environment 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"}
- display
Name String - FusionEnvironment Identifier, can be renamed
- dns
Prefix String - DNS prefix
- domain
Id 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"}
- fusion
Environment StringFamily Id - FusionEnvironmentFamily Identifier
- fusion
Environment StringId - 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 Environment 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 Environment 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 Environment Refresh> - Describes a refresh of a fusion environment
- rules
List<Get
Fusion Environment Rule> - Network Access Control Rules
- state String
- The current state of the ServiceInstance.
- 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 - Compartment Identifier
- create
Fusion GetEnvironment Admin User Details Fusion Environment 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"}
- display
Name string - FusionEnvironment Identifier, can be renamed
- dns
Prefix string - DNS prefix
- domain
Id 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"}
- fusion
Environment stringFamily Id - FusionEnvironmentFamily Identifier
- fusion
Environment stringId - 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 Environment 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 Environment 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 Environment Refresh[] - Describes a refresh of a fusion environment
- rules
Get
Fusion Environment Rule[] - Network Access Control Rules
- state string
- The current state of the ServiceInstance.
- 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 - Compartment Identifier
- create_
fusion_ Sequence[functions.environment_ admin_ user_ details Get Fusion Environment 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 - FusionEnvironment Identifier, can be renamed
- 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 - FusionEnvironmentFamily Identifier
- fusion_
environment_ strid - 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[functions.infos Get Fusion Environment 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[functions.Get Fusion Environment 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[functions.
Get Fusion Environment Refresh] - Describes a refresh of a fusion environment
- rules
Sequence[functions.
Get Fusion Environment Rule] - Network Access Control Rules
- state str
- The current state of the ServiceInstance.
- 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 - Compartment Identifier
- create
Fusion 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"}
- display
Name String - FusionEnvironment Identifier, can be renamed
- dns
Prefix String - DNS prefix
- domain
Id 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"}
- fusion
Environment StringFamily Id - FusionEnvironmentFamily Identifier
- fusion
Environment StringId - 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
- The current state of the ServiceInstance.
- 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
Supporting Types
GetFusionEnvironmentCreateFusionEnvironmentAdminUserDetail
- 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
GetFusionEnvironmentKmsKeyInfo
- 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
GetFusionEnvironmentMaintenancePolicy
- 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 Environment 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 Environment 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 Environment 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 Environment 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[functions.begin_ times Get Fusion Environment 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.
GetFusionEnvironmentMaintenancePolicyQuarterlyUpgradeBeginTime
- 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.
GetFusionEnvironmentRefresh
- 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
GetFusionEnvironmentRule
- Action string
- Rule type
- Conditions
List<Get
Fusion Environment 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 Environment 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 Environment 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 Environment 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[functions.
Get Fusion Environment 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.
GetFusionEnvironmentRuleCondition
- 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.