Package | Description |
---|---|
com.oracle.bmc.disasterrecovery | |
com.oracle.bmc.disasterrecovery.model | |
com.oracle.bmc.disasterrecovery.requests |
Modifier and Type | Method and Description |
---|---|
static DrProtectionGroupLifecycleState |
DrProtectionGroupLifecycleState.create(String key) |
DrProtectionGroupLifecycleState |
DrProtectionGroupSummary.getLifecycleState()
The current state of the DR protection group.
|
DrProtectionGroupLifecycleState |
DrProtectionGroup.getLifecycleState()
The current state of the DR protection group.
|
static DrProtectionGroupLifecycleState |
DrProtectionGroupLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrProtectionGroupLifecycleState[] |
DrProtectionGroupLifecycleState.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.lifecycleState(DrProtectionGroupLifecycleState lifecycleState)
The current state of the DR protection group.
|
DrProtectionGroup.Builder |
DrProtectionGroup.Builder.lifecycleState(DrProtectionGroupLifecycleState lifecycleState)
The current state of the DR protection group.
|
Modifier and Type | Method and Description |
---|---|
DrProtectionGroupLifecycleState |
ListDrProtectionGroupsRequest.getLifecycleState()
A filter to return only DR protection groups that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.lifecycleState(DrProtectionGroupLifecycleState lifecycleState)
A filter to return only DR protection groups that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.