oci logo
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:

DrPlanExecutionId string

The OCID of the DR Plan Execution. Example: ocid1.drplanexecution.oc1.iad.exampleocid

DrPlanExecutionId string

The OCID of the DR Plan Execution. Example: ocid1.drplanexecution.oc1.iad.exampleocid

drPlanExecutionId String

The OCID of the DR Plan Execution. Example: ocid1.drplanexecution.oc1.iad.exampleocid

drPlanExecutionId string

The OCID of the DR Plan Execution. Example: ocid1.drplanexecution.oc1.iad.exampleocid

dr_plan_execution_id str

The OCID of the DR Plan Execution. Example: ocid1.drplanexecution.oc1.iad.exampleocid

drPlanExecutionId String

The OCID of the DR Plan Execution. Example: ocid1.drplanexecution.oc1.iad.exampleocid

getDrPlanExecution Result

The following output properties are available:

CompartmentId string

The OCID of the compartment containing this DR Plan Execution. Example: ocid1.compartment.oc1..exampleocid1

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 step. Example: DATABASE_SWITCHOVER

DrPlanExecutionId string
DrProtectionGroupId string

The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example: ocid1.drprotectiongroup.oc1.iad.exampleocid2

ExecutionDurationInSec int

The total duration in seconds taken to complete step execution. Example: 35

ExecutionOptions List<GetDrPlanExecutionExecutionOption>

The options for a plan execution.

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"}

GroupExecutions List<GetDrPlanExecutionGroupExecution>

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

LifeCycleDetails string

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

LogLocations List<GetDrPlanExecutionLogLocation>

Information about an Object Storage log location for a DR Protection Group.

PeerDrProtectionGroupId string

The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example: ocid1.drprotectiongroup.oc1.phx.exampleocid1

PeerRegion string

The region of the peer (remote) DR Protection Group. Example: us-ashburn-1

PlanExecutionType string

The type of the DR Plan executed.

PlanId string

The OCID of the DR Plan. Example: ocid1.drplan.oc1.iad.exampleocid2

State string

The current state of the DR Plan Execution.

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 at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

TimeEnded 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

TimeStarted string

The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

TimeUpdated string

The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

CompartmentId string

The OCID of the compartment containing this DR Plan Execution. Example: ocid1.compartment.oc1..exampleocid1

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 step. Example: DATABASE_SWITCHOVER

DrPlanExecutionId string
DrProtectionGroupId string

The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example: ocid1.drprotectiongroup.oc1.iad.exampleocid2

ExecutionDurationInSec int

The total duration in seconds taken to complete step execution. Example: 35

ExecutionOptions []GetDrPlanExecutionExecutionOption

The options for a plan execution.

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"}

GroupExecutions []GetDrPlanExecutionGroupExecution

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

LifeCycleDetails string

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

LogLocations []GetDrPlanExecutionLogLocation

Information about an Object Storage log location for a DR Protection Group.

PeerDrProtectionGroupId string

The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example: ocid1.drprotectiongroup.oc1.phx.exampleocid1

PeerRegion string

The region of the peer (remote) DR Protection Group. Example: us-ashburn-1

PlanExecutionType string

The type of the DR Plan executed.

PlanId string

The OCID of the DR Plan. Example: ocid1.drplan.oc1.iad.exampleocid2

State string

The current state of the DR Plan Execution.

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 at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

TimeEnded 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

TimeStarted string

The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

TimeUpdated string

The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

compartmentId String

The OCID of the compartment containing this DR Plan Execution. Example: ocid1.compartment.oc1..exampleocid1

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 step. Example: DATABASE_SWITCHOVER

drPlanExecutionId String
drProtectionGroupId String

The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example: ocid1.drprotectiongroup.oc1.iad.exampleocid2

executionDurationInSec Integer

The total duration in seconds taken to complete step execution. Example: 35

executionOptions List<GetDrPlanExecutionExecutionOption>

The options for a plan execution.

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"}

groupExecutions List<GetDrPlanExecutionGroupExecution>

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

lifeCycleDetails String

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

logLocations List<GetDrPlanExecutionLogLocation>

Information about an Object Storage log location for a DR Protection Group.

peerDrProtectionGroupId String

The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example: ocid1.drprotectiongroup.oc1.phx.exampleocid1

peerRegion String

The region of the peer (remote) DR Protection Group. Example: us-ashburn-1

planExecutionType String

The type of the DR Plan executed.

planId String

The OCID of the DR Plan. Example: ocid1.drplan.oc1.iad.exampleocid2

state String

The current state of the DR Plan Execution.

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 at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

timeEnded 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

timeStarted String

The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

timeUpdated String

The time at which DR Plan Execution was last updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

compartmentId string

The OCID of the compartment containing this DR Plan Execution. Example: ocid1.compartment.oc1..exampleocid1

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 step. Example: DATABASE_SWITCHOVER

drPlanExecutionId string
drProtectionGroupId string

The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example: ocid1.drprotectiongroup.oc1.iad.exampleocid2

executionDurationInSec number

The total duration in seconds taken to complete step execution. Example: 35

executionOptions GetDrPlanExecutionExecutionOption[]

The options for a plan execution.

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"}

groupExecutions GetDrPlanExecutionGroupExecution[]

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

lifeCycleDetails string

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

logLocations GetDrPlanExecutionLogLocation[]

Information about an Object Storage log location for a DR Protection Group.

peerDrProtectionGroupId string

The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example: ocid1.drprotectiongroup.oc1.phx.exampleocid1

peerRegion string

The region of the peer (remote) DR Protection Group. Example: us-ashburn-1

planExecutionType string

The type of the DR Plan executed.

planId string

The OCID of the DR Plan. Example: ocid1.drplan.oc1.iad.exampleocid2

state string

The current state of the DR Plan Execution.

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 at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

timeEnded 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

timeStarted string

The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

timeUpdated 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

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 step. Example: DATABASE_SWITCHOVER

dr_plan_execution_id str
dr_protection_group_id str

The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example: ocid1.drprotectiongroup.oc1.iad.exampleocid2

execution_duration_in_sec int

The total duration in seconds taken to complete step execution. Example: 35

execution_options GetDrPlanExecutionExecutionOption]

The options for a plan execution.

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"}

group_executions GetDrPlanExecutionGroupExecution]

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_details str

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 GetDrPlanExecutionLogLocation]

Information about an Object Storage log location for a DR Protection Group.

peer_dr_protection_group_id str

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_type str

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.

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 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

compartmentId String

The OCID of the compartment containing this DR Plan Execution. Example: ocid1.compartment.oc1..exampleocid1

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 step. Example: DATABASE_SWITCHOVER

drPlanExecutionId String
drProtectionGroupId String

The OCID of the DR Protection Group to which this DR Plan Execution belongs. Example: ocid1.drprotectiongroup.oc1.iad.exampleocid2

executionDurationInSec Number

The total duration in seconds taken to complete step execution. Example: 35

executionOptions List<Property Map>

The options for a plan execution.

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"}

groupExecutions 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

lifeCycleDetails String

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

logLocations List<Property Map>

Information about an Object Storage log location for a DR Protection Group.

peerDrProtectionGroupId String

The OCID of peer (remote) DR Protection Group associated with this plan's DR Protection Group. Example: ocid1.drprotectiongroup.oc1.phx.exampleocid1

peerRegion String

The region of the peer (remote) DR Protection Group. Example: us-ashburn-1

planExecutionType String

The type of the DR Plan executed.

planId String

The OCID of the DR Plan. Example: ocid1.drplan.oc1.iad.exampleocid2

state String

The current state of the DR Plan Execution.

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 at which DR Plan Execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

timeEnded 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

timeStarted String

The date and time at which DR Plan Execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

timeUpdated 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

ArePrechecksEnabled bool

A flag indicating whether a precheck was executed before the plan. Example: false

AreWarningsIgnored bool

A flag indicating whether warnigs was ignored during the switchover. Example: true

PlanExecutionType string

The type of the DR Plan executed.

ArePrechecksEnabled bool

A flag indicating whether a precheck was executed before the plan. Example: false

AreWarningsIgnored bool

A flag indicating whether warnigs was ignored during the switchover. Example: true

PlanExecutionType string

The type of the DR Plan executed.

arePrechecksEnabled Boolean

A flag indicating whether a precheck was executed before the plan. Example: false

areWarningsIgnored Boolean

A flag indicating whether warnigs was ignored during the switchover. Example: true

planExecutionType String

The type of the DR Plan executed.

arePrechecksEnabled boolean

A flag indicating whether a precheck was executed before the plan. Example: false

areWarningsIgnored boolean

A flag indicating whether warnigs was ignored during the switchover. Example: true

planExecutionType string

The type of the DR Plan executed.

are_prechecks_enabled bool

A flag indicating whether a precheck was executed before the plan. Example: false

are_warnings_ignored bool

A flag indicating whether warnigs was ignored during the switchover. Example: true

plan_execution_type str

The type of the DR Plan executed.

arePrechecksEnabled Boolean

A flag indicating whether a precheck was executed before the plan. Example: false

areWarningsIgnored Boolean

A flag indicating whether warnigs was ignored during the switchover. Example: true

planExecutionType String

The type of the DR Plan executed.

GetDrPlanExecutionGroupExecution

DisplayName string

The display name of the step. Example: DATABASE_SWITCHOVER

ExecutionDurationInSec int

The total duration in seconds taken to complete step execution. Example: 35

GroupId 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.

StatusDetails string

Additional details about the step execution status. Example: This step failed to complete due to a timeout

StepExecutions List<GetDrPlanExecutionGroupExecutionStepExecution>

A list of details of each step executed in this group.

TimeEnded 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

TimeStarted 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.

DisplayName string

The display name of the step. Example: DATABASE_SWITCHOVER

ExecutionDurationInSec int

The total duration in seconds taken to complete step execution. Example: 35

GroupId 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.

StatusDetails string

Additional details about the step execution status. Example: This step failed to complete due to a timeout

StepExecutions []GetDrPlanExecutionGroupExecutionStepExecution

A list of details of each step executed in this group.

TimeEnded 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

TimeStarted 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.

displayName String

The display name of the step. Example: DATABASE_SWITCHOVER

executionDurationInSec Integer

The total duration in seconds taken to complete step execution. Example: 35

groupId 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.

statusDetails String

Additional details about the step execution status. Example: This step failed to complete due to a timeout

stepExecutions List<GetDrPlanExecutionGroupExecutionStepExecution>

A list of details of each step executed in this group.

timeEnded 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

timeStarted 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.

displayName string

The display name of the step. Example: DATABASE_SWITCHOVER

executionDurationInSec number

The total duration in seconds taken to complete step execution. Example: 35

groupId 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.

statusDetails string

Additional details about the step execution status. Example: This step failed to complete due to a timeout

stepExecutions GetDrPlanExecutionGroupExecutionStepExecution[]

A list of details of each step executed in this group.

timeEnded 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

timeStarted 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_in_sec int

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 GetDrPlanExecutionGroupExecutionStepExecution]

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.

displayName String

The display name of the step. Example: DATABASE_SWITCHOVER

executionDurationInSec Number

The total duration in seconds taken to complete step execution. Example: 35

groupId 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.

statusDetails String

Additional details about the step execution status. Example: This step failed to complete due to a timeout

stepExecutions List<Property Map>

A list of details of each step executed in this group.

timeEnded 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

timeStarted 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

DisplayName string

The display name of the step. Example: DATABASE_SWITCHOVER

ExecutionDurationInSec int

The total duration in seconds taken to complete step execution. Example: 35

GroupId string

The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..examplegroupsgid

LogLocations List<GetDrPlanExecutionGroupExecutionStepExecutionLogLocation>

Information about an Object Storage log location for a DR Protection Group.

Status string

The status of the step execution.

StatusDetails string

Additional details about the step execution status. Example: This step failed to complete due to a timeout

StepId string

The unique id of this step. Must not be modified by user. Example: sgid1.step..examplestepsgid

TimeEnded 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

TimeStarted 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.

DisplayName string

The display name of the step. Example: DATABASE_SWITCHOVER

ExecutionDurationInSec int

The total duration in seconds taken to complete step execution. Example: 35

GroupId string

The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..examplegroupsgid

LogLocations []GetDrPlanExecutionGroupExecutionStepExecutionLogLocation

Information about an Object Storage log location for a DR Protection Group.

Status string

The status of the step execution.

StatusDetails string

Additional details about the step execution status. Example: This step failed to complete due to a timeout

StepId string

The unique id of this step. Must not be modified by user. Example: sgid1.step..examplestepsgid

TimeEnded 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

TimeStarted 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.

displayName String

The display name of the step. Example: DATABASE_SWITCHOVER

executionDurationInSec Integer

The total duration in seconds taken to complete step execution. Example: 35

groupId String

The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..examplegroupsgid

logLocations List<GetDrPlanExecutionGroupExecutionStepExecutionLogLocation>

Information about an Object Storage log location for a DR Protection Group.

status String

The status of the step execution.

statusDetails String

Additional details about the step execution status. Example: This step failed to complete due to a timeout

stepId String

The unique id of this step. Must not be modified by user. Example: sgid1.step..examplestepsgid

timeEnded 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

timeStarted 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.

displayName string

The display name of the step. Example: DATABASE_SWITCHOVER

executionDurationInSec number

The total duration in seconds taken to complete step execution. Example: 35

groupId string

The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..examplegroupsgid

logLocations GetDrPlanExecutionGroupExecutionStepExecutionLogLocation[]

Information about an Object Storage log location for a DR Protection Group.

status string

The status of the step execution.

statusDetails string

Additional details about the step execution status. Example: This step failed to complete due to a timeout

stepId string

The unique id of this step. Must not be modified by user. Example: sgid1.step..examplestepsgid

timeEnded 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

timeStarted 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_in_sec int

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 GetDrPlanExecutionGroupExecutionStepExecutionLogLocation]

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.

displayName String

The display name of the step. Example: DATABASE_SWITCHOVER

executionDurationInSec Number

The total duration in seconds taken to complete step execution. Example: 35

groupId String

The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..examplegroupsgid

logLocations List<Property Map>

Information about an Object Storage log location for a DR Protection Group.

status String

The status of the step execution.

statusDetails String

Additional details about the step execution status. Example: This step failed to complete due to a timeout

stepId String

The unique id of this step. Must not be modified by user. Example: sgid1.step..examplestepsgid

timeEnded 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

timeStarted 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

Bucket string

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

Bucket string

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

bucket String

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

bucket string

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

bucket str

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

bucket String

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

GetDrPlanExecutionLogLocation

Bucket string

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

Bucket string

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

bucket String

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

bucket string

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

bucket str

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

bucket String

The bucket name inside the Object Storage namespace. Example: operation_logs

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: switchover_plan_executions

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.