Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
ObjectStorageLogLocation |
ObjectStorageLogLocation.Builder.build() |
ObjectStorageLogLocation |
DrPlanExecutionSummary.getLogLocation() |
ObjectStorageLogLocation |
DrPlanExecution.getLogLocation() |
ObjectStorageLogLocation |
DrProtectionGroup.getLogLocation() |
ObjectStorageLogLocation |
DrPlanStepExecution.getLogLocation() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageLogLocation.Builder |
ObjectStorageLogLocation.Builder.copy(ObjectStorageLogLocation model) |
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.logLocation(ObjectStorageLogLocation logLocation) |
DrPlanExecution.Builder |
DrPlanExecution.Builder.logLocation(ObjectStorageLogLocation logLocation) |
DrProtectionGroup.Builder |
DrProtectionGroup.Builder.logLocation(ObjectStorageLogLocation logLocation) |
DrPlanStepExecution.Builder |
DrPlanStepExecution.Builder.logLocation(ObjectStorageLogLocation logLocation) |
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.
|
DrPlanStepExecution(String stepId,
DrPlanStepType type,
String groupId,
String displayName,
ObjectStorageLogLocation logLocation,
DrPlanStepExecutionStatus status,
String statusDetails,
Date timeStarted,
Date timeEnded,
Integer executionDurationInSec)
Deprecated.
|
DrProtectionGroup(String id,
String compartmentId,
String displayName,
DrProtectionGroupRole role,
String peerId,
String peerRegion,
ObjectStorageLogLocation logLocation,
List<DrProtectionGroupMember> members,
Date timeCreated,
Date timeUpdated,
DrProtectionGroupLifecycleState lifecycleState,
String lifeCycleDetails,
DrProtectionGroupLifecycleSubState lifecycleSubState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.