1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DisasterRecovery
  5. getDrPlan
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

oci.DisasterRecovery.getDrPlan

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

    This data source provides details about a specific Dr Plan resource in Oracle Cloud Infrastructure Disaster Recovery service.

    Get details for the DR plan identified by drPlanId.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testDrPlan = oci.DisasterRecovery.getDrPlan({
        drPlanId: oci_disaster_recovery_dr_plan.test_dr_plan.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_dr_plan = oci.DisasterRecovery.get_dr_plan(dr_plan_id=oci_disaster_recovery_dr_plan["test_dr_plan"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/DisasterRecovery"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := DisasterRecovery.GetDrPlan(ctx, &disasterrecovery.GetDrPlanArgs{
    			DrPlanId: oci_disaster_recovery_dr_plan.Test_dr_plan.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 testDrPlan = Oci.DisasterRecovery.GetDrPlan.Invoke(new()
        {
            DrPlanId = oci_disaster_recovery_dr_plan.Test_dr_plan.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DisasterRecovery.DisasterRecoveryFunctions;
    import com.pulumi.oci.DisasterRecovery.inputs.GetDrPlanArgs;
    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 testDrPlan = DisasterRecoveryFunctions.getDrPlan(GetDrPlanArgs.builder()
                .drPlanId(oci_disaster_recovery_dr_plan.test_dr_plan().id())
                .build());
    
        }
    }
    
    variables:
      testDrPlan:
        fn::invoke:
          Function: oci:DisasterRecovery:getDrPlan
          Arguments:
            drPlanId: ${oci_disaster_recovery_dr_plan.test_dr_plan.id}
    

    Using getDrPlan

    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 getDrPlan(args: GetDrPlanArgs, opts?: InvokeOptions): Promise<GetDrPlanResult>
    function getDrPlanOutput(args: GetDrPlanOutputArgs, opts?: InvokeOptions): Output<GetDrPlanResult>
    def get_dr_plan(dr_plan_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetDrPlanResult
    def get_dr_plan_output(dr_plan_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetDrPlanResult]
    func GetDrPlan(ctx *Context, args *GetDrPlanArgs, opts ...InvokeOption) (*GetDrPlanResult, error)
    func GetDrPlanOutput(ctx *Context, args *GetDrPlanOutputArgs, opts ...InvokeOption) GetDrPlanResultOutput

    > Note: This function is named GetDrPlan in the Go SDK.

    public static class GetDrPlan 
    {
        public static Task<GetDrPlanResult> InvokeAsync(GetDrPlanArgs args, InvokeOptions? opts = null)
        public static Output<GetDrPlanResult> Invoke(GetDrPlanInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDrPlanResult> getDrPlan(GetDrPlanArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:DisasterRecovery/getDrPlan:getDrPlan
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DrPlanId string
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    DrPlanId string
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    drPlanId String
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    drPlanId string
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    dr_plan_id str
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    drPlanId String
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID

    getDrPlan Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment containing the DR plan. Example: ocid1.compartment.oc1..uniqueID
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    The display name of the group. Example: DATABASE_SWITCHOVER
    DrPlanId string
    DrProtectionGroupId string
    The OCID of the DR protection group to which this DR plan belongs. Example: ocid1.drplan.oc1..uniqueID
    FreeformTags Dictionary<string, object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    Id string
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    LifeCycleDetails string
    A message describing the DR plan's current state in more detail.
    PeerDrProtectionGroupId string
    The OCID of the peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    PeerRegion string
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    PlanGroups List<GetDrPlanPlanGroup>
    The list of groups in this DR plan.
    State string
    The current state of the DR plan.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the DR plan was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeUpdated string
    The date and time the DR plan was updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    Type string
    The type of the DR plan.
    CompartmentId string
    The OCID of the compartment containing the DR plan. Example: ocid1.compartment.oc1..uniqueID
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    The display name of the group. Example: DATABASE_SWITCHOVER
    DrPlanId string
    DrProtectionGroupId string
    The OCID of the DR protection group to which this DR plan belongs. Example: ocid1.drplan.oc1..uniqueID
    FreeformTags map[string]interface{}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    Id string
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    LifeCycleDetails string
    A message describing the DR plan's current state in more detail.
    PeerDrProtectionGroupId string
    The OCID of the peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    PeerRegion string
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    PlanGroups []GetDrPlanPlanGroup
    The list of groups in this DR plan.
    State string
    The current state of the DR plan.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the DR plan was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeUpdated string
    The date and time the DR plan was updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    Type string
    The type of the DR plan.
    compartmentId String
    The OCID of the compartment containing the DR plan. Example: ocid1.compartment.oc1..uniqueID
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    displayName String
    The display name of the group. Example: DATABASE_SWITCHOVER
    drPlanId String
    drProtectionGroupId String
    The OCID of the DR protection group to which this DR plan belongs. Example: ocid1.drplan.oc1..uniqueID
    freeformTags Map<String,Object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    id String
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    lifeCycleDetails String
    A message describing the DR plan's current state in more detail.
    peerDrProtectionGroupId String
    The OCID of the peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    peerRegion String
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    planGroups List<GetDrPlanPlanGroup>
    The list of groups in this DR plan.
    state String
    The current state of the DR plan.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the DR plan was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeUpdated String
    The date and time the DR plan was updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type String
    The type of the DR plan.
    compartmentId string
    The OCID of the compartment containing the DR plan. Example: ocid1.compartment.oc1..uniqueID
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    displayName string
    The display name of the group. Example: DATABASE_SWITCHOVER
    drPlanId string
    drProtectionGroupId string
    The OCID of the DR protection group to which this DR plan belongs. Example: ocid1.drplan.oc1..uniqueID
    freeformTags {[key: string]: any}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    id string
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    lifeCycleDetails string
    A message describing the DR plan's current state in more detail.
    peerDrProtectionGroupId string
    The OCID of the peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    peerRegion string
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    planGroups GetDrPlanPlanGroup[]
    The list of groups in this DR plan.
    state string
    The current state of the DR plan.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the DR plan was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeUpdated string
    The date and time the DR plan was updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type string
    The type of the DR plan.
    compartment_id str
    The OCID of the compartment containing the DR plan. Example: ocid1.compartment.oc1..uniqueID
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    display_name str
    The display name of the group. Example: DATABASE_SWITCHOVER
    dr_plan_id str
    dr_protection_group_id str
    The OCID of the DR protection group to which this DR plan belongs. Example: ocid1.drplan.oc1..uniqueID
    freeform_tags Mapping[str, Any]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    id str
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    life_cycle_details str
    A message describing the DR plan's current state in more detail.
    peer_dr_protection_group_id str
    The OCID of the peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    peer_region str
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    plan_groups GetDrPlanPlanGroup]
    The list of groups in this DR plan.
    state str
    The current state of the DR plan.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the DR plan was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    time_updated str
    The date and time the DR plan was updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type str
    The type of the DR plan.
    compartmentId String
    The OCID of the compartment containing the DR plan. Example: ocid1.compartment.oc1..uniqueID
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    displayName String
    The display name of the group. Example: DATABASE_SWITCHOVER
    drPlanId String
    drProtectionGroupId String
    The OCID of the DR protection group to which this DR plan belongs. Example: ocid1.drplan.oc1..uniqueID
    freeformTags Map<Any>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    id String
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    lifeCycleDetails String
    A message describing the DR plan's current state in more detail.
    peerDrProtectionGroupId String
    The OCID of the peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    peerRegion String
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    planGroups List<Property Map>
    The list of groups in this DR plan.
    state String
    The current state of the DR plan.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the DR plan was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeUpdated String
    The date and time the DR plan was updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type String
    The type of the DR plan.

    Supporting Types

    GetDrPlanPlanGroup

    DisplayName string
    The display name of the group. Example: DATABASE_SWITCHOVER
    Id string
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    Steps List<GetDrPlanPlanGroupStep>
    The list of steps in the group.
    Type string
    The type of the DR plan.
    DisplayName string
    The display name of the group. Example: DATABASE_SWITCHOVER
    Id string
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    Steps []GetDrPlanPlanGroupStep
    The list of steps in the group.
    Type string
    The type of the DR plan.
    displayName String
    The display name of the group. Example: DATABASE_SWITCHOVER
    id String
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    steps List<GetDrPlanPlanGroupStep>
    The list of steps in the group.
    type String
    The type of the DR plan.
    displayName string
    The display name of the group. Example: DATABASE_SWITCHOVER
    id string
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    steps GetDrPlanPlanGroupStep[]
    The list of steps in the group.
    type string
    The type of the DR plan.
    display_name str
    The display name of the group. Example: DATABASE_SWITCHOVER
    id str
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    steps GetDrPlanPlanGroupStep]
    The list of steps in the group.
    type str
    The type of the DR plan.
    displayName String
    The display name of the group. Example: DATABASE_SWITCHOVER
    id String
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    steps List<Property Map>
    The list of steps in the group.
    type String
    The type of the DR plan.

    GetDrPlanPlanGroupStep

    DisplayName string
    The display name of the group. Example: DATABASE_SWITCHOVER
    ErrorMode string
    The error mode for this step.
    GroupId string
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    Id string
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    IsEnabled bool
    A flag indicating whether this step should be enabled for execution. Example: true
    MemberId string
    The OCID of the member associated with this step. Example: ocid1.database.oc1..uniqueID
    Timeout int
    The timeout in seconds for executing this step. Example: 600
    Type string
    The type of the DR plan.
    UserDefinedSteps List<GetDrPlanPlanGroupStepUserDefinedStep>
    The details for a user-defined step in a DR plan.
    DisplayName string
    The display name of the group. Example: DATABASE_SWITCHOVER
    ErrorMode string
    The error mode for this step.
    GroupId string
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    Id string
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    IsEnabled bool
    A flag indicating whether this step should be enabled for execution. Example: true
    MemberId string
    The OCID of the member associated with this step. Example: ocid1.database.oc1..uniqueID
    Timeout int
    The timeout in seconds for executing this step. Example: 600
    Type string
    The type of the DR plan.
    UserDefinedSteps []GetDrPlanPlanGroupStepUserDefinedStep
    The details for a user-defined step in a DR plan.
    displayName String
    The display name of the group. Example: DATABASE_SWITCHOVER
    errorMode String
    The error mode for this step.
    groupId String
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    id String
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    isEnabled Boolean
    A flag indicating whether this step should be enabled for execution. Example: true
    memberId String
    The OCID of the member associated with this step. Example: ocid1.database.oc1..uniqueID
    timeout Integer
    The timeout in seconds for executing this step. Example: 600
    type String
    The type of the DR plan.
    userDefinedSteps List<GetDrPlanPlanGroupStepUserDefinedStep>
    The details for a user-defined step in a DR plan.
    displayName string
    The display name of the group. Example: DATABASE_SWITCHOVER
    errorMode string
    The error mode for this step.
    groupId string
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    id string
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    isEnabled boolean
    A flag indicating whether this step should be enabled for execution. Example: true
    memberId string
    The OCID of the member associated with this step. Example: ocid1.database.oc1..uniqueID
    timeout number
    The timeout in seconds for executing this step. Example: 600
    type string
    The type of the DR plan.
    userDefinedSteps GetDrPlanPlanGroupStepUserDefinedStep[]
    The details for a user-defined step in a DR plan.
    display_name str
    The display name of the group. Example: DATABASE_SWITCHOVER
    error_mode str
    The error mode for this step.
    group_id str
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    id str
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    is_enabled bool
    A flag indicating whether this step should be enabled for execution. Example: true
    member_id str
    The OCID of the member associated with this step. Example: ocid1.database.oc1..uniqueID
    timeout int
    The timeout in seconds for executing this step. Example: 600
    type str
    The type of the DR plan.
    user_defined_steps GetDrPlanPlanGroupStepUserDefinedStep]
    The details for a user-defined step in a DR plan.
    displayName String
    The display name of the group. Example: DATABASE_SWITCHOVER
    errorMode String
    The error mode for this step.
    groupId String
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    id String
    The unique id of the step. Must not be modified by the user. Example: sgid1.step..uniqueID
    isEnabled Boolean
    A flag indicating whether this step should be enabled for execution. Example: true
    memberId String
    The OCID of the member associated with this step. Example: ocid1.database.oc1..uniqueID
    timeout Number
    The timeout in seconds for executing this step. Example: 600
    type String
    The type of the DR plan.
    userDefinedSteps List<Property Map>
    The details for a user-defined step in a DR plan.

    GetDrPlanPlanGroupStepUserDefinedStep

    FunctionId string
    The OCID of function to be invoked. Example: ocid1.fnfunc.oc1..uniqueID
    FunctionRegion string
    The region in which the function is deployed. Example: us-ashburn-1
    ObjectStorageScriptLocations List<GetDrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocation>
    The details of an object storage script location for a user-defined step in a DR plan.
    RequestBody string
    The request body for the function. Example: { "FnParam1", "FnParam2" }
    RunAsUser string
    The userid on the instance to be used for executing the script or command. Example: opc
    RunOnInstanceId string
    The OCID of the instance on which this script or command should be executed.
    RunOnInstanceRegion string
    The region of the instance where this script or command should be executed. Example: us-ashburn-1
    ScriptCommand string
    The script name and arguments. Example: /usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3
    StepType string
    The type of the user-defined step.
    FunctionId string
    The OCID of function to be invoked. Example: ocid1.fnfunc.oc1..uniqueID
    FunctionRegion string
    The region in which the function is deployed. Example: us-ashburn-1
    ObjectStorageScriptLocations []GetDrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocation
    The details of an object storage script location for a user-defined step in a DR plan.
    RequestBody string
    The request body for the function. Example: { "FnParam1", "FnParam2" }
    RunAsUser string
    The userid on the instance to be used for executing the script or command. Example: opc
    RunOnInstanceId string
    The OCID of the instance on which this script or command should be executed.
    RunOnInstanceRegion string
    The region of the instance where this script or command should be executed. Example: us-ashburn-1
    ScriptCommand string
    The script name and arguments. Example: /usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3
    StepType string
    The type of the user-defined step.
    functionId String
    The OCID of function to be invoked. Example: ocid1.fnfunc.oc1..uniqueID
    functionRegion String
    The region in which the function is deployed. Example: us-ashburn-1
    objectStorageScriptLocations List<GetDrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocation>
    The details of an object storage script location for a user-defined step in a DR plan.
    requestBody String
    The request body for the function. Example: { "FnParam1", "FnParam2" }
    runAsUser String
    The userid on the instance to be used for executing the script or command. Example: opc
    runOnInstanceId String
    The OCID of the instance on which this script or command should be executed.
    runOnInstanceRegion String
    The region of the instance where this script or command should be executed. Example: us-ashburn-1
    scriptCommand String
    The script name and arguments. Example: /usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3
    stepType String
    The type of the user-defined step.
    functionId string
    The OCID of function to be invoked. Example: ocid1.fnfunc.oc1..uniqueID
    functionRegion string
    The region in which the function is deployed. Example: us-ashburn-1
    objectStorageScriptLocations GetDrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocation[]
    The details of an object storage script location for a user-defined step in a DR plan.
    requestBody string
    The request body for the function. Example: { "FnParam1", "FnParam2" }
    runAsUser string
    The userid on the instance to be used for executing the script or command. Example: opc
    runOnInstanceId string
    The OCID of the instance on which this script or command should be executed.
    runOnInstanceRegion string
    The region of the instance where this script or command should be executed. Example: us-ashburn-1
    scriptCommand string
    The script name and arguments. Example: /usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3
    stepType string
    The type of the user-defined step.
    function_id str
    The OCID of function to be invoked. Example: ocid1.fnfunc.oc1..uniqueID
    function_region str
    The region in which the function is deployed. Example: us-ashburn-1
    object_storage_script_locations GetDrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocation]
    The details of an object storage script location for a user-defined step in a DR plan.
    request_body str
    The request body for the function. Example: { "FnParam1", "FnParam2" }
    run_as_user str
    The userid on the instance to be used for executing the script or command. Example: opc
    run_on_instance_id str
    The OCID of the instance on which this script or command should be executed.
    run_on_instance_region str
    The region of the instance where this script or command should be executed. Example: us-ashburn-1
    script_command str
    The script name and arguments. Example: /usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3
    step_type str
    The type of the user-defined step.
    functionId String
    The OCID of function to be invoked. Example: ocid1.fnfunc.oc1..uniqueID
    functionRegion String
    The region in which the function is deployed. Example: us-ashburn-1
    objectStorageScriptLocations List<Property Map>
    The details of an object storage script location for a user-defined step in a DR plan.
    requestBody String
    The request body for the function. Example: { "FnParam1", "FnParam2" }
    runAsUser String
    The userid on the instance to be used for executing the script or command. Example: opc
    runOnInstanceId String
    The OCID of the instance on which this script or command should be executed.
    runOnInstanceRegion String
    The region of the instance where this script or command should be executed. Example: us-ashburn-1
    scriptCommand String
    The script name and arguments. Example: /usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3
    stepType String
    The type of the user-defined step.

    GetDrPlanPlanGroupStepUserDefinedStepObjectStorageScriptLocation

    Bucket string
    The bucket name inside the object storage namespace. Example: custom_dr_scripts
    Namespace string
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    Object string
    The object name inside the object storage bucket. Example: validate_app_start.sh
    Bucket string
    The bucket name inside the object storage namespace. Example: custom_dr_scripts
    Namespace string
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    Object string
    The object name inside the object storage bucket. Example: validate_app_start.sh
    bucket String
    The bucket name inside the object storage namespace. Example: custom_dr_scripts
    namespace String
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object String
    The object name inside the object storage bucket. Example: validate_app_start.sh
    bucket string
    The bucket name inside the object storage namespace. Example: custom_dr_scripts
    namespace string
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object string
    The object name inside the object storage bucket. Example: validate_app_start.sh
    bucket str
    The bucket name inside the object storage namespace. Example: custom_dr_scripts
    namespace str
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object str
    The object name inside the object storage bucket. Example: validate_app_start.sh
    bucket String
    The bucket name inside the object storage namespace. Example: custom_dr_scripts
    namespace String
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object String
    The object name inside the object storage bucket. Example: validate_app_start.sh

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi