Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
static DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.builder()
Create a new builder.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.compartmentId(String compartmentId)
The OCID of the compartment containing this plan execution.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.copy(DrPlanExecutionSummary model) |
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.displayName(String displayName)
The display name of the DR plan execution.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.drProtectionGroupId(String drProtectionGroupId)
The OCID of the DR protection group to which this DR plan execution belongs.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.executionDurationInSec(Integer executionDurationInSec)
The total duration in seconds taken to complete the DR plan execution.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.id(String id)
The OCID of the DR plan execution.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.lifeCycleDetails(String lifeCycleDetails)
A message describing the DR plan execution’s current state in more detail.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.lifecycleState(DrPlanExecutionLifecycleState lifecycleState)
The current state of the DR plan execution.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.logLocation(ObjectStorageLogLocation logLocation) |
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.peerDrProtectionGroupId(String peerDrProtectionGroupId)
The OCID of peer DR protection group associated with this DR plan execution’s DR
protection group.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.peerRegion(String peerRegion)
The region of the peer DR protection group associated with this DR plan execution’s DR
protection group.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.planExecutionType(DrPlanExecutionType planExecutionType)
The type of the DR plan execution.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.planId(String planId)
The OCID of the DR plan for this DR plan execution.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.timeCreated(Date timeCreated)
The date and time at which DR plan execution was created.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.timeEnded(Date timeEnded)
The date and time at which DR plan execution succeeded, failed, was paused, or canceled.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.timeStarted(Date timeStarted)
The date and time at which DR plan execution began.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.timeUpdated(Date timeUpdated)
The time when this DR plan execution was last updated.
|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.