Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model | |
com.oracle.bmc.disasterrecovery.requests |
Modifier and Type | Method and Description |
---|---|
static DrProtectionGroupLifecycleSubState |
DrProtectionGroupLifecycleSubState.create(String key) |
DrProtectionGroupLifecycleSubState |
DrProtectionGroupSummary.getLifecycleSubState()
The current sub-state of the DR protection group.
|
DrProtectionGroupLifecycleSubState |
DrProtectionGroup.getLifecycleSubState()
The current sub-state of the DR protection group.
|
static DrProtectionGroupLifecycleSubState |
DrProtectionGroupLifecycleSubState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrProtectionGroupLifecycleSubState[] |
DrProtectionGroupLifecycleSubState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrProtectionGroupSummary.Builder |
DrProtectionGroupSummary.Builder.lifecycleSubState(DrProtectionGroupLifecycleSubState lifecycleSubState)
The current sub-state of the DR protection group.
|
DrProtectionGroup.Builder |
DrProtectionGroup.Builder.lifecycleSubState(DrProtectionGroupLifecycleSubState lifecycleSubState)
The current sub-state of the DR protection group.
|
Modifier and Type | Method and Description |
---|---|
DrProtectionGroupLifecycleSubState |
ListDrProtectionGroupsRequest.getLifecycleSubState()
A filter to return only DR protection groups that match the given lifecycle sub-state.
|
Modifier and Type | Method and Description |
---|---|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.lifecycleSubState(DrProtectionGroupLifecycleSubState lifecycleSubState)
A filter to return only DR protection groups that match the given lifecycle sub-state.
|
Copyright © 2016–2024. All rights reserved.