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 DrPlanGroupTypeDrPlanGroupType. create(String key)DrPlanGroupTypeDrPlanGroup. getType()The group type.DrPlanGroupTypeDrPlanGroupExecution. getType()The group type.DrPlanGroupTypeUpdateDrPlanGroupDetails. getType()The group type.static DrPlanGroupTypeDrPlanGroupType. 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.BuilderDrPlanGroup.Builder. type(DrPlanGroupType type)The group type.DrPlanGroupExecution.BuilderDrPlanGroupExecution.Builder. type(DrPlanGroupType type)The group type.UpdateDrPlanGroupDetails.BuilderUpdateDrPlanGroupDetails.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.
-