Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
static DrPlanExecutionType |
DrPlanExecutionType.create(String key) |
DrPlanExecutionType |
DrPlanExecutionSummary.getPlanExecutionType()
The type of the DR plan execution.
|
DrPlanExecutionType |
DrPlanExecution.getPlanExecutionType()
The type of the DR plan executed.
|
static DrPlanExecutionType |
DrPlanExecutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanExecutionType[] |
DrPlanExecutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.planExecutionType(DrPlanExecutionType planExecutionType)
The type of the DR plan execution.
|
DrPlanExecution.Builder |
DrPlanExecution.Builder.planExecutionType(DrPlanExecutionType planExecutionType)
The type of the DR plan executed.
|
Constructor and Description |
---|
DrPlanExecution(String id,
String compartmentId,
String displayName,
String planId,
DrPlanExecutionType planExecutionType,
DrPlanExecutionOptions executionOptions,
String drProtectionGroupId,
String peerDrProtectionGroupId,
String peerRegion,
ObjectStorageLogLocation logLocation,
Date timeCreated,
Date timeStarted,
Date timeUpdated,
Date timeEnded,
Integer executionDurationInSec,
List<DrPlanGroupExecution> groupExecutions,
DrPlanExecutionLifecycleState lifecycleState,
String lifeCycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DrPlanExecutionSummary(String id,
String compartmentId,
String displayName,
String planId,
DrPlanExecutionType planExecutionType,
String drProtectionGroupId,
String peerDrProtectionGroupId,
String peerRegion,
ObjectStorageLogLocation logLocation,
Date timeCreated,
Date timeStarted,
Date timeUpdated,
Date timeEnded,
Integer executionDurationInSec,
DrPlanExecutionLifecycleState lifecycleState,
String lifeCycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.