Uses of Class
com.oracle.bmc.disasterrecovery.model.DrProtectionGroupLifecycleState
-
Packages that use DrProtectionGroupLifecycleState Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of DrProtectionGroupLifecycleState in com.oracle.bmc.disasterrecovery
-
Uses of DrProtectionGroupLifecycleState in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrProtectionGroupLifecycleState Modifier and Type Method Description static DrProtectionGroupLifecycleState
DrProtectionGroupLifecycleState. create(String key)
DrProtectionGroupLifecycleState
DrProtectionGroup. getLifecycleState()
The current state of the DR protection group.DrProtectionGroupLifecycleState
DrProtectionGroupSummary. 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.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrProtectionGroupLifecycleState Modifier and Type Method Description DrProtectionGroup.Builder
DrProtectionGroup.Builder. lifecycleState(DrProtectionGroupLifecycleState lifecycleState)
The current state of the DR protection group.DrProtectionGroupSummary.Builder
DrProtectionGroupSummary.Builder. lifecycleState(DrProtectionGroupLifecycleState lifecycleState)
The current state of the DR protection group. -
Uses of DrProtectionGroupLifecycleState in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return DrProtectionGroupLifecycleState Modifier and Type Method Description DrProtectionGroupLifecycleState
ListDrProtectionGroupsRequest. getLifecycleState()
A filter to return only DR protection groups that match the given lifecycle state.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type DrProtectionGroupLifecycleState Modifier and Type Method Description ListDrProtectionGroupsRequest.Builder
ListDrProtectionGroupsRequest.Builder. lifecycleState(DrProtectionGroupLifecycleState lifecycleState)
A filter to return only DR protection groups that match the given lifecycle state.
-