Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
static DrPlanGroupRefreshStatus |
DrPlanGroupRefreshStatus.create(String key) |
DrPlanGroupRefreshStatus |
DrPlanGroup.getRefreshStatus()
The DR plan group refresh status.
|
static DrPlanGroupRefreshStatus |
DrPlanGroupRefreshStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanGroupRefreshStatus[] |
DrPlanGroupRefreshStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrPlanGroup.Builder |
DrPlanGroup.Builder.refreshStatus(DrPlanGroupRefreshStatus refreshStatus)
The DR plan group refresh status.
|
Constructor and Description |
---|
DrPlanGroup(String id,
DrPlanGroupType type,
DrPlanGroupRefreshStatus refreshStatus,
String displayName,
Boolean isPauseEnabled,
List<DrPlanStep> steps)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.