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