Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
static DrPlanGroupType |
DrPlanGroupType.create(String key) |
DrPlanGroupType |
UpdateDrPlanGroupDetails.getType()
The group type.
|
DrPlanGroupType |
DrPlanGroupExecution.getType()
The group type.
|
DrPlanGroupType |
DrPlanGroup.getType()
The group type.
|
static DrPlanGroupType |
DrPlanGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanGroupType[] |
DrPlanGroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateDrPlanGroupDetails.Builder |
UpdateDrPlanGroupDetails.Builder.type(DrPlanGroupType type)
The group type.
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.type(DrPlanGroupType type)
The group type.
|
DrPlanGroup.Builder |
DrPlanGroup.Builder.type(DrPlanGroupType type)
The group type.
|
Constructor and Description |
---|
DrPlanGroup(String id,
DrPlanGroupType type,
DrPlanGroupRefreshStatus refreshStatus,
String displayName,
Boolean isPauseEnabled,
List<DrPlanStep> steps)
Deprecated.
|
DrPlanGroupExecution(String groupId,
DrPlanGroupType type,
String displayName,
DrPlanGroupExecutionStatus status,
String statusDetails,
Date timeStarted,
Date timeEnded,
Integer executionDurationInSec,
List<DrPlanStepExecution> stepExecutions)
Deprecated.
|
UpdateDrPlanGroupDetails(String id,
String displayName,
DrPlanGroupType type,
Boolean isPauseEnabled,
List<UpdateDrPlanStepDetails> steps)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.