Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanGroupRefreshStatus
-
Packages that use DrPlanGroupRefreshStatus Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanGroupRefreshStatus in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanGroupRefreshStatus Modifier and Type Method 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.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanGroupRefreshStatus Modifier and Type Method Description DrPlanGroup.Builder
DrPlanGroup.Builder. refreshStatus(DrPlanGroupRefreshStatus refreshStatus)
The DR plan group refresh status.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanGroupRefreshStatus Constructor Description DrPlanGroup(String id, DrPlanGroupType type, DrPlanGroupRefreshStatus refreshStatus, String displayName, Boolean isPauseEnabled, List<DrPlanStep> steps)
Deprecated.
-