Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.DisasterRecovery.getDrPlanExecution
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
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
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDrPlanExecution = oci.DisasterRecovery.getDrPlanExecution({
drPlanExecutionId: testDrPlanExecutionOciDisasterRecoveryDrPlanExecution.id,
});
import pulumi
import pulumi_oci as oci
test_dr_plan_execution = oci.DisasterRecovery.get_dr_plan_execution(dr_plan_execution_id=test_dr_plan_execution_oci_disaster_recovery_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: testDrPlanExecutionOciDisasterRecoveryDrPlanExecution.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 testDrPlanExecution = Oci.DisasterRecovery.GetDrPlanExecution.Invoke(new()
{
DrPlanExecutionId = testDrPlanExecutionOciDisasterRecoveryDrPlanExecution.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.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(testDrPlanExecutionOciDisasterRecoveryDrPlanExecution.id())
.build());
}
}
variables:
testDrPlanExecution:
fn::invoke:
Function: oci:DisasterRecovery:getDrPlanExecution
Arguments:
drPlanExecutionId: ${testDrPlanExecutionOciDisasterRecoveryDrPlanExecution.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..uniqueID
- Dr
Plan stringExecution Id - The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID
- dr
Plan StringExecution Id - The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID
- dr
Plan stringExecution Id - The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID
- dr_
plan_ strexecution_ id - The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID
- dr
Plan StringExecution Id - The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID
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..uniqueID
- 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 execution. 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..uniqueID
- Execution
Duration intIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- Life
Cycle stringDetails - A message describing the DR plan execution's current state in more detail.
- Log
Locations List<GetDr Plan Execution Log Location> - The details of an object storage log location for a DR protection group.
- Peer
Dr stringProtection Group Id - The OCID of peer DR protection group associated with this plan's DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- Peer
Region string - The region of the peer DR protection group associated with this plan's 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..uniqueID
- 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 when 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..uniqueID
- 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 execution. 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..uniqueID
- Execution
Duration intIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- Life
Cycle stringDetails - A message describing the DR plan execution's current state in more detail.
- Log
Locations []GetDr Plan Execution Log Location - The details of an object storage log location for a DR protection group.
- Peer
Dr stringProtection Group Id - The OCID of peer DR protection group associated with this plan's DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- Peer
Region string - The region of the peer DR protection group associated with this plan's 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..uniqueID
- 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 when 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..uniqueID
- 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 execution. 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..uniqueID
- execution
Duration IntegerIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- life
Cycle StringDetails - A message describing the DR plan execution's current state in more detail.
- log
Locations List<GetDr Plan Execution Log Location> - The details of an object storage log location for a DR protection group.
- peer
Dr StringProtection Group Id - The OCID of peer DR protection group associated with this plan's DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer
Region String - The region of the peer DR protection group associated with this plan's 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..uniqueID
- 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 when 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..uniqueID
- {[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 execution. 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..uniqueID
- execution
Duration numberIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- life
Cycle stringDetails - A message describing the DR plan execution's current state in more detail.
- log
Locations GetDr Plan Execution Log Location[] - The details of an object storage log location for a DR protection group.
- peer
Dr stringProtection Group Id - The OCID of peer DR protection group associated with this plan's DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer
Region string - The region of the peer DR protection group associated with this plan's 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..uniqueID
- 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 when 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..uniqueID
- 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 execution. 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..uniqueID
- execution_
duration_ intin_ sec - The total duration in seconds taken to complete the step execution. Example:
35
- execution_
options Sequence[disasterrecovery.Get Dr 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 Sequence[disasterrecovery.Get Dr 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..uniqueID
- life_
cycle_ strdetails - A message describing the DR plan execution's current state in more detail.
- log_
locations Sequence[disasterrecovery.Get Dr Plan Execution Log Location] - The details of an object storage log location for a DR protection group.
- peer_
dr_ strprotection_ group_ id - The OCID of 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_
execution_ strtype - The type of the DR plan executed.
- plan_
id str - The OCID of the DR plan. Example:
ocid1.drplan.oc1..uniqueID
- 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 when 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..uniqueID
- 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 execution. 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..uniqueID
- execution
Duration NumberIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- life
Cycle StringDetails - A message describing the DR plan execution's current state in more detail.
- log
Locations List<Property Map> - The details of an object storage log location for a DR protection group.
- peer
Dr StringProtection Group Id - The OCID of peer DR protection group associated with this plan's DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID
- peer
Region String - The region of the peer DR protection group associated with this plan's 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..uniqueID
- 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 when 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 should be executed before the plan execution. Example:
true
- Are
Warnings boolIgnored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false
- Plan
Execution stringType - The type of the DR plan executed.
- Are
Prechecks boolEnabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true
- Are
Warnings boolIgnored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false
- Plan
Execution stringType - The type of the DR plan executed.
- are
Prechecks BooleanEnabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true
- are
Warnings BooleanIgnored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false
- plan
Execution StringType - The type of the DR plan executed.
- are
Prechecks booleanEnabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true
- are
Warnings booleanIgnored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false
- plan
Execution stringType - The type of the DR plan executed.
- are_
prechecks_ boolenabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true
- are_
warnings_ boolignored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false
- plan_
execution_ strtype - The type of the DR plan executed.
- are
Prechecks BooleanEnabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true
- are
Warnings BooleanIgnored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false
- plan
Execution StringType - The type of the DR plan executed.
GetDrPlanExecutionGroupExecution
- Display
Name string - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- Execution
Duration intIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- Status string
- The status of the step execution.
- Status
Details string - Additional details on 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 step executions in the 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 group type. Example:
BUILT_IN
- Display
Name string - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- Execution
Duration intIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- Status string
- The status of the step execution.
- Status
Details string - Additional details on 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 step executions in the 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 group type. Example:
BUILT_IN
- display
Name String - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- execution
Duration IntegerIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- status String
- The status of the step execution.
- status
Details String - Additional details on 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 step executions in the 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 group type. Example:
BUILT_IN
- display
Name string - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- execution
Duration numberIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- status string
- The status of the step execution.
- status
Details string - Additional details on 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 step executions in the 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 group type. Example:
BUILT_IN
- display_
name str - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- execution_
duration_ intin_ sec - The total duration in seconds taken to complete the 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..uniqueID
- status str
- The status of the step execution.
- status_
details str - Additional details on the step execution status. Example:
This step failed to complete due to a timeout
- step_
executions Sequence[disasterrecovery.Get Dr Plan Execution Group Execution Step Execution] - A list of step executions in the 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 group type. Example:
BUILT_IN
- display
Name String - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- execution
Duration NumberIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- status String
- The status of the step execution.
- status
Details String - Additional details on the step execution status. Example:
This step failed to complete due to a timeout
- step
Executions List<Property Map> - A list of step executions in the 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 group type. Example:
BUILT_IN
GetDrPlanExecutionGroupExecutionStepExecution
- Display
Name string - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- Execution
Duration intIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- Log
Locations List<GetDr Plan Execution Group Execution Step Execution Log Location> - The details of an object storage log location for a DR protection group.
- Status string
- The status of the step execution.
- Status
Details string - Additional details on the step execution status. Example:
This step failed to complete due to a timeout
- Step
Id string - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID
- 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 group type. Example:
BUILT_IN
- Display
Name string - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- Execution
Duration intIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- Log
Locations []GetDr Plan Execution Group Execution Step Execution Log Location - The details of an object storage log location for a DR protection group.
- Status string
- The status of the step execution.
- Status
Details string - Additional details on the step execution status. Example:
This step failed to complete due to a timeout
- Step
Id string - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID
- 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 group type. Example:
BUILT_IN
- display
Name String - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- execution
Duration IntegerIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- log
Locations List<GetDr Plan Execution Group Execution Step Execution Log Location> - The details of an object storage log location for a DR protection group.
- status String
- The status of the step execution.
- status
Details String - Additional details on the step execution status. Example:
This step failed to complete due to a timeout
- step
Id String - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID
- 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 group type. Example:
BUILT_IN
- display
Name string - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- execution
Duration numberIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- log
Locations GetDr Plan Execution Group Execution Step Execution Log Location[] - The details of an object storage log location for a DR protection group.
- status string
- The status of the step execution.
- status
Details string - Additional details on the step execution status. Example:
This step failed to complete due to a timeout
- step
Id string - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID
- 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 group type. Example:
BUILT_IN
- display_
name str - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- execution_
duration_ intin_ sec - The total duration in seconds taken to complete the 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..uniqueID
- log_
locations Sequence[disasterrecovery.Get Dr Plan Execution Group Execution Step Execution Log Location] - The details of an object storage log location for a DR protection group.
- status str
- The status of the step execution.
- status_
details str - Additional details on the step execution status. Example:
This step failed to complete due to a timeout
- step_
id str - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID
- 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 group type. Example:
BUILT_IN
- display
Name String - The display name of the step execution. Example:
DATABASE_SWITCHOVER
- execution
Duration NumberIn Sec - The total duration in seconds taken to complete the 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..uniqueID
- log
Locations List<Property Map> - The details of an object storage log location for a DR protection group.
- status String
- The status of the step execution.
- status
Details String - Additional details on the step execution status. Example:
This step failed to complete due to a timeout
- step
Id String - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID
- 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 group type. Example:
BUILT_IN
GetDrPlanExecutionGroupExecutionStepExecutionLogLocation
GetDrPlanExecutionLogLocation
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi