Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
static DrPlanStepRefreshStatus |
DrPlanStepRefreshStatus.create(String key) |
DrPlanStepRefreshStatus |
DrPlanStep.getRefreshStatus()
The DR plan step refresh status.
|
static DrPlanStepRefreshStatus |
DrPlanStepRefreshStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanStepRefreshStatus[] |
DrPlanStepRefreshStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrPlanStep.Builder |
DrPlanStep.Builder.refreshStatus(DrPlanStepRefreshStatus refreshStatus)
The DR plan step refresh status.
|
Constructor and Description |
---|
DrPlanStep(String id,
String groupId,
String memberId,
DrPlanStepType type,
DrPlanStepRefreshStatus refreshStatus,
String displayName,
DrPlanStepErrorMode errorMode,
Integer timeout,
Boolean isEnabled,
DrPlanUserDefinedStep userDefinedStep)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.