Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanGroupType
-
Packages that use DrPlanGroupType Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanGroupType in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanGroupType Modifier and Type Method Description static DrPlanGroupType
DrPlanGroupType. create(String key)
DrPlanGroupType
DrPlanGroup. getType()
The group type.DrPlanGroupType
DrPlanGroupExecution. getType()
The group type.DrPlanGroupType
UpdateDrPlanGroupDetails. getType()
The group type.static DrPlanGroupType
DrPlanGroupType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrPlanGroupType[]
DrPlanGroupType. 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 DrPlanGroupType Modifier and Type Method Description DrPlanGroup.Builder
DrPlanGroup.Builder. type(DrPlanGroupType type)
The group type.DrPlanGroupExecution.Builder
DrPlanGroupExecution.Builder. type(DrPlanGroupType type)
The group type.UpdateDrPlanGroupDetails.Builder
UpdateDrPlanGroupDetails.Builder. type(DrPlanGroupType type)
The group type.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanGroupType Constructor Description DrPlanGroup(String id, DrPlanGroupType type, DrPlanGroupRefreshStatus refreshStatus, String displayName, Boolean isPauseEnabled, List<DrPlanStep> steps)
Deprecated.DrPlanGroupExecution(String groupId, DrPlanGroupType type, String displayName, DrPlanGroupExecutionStatus status, String statusDetails, Date timeStarted, Date timeEnded, Integer executionDurationInSec, List<DrPlanStepExecution> stepExecutions)
Deprecated.UpdateDrPlanGroupDetails(String id, String displayName, DrPlanGroupType type, Boolean isPauseEnabled, List<UpdateDrPlanStepDetails> steps)
Deprecated.
-