Uses of Class
com.oracle.bmc.disasterrecovery.model.ObjectStorageLogLocation
-
Packages that use ObjectStorageLogLocation Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of ObjectStorageLogLocation in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return ObjectStorageLogLocation Modifier and Type Method Description ObjectStorageLogLocation
ObjectStorageLogLocation.Builder. build()
ObjectStorageLogLocation
DrPlanExecution. getLogLocation()
ObjectStorageLogLocation
DrPlanExecutionSummary. getLogLocation()
ObjectStorageLogLocation
DrPlanStepExecution. getLogLocation()
ObjectStorageLogLocation
DrProtectionGroup. getLogLocation()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type ObjectStorageLogLocation Modifier and Type Method Description ObjectStorageLogLocation.Builder
ObjectStorageLogLocation.Builder. copy(ObjectStorageLogLocation model)
DrPlanExecution.Builder
DrPlanExecution.Builder. logLocation(ObjectStorageLogLocation logLocation)
DrPlanExecutionSummary.Builder
DrPlanExecutionSummary.Builder. logLocation(ObjectStorageLogLocation logLocation)
DrPlanStepExecution.Builder
DrPlanStepExecution.Builder. logLocation(ObjectStorageLogLocation logLocation)
DrProtectionGroup.Builder
DrProtectionGroup.Builder. logLocation(ObjectStorageLogLocation logLocation)
Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type ObjectStorageLogLocation Constructor 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.
-