Oracle Cloud Infrastructure v0.20.0, May 31 23
Oracle Cloud Infrastructure v0.20.0, May 31 23
oci.DisasterRecovery.getDrPlanExecution
Explore with Pulumi AI
This data source provides details about a specific Dr Plan Execution resource in Oracle Cloud Infrastructure Disaster Recovery service.
Get details for the DR Plan Execution identified by drPlanExecutionId.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDrPlanExecution = Oci.DisasterRecovery.GetDrPlanExecution.Invoke(new()
{
DrPlanExecutionId = oci_disaster_recovery_dr_plan_execution.Test_dr_plan_execution.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.GetDrPlanExecution(ctx, &disasterrecovery.GetDrPlanExecutionArgs{
DrPlanExecutionId: oci_disaster_recovery_dr_plan_execution.Test_dr_plan_execution.Id,
}, 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.DisasterRecovery.DisasterRecoveryFunctions;
import com.pulumi.oci.DisasterRecovery.inputs.GetDrPlanExecutionArgs;
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 testDrPlanExecution = DisasterRecoveryFunctions.getDrPlanExecution(GetDrPlanExecutionArgs.builder()
.drPlanExecutionId(oci_disaster_recovery_dr_plan_execution.test_dr_plan_execution().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_dr_plan_execution = oci.DisasterRecovery.get_dr_plan_execution(dr_plan_execution_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDrPlanExecution = oci.DisasterRecovery.getDrPlanExecution({
drPlanExecutionId: oci_disaster_recovery_dr_plan_execution.test_dr_plan_execution.id,
});
variables:
testDrPlanExecution:
fn::invoke:
Function: oci:DisasterRecovery:getDrPlanExecution
Arguments:
drPlanExecutionId: ${oci_disaster_recovery_dr_plan_execution.test_dr_plan_execution.id}
Using getDrPlanExecution
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 getDrPlanExecution(args: GetDrPlanExecutionArgs, opts?: InvokeOptions): Promise<GetDrPlanExecutionResult>
function getDrPlanExecutionOutput(args: GetDrPlanExecutionOutputArgs, opts?: InvokeOptions): Output<GetDrPlanExecutionResult>
def get_dr_plan_execution(dr_plan_execution_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDrPlanExecutionResult
def get_dr_plan_execution_output(dr_plan_execution_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDrPlanExecutionResult]
func GetDrPlanExecution(ctx *Context, args *GetDrPlanExecutionArgs, opts ...InvokeOption) (*GetDrPlanExecutionResult, error)
func GetDrPlanExecutionOutput(ctx *Context, args *GetDrPlanExecutionOutputArgs, opts ...InvokeOption) GetDrPlanExecutionResultOutput
> Note: This function is named GetDrPlanExecution
in the Go SDK.
public static class GetDrPlanExecution
{
public static Task<GetDrPlanExecutionResult> InvokeAsync(GetDrPlanExecutionArgs args, InvokeOptions? opts = null)
public static Output<GetDrPlanExecutionResult> Invoke(GetDrPlanExecutionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDrPlanExecutionResult> getDrPlanExecution(GetDrPlanExecutionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DisasterRecovery/getDrPlanExecution:getDrPlanExecution
arguments:
# arguments dictionary
The following arguments are supported:
- Dr
Plan stringExecution Id The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid
- Dr
Plan stringExecution Id The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid
- dr
Plan StringExecution Id The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid
- dr
Plan stringExecution Id The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid
- dr_
plan_ strexecution_ id The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid
- dr
Plan StringExecution Id The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid
getDrPlanExecution Result
The following output properties are available:
- Compartment
Id string The OCID of the compartment containing this DR Plan Execution. Example:
ocid1.compartment.oc1..exampleocid1
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- Display
Name string The display name of the step. Example:
DATABASE_SWITCHOVER
- Dr
Plan stringExecution Id - Dr
Protection stringGroup Id The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- Execution
Duration intIn Sec The total duration in seconds taken to complete step execution. Example:
35
- Execution
Options List<GetDr Plan Execution Execution Option> The options for a plan execution.
- 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"}
- Group
Executions List<GetDr Plan Execution Group Execution> A list of groups executed in this DR Plan Execution.
- Id string
The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid2
- Life
Cycle stringDetails A message describing the DR Plan Execution's current state in more detail. Example:
The DR Plan Execution [Execution - EBS Switchover PHX to IAD] is currently in progress
- Log
Locations List<GetDr Plan Execution Log Location> Information about an Object Storage log location for a DR Protection Group.
- Peer
Dr stringProtection Group Id The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- Peer
Region string The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- Plan
Execution stringType The type of the DR Plan executed.
- Plan
Id string The OCID of the DR Plan. Example:
ocid1.drplan.oc1.iad.exampleocid2
- State string
The current state of the DR Plan Execution.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The date and time at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Ended string The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Started string The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Updated string The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Compartment
Id string The OCID of the compartment containing this DR Plan Execution. Example:
ocid1.compartment.oc1..exampleocid1
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- Display
Name string The display name of the step. Example:
DATABASE_SWITCHOVER
- Dr
Plan stringExecution Id - Dr
Protection stringGroup Id The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- Execution
Duration intIn Sec The total duration in seconds taken to complete step execution. Example:
35
- Execution
Options []GetDr Plan Execution Execution Option The options for a plan execution.
- 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"}
- Group
Executions []GetDr Plan Execution Group Execution A list of groups executed in this DR Plan Execution.
- Id string
The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid2
- Life
Cycle stringDetails A message describing the DR Plan Execution's current state in more detail. Example:
The DR Plan Execution [Execution - EBS Switchover PHX to IAD] is currently in progress
- Log
Locations []GetDr Plan Execution Log Location Information about an Object Storage log location for a DR Protection Group.
- Peer
Dr stringProtection Group Id The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- Peer
Region string The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- Plan
Execution stringType The type of the DR Plan executed.
- Plan
Id string The OCID of the DR Plan. Example:
ocid1.drplan.oc1.iad.exampleocid2
- State string
The current state of the DR Plan Execution.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The date and time at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Ended string The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Started string The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Updated string The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- compartment
Id String The OCID of the compartment containing this DR Plan Execution. Example:
ocid1.compartment.oc1..exampleocid1
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- display
Name String The display name of the step. Example:
DATABASE_SWITCHOVER
- dr
Plan StringExecution Id - dr
Protection StringGroup Id The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- execution
Duration IntegerIn Sec The total duration in seconds taken to complete step execution. Example:
35
- execution
Options List<GetDr Plan Execution Execution Option> The options for a plan execution.
- 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"}
- group
Executions List<GetDr Plan Execution Group Execution> A list of groups executed in this DR Plan Execution.
- id String
The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid2
- life
Cycle StringDetails A message describing the DR Plan Execution's current state in more detail. Example:
The DR Plan Execution [Execution - EBS Switchover PHX to IAD] is currently in progress
- log
Locations List<GetDr Plan Execution Log Location> Information about an Object Storage log location for a DR Protection Group.
- peer
Dr StringProtection Group Id The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- peer
Region String The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- plan
Execution StringType The type of the DR Plan executed.
- plan
Id String The OCID of the DR Plan. Example:
ocid1.drplan.oc1.iad.exampleocid2
- state String
The current state of the DR Plan Execution.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The date and time at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Ended String The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Started String The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Updated String The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- compartment
Id string The OCID of the compartment containing this DR Plan Execution. Example:
ocid1.compartment.oc1..exampleocid1
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- display
Name string The display name of the step. Example:
DATABASE_SWITCHOVER
- dr
Plan stringExecution Id - dr
Protection stringGroup Id The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- execution
Duration numberIn Sec The total duration in seconds taken to complete step execution. Example:
35
- execution
Options GetDr Plan Execution Execution Option[] The options for a plan execution.
- {[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"}
- group
Executions GetDr Plan Execution Group Execution[] A list of groups executed in this DR Plan Execution.
- id string
The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid2
- life
Cycle stringDetails A message describing the DR Plan Execution's current state in more detail. Example:
The DR Plan Execution [Execution - EBS Switchover PHX to IAD] is currently in progress
- log
Locations GetDr Plan Execution Log Location[] Information about an Object Storage log location for a DR Protection Group.
- peer
Dr stringProtection Group Id The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- peer
Region string The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- plan
Execution stringType The type of the DR Plan executed.
- plan
Id string The OCID of the DR Plan. Example:
ocid1.drplan.oc1.iad.exampleocid2
- state string
The current state of the DR Plan Execution.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The date and time at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Ended string The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Started string The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Updated string The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- compartment_
id str The OCID of the compartment containing this DR Plan Execution. Example:
ocid1.compartment.oc1..exampleocid1
- 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 step. Example:
DATABASE_SWITCHOVER
- dr_
plan_ strexecution_ id - dr_
protection_ strgroup_ id The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- execution_
duration_ intin_ sec The total duration in seconds taken to complete step execution. Example:
35
- execution_
options GetDr Plan Execution Execution Option] The options for a plan execution.
- 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"}
- group_
executions GetDr Plan Execution Group Execution] A list of groups executed in this DR Plan Execution.
- id str
The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid2
- life_
cycle_ strdetails A message describing the DR Plan Execution's current state in more detail. Example:
The DR Plan Execution [Execution - EBS Switchover PHX to IAD] is currently in progress
- log_
locations GetDr Plan Execution Log Location] Information about an Object Storage log location for a DR Protection Group.
- peer_
dr_ strprotection_ group_ id The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- peer_
region str The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- plan_
execution_ strtype The type of the DR Plan executed.
- plan_
id str The OCID of the DR Plan. Example:
ocid1.drplan.oc1.iad.exampleocid2
- state str
The current state of the DR Plan Execution.
- 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 at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time_
ended str The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time_
started str The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time_
updated str The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- compartment
Id String The OCID of the compartment containing this DR Plan Execution. Example:
ocid1.compartment.oc1..exampleocid1
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"}
- display
Name String The display name of the step. Example:
DATABASE_SWITCHOVER
- dr
Plan StringExecution Id - dr
Protection StringGroup Id The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example:
ocid1.drprotectiongroup.oc1.iad.exampleocid2
- execution
Duration NumberIn Sec The total duration in seconds taken to complete step execution. Example:
35
- execution
Options List<Property Map> The options for a plan execution.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"Department": "Finance"}
- group
Executions List<Property Map> A list of groups executed in this DR Plan Execution.
- id String
The OCID of the DR Plan Execution. Example:
ocid1.drplanexecution.oc1.iad.exampleocid2
- life
Cycle StringDetails A message describing the DR Plan Execution's current state in more detail. Example:
The DR Plan Execution [Execution - EBS Switchover PHX to IAD] is currently in progress
- log
Locations List<Property Map> Information about an Object Storage log location for a DR Protection Group.
- peer
Dr StringProtection Group Id The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example:
ocid1.drprotectiongroup.oc1.phx.exampleocid1
- peer
Region String The region of the peer (remote) DR Protection Group. Example:
us-ashburn-1
- plan
Execution StringType The type of the DR Plan executed.
- plan
Id String The OCID of the DR Plan. Example:
ocid1.drplan.oc1.iad.exampleocid2
- state String
The current state of the DR Plan Execution.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The date and time at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Ended String The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Started String The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Updated String The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
Supporting Types
GetDrPlanExecutionExecutionOption
- Are
Prechecks boolEnabled A flag indicating whether a precheck was executed before the plan. Example:
false
- Are
Warnings boolIgnored A flag indicating whether warnigs was ignored during the switchover. Example:
true
- Plan
Execution stringType The type of the DR Plan executed.
- Are
Prechecks boolEnabled A flag indicating whether a precheck was executed before the plan. Example:
false
- Are
Warnings boolIgnored A flag indicating whether warnigs was ignored during the switchover. Example:
true
- Plan
Execution stringType The type of the DR Plan executed.
- are
Prechecks BooleanEnabled A flag indicating whether a precheck was executed before the plan. Example:
false
- are
Warnings BooleanIgnored A flag indicating whether warnigs was ignored during the switchover. Example:
true
- plan
Execution StringType The type of the DR Plan executed.
- are
Prechecks booleanEnabled A flag indicating whether a precheck was executed before the plan. Example:
false
- are
Warnings booleanIgnored A flag indicating whether warnigs was ignored during the switchover. Example:
true
- plan
Execution stringType The type of the DR Plan executed.
- are_
prechecks_ boolenabled A flag indicating whether a precheck was executed before the plan. Example:
false
- are_
warnings_ boolignored A flag indicating whether warnigs was ignored during the switchover. Example:
true
- plan_
execution_ strtype The type of the DR Plan executed.
- are
Prechecks BooleanEnabled A flag indicating whether a precheck was executed before the plan. Example:
false
- are
Warnings BooleanIgnored A flag indicating whether warnigs was ignored during the switchover. Example:
true
- plan
Execution StringType The type of the DR Plan executed.
GetDrPlanExecutionGroupExecution
- Display
Name string The display name of the step. Example:
DATABASE_SWITCHOVER
- Execution
Duration intIn Sec The total duration in seconds taken to complete step execution. Example:
35
- Group
Id string The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- Status string
The status of the step execution.
- Status
Details string Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- Step
Executions List<GetDr Plan Execution Group Execution Step Execution> A list of details of each step executed in this group.
- Time
Ended string The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Started string The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Type string
The plan group type.
- Display
Name string The display name of the step. Example:
DATABASE_SWITCHOVER
- Execution
Duration intIn Sec The total duration in seconds taken to complete step execution. Example:
35
- Group
Id string The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- Status string
The status of the step execution.
- Status
Details string Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- Step
Executions []GetDr Plan Execution Group Execution Step Execution A list of details of each step executed in this group.
- Time
Ended string The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Started string The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Type string
The plan group type.
- display
Name String The display name of the step. Example:
DATABASE_SWITCHOVER
- execution
Duration IntegerIn Sec The total duration in seconds taken to complete step execution. Example:
35
- group
Id String The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- status String
The status of the step execution.
- status
Details String Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- step
Executions List<GetDr Plan Execution Group Execution Step Execution> A list of details of each step executed in this group.
- time
Ended String The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Started String The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- type String
The plan group type.
- display
Name string The display name of the step. Example:
DATABASE_SWITCHOVER
- execution
Duration numberIn Sec The total duration in seconds taken to complete step execution. Example:
35
- group
Id string The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- status string
The status of the step execution.
- status
Details string Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- step
Executions GetDr Plan Execution Group Execution Step Execution[] A list of details of each step executed in this group.
- time
Ended string The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Started string The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- type string
The plan group type.
- display_
name str The display name of the step. Example:
DATABASE_SWITCHOVER
- execution_
duration_ intin_ sec The total duration in seconds taken to complete step execution. Example:
35
- group_
id str The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- status str
The status of the step execution.
- status_
details str Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- step_
executions GetDr Plan Execution Group Execution Step Execution] A list of details of each step executed in this group.
- time_
ended str The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time_
started str The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- type str
The plan group type.
- display
Name String The display name of the step. Example:
DATABASE_SWITCHOVER
- execution
Duration NumberIn Sec The total duration in seconds taken to complete step execution. Example:
35
- group
Id String The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- status String
The status of the step execution.
- status
Details String Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- step
Executions List<Property Map> A list of details of each step executed in this group.
- time
Ended String The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Started String The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- type String
The plan group type.
GetDrPlanExecutionGroupExecutionStepExecution
- Display
Name string The display name of the step. Example:
DATABASE_SWITCHOVER
- Execution
Duration intIn Sec The total duration in seconds taken to complete step execution. Example:
35
- Group
Id string The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- Log
Locations List<GetDr Plan Execution Group Execution Step Execution Log Location> Information about an Object Storage log location for a DR Protection Group.
- Status string
The status of the step execution.
- Status
Details string Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- Step
Id string The unique id of this step. Must not be modified by user. Example:
sgid1.step..examplestepsgid
- Time
Ended string The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Started string The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Type string
The plan group type.
- Display
Name string The display name of the step. Example:
DATABASE_SWITCHOVER
- Execution
Duration intIn Sec The total duration in seconds taken to complete step execution. Example:
35
- Group
Id string The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- Log
Locations []GetDr Plan Execution Group Execution Step Execution Log Location Information about an Object Storage log location for a DR Protection Group.
- Status string
The status of the step execution.
- Status
Details string Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- Step
Id string The unique id of this step. Must not be modified by user. Example:
sgid1.step..examplestepsgid
- Time
Ended string The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Time
Started string The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Type string
The plan group type.
- display
Name String The display name of the step. Example:
DATABASE_SWITCHOVER
- execution
Duration IntegerIn Sec The total duration in seconds taken to complete step execution. Example:
35
- group
Id String The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- log
Locations List<GetDr Plan Execution Group Execution Step Execution Log Location> Information about an Object Storage log location for a DR Protection Group.
- status String
The status of the step execution.
- status
Details String Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- step
Id String The unique id of this step. Must not be modified by user. Example:
sgid1.step..examplestepsgid
- time
Ended String The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Started String The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- type String
The plan group type.
- display
Name string The display name of the step. Example:
DATABASE_SWITCHOVER
- execution
Duration numberIn Sec The total duration in seconds taken to complete step execution. Example:
35
- group
Id string The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- log
Locations GetDr Plan Execution Group Execution Step Execution Log Location[] Information about an Object Storage log location for a DR Protection Group.
- status string
The status of the step execution.
- status
Details string Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- step
Id string The unique id of this step. Must not be modified by user. Example:
sgid1.step..examplestepsgid
- time
Ended string The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Started string The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- type string
The plan group type.
- display_
name str The display name of the step. Example:
DATABASE_SWITCHOVER
- execution_
duration_ intin_ sec The total duration in seconds taken to complete step execution. Example:
35
- group_
id str The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- log_
locations GetDr Plan Execution Group Execution Step Execution Log Location] Information about an Object Storage log location for a DR Protection Group.
- status str
The status of the step execution.
- status_
details str Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- step_
id str The unique id of this step. Must not be modified by user. Example:
sgid1.step..examplestepsgid
- time_
ended str The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time_
started str The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- type str
The plan group type.
- display
Name String The display name of the step. Example:
DATABASE_SWITCHOVER
- execution
Duration NumberIn Sec The total duration in seconds taken to complete step execution. Example:
35
- group
Id String The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..examplegroupsgid
- log
Locations List<Property Map> Information about an Object Storage log location for a DR Protection Group.
- status String
The status of the step execution.
- status
Details String Additional details about the step execution status. Example:
This step failed to complete due to a timeout
- step
Id String The unique id of this step. Must not be modified by user. Example:
sgid1.step..examplestepsgid
- time
Ended String The date and time at which DR Plan Execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- time
Started String The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- type String
The plan group type.
GetDrPlanExecutionGroupExecutionStepExecutionLogLocation
GetDrPlanExecutionLogLocation
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.