Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanType
-
Packages that use DrPlanType Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of DrPlanType in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanType Modifier and Type Method Description static DrPlanTypeDrPlanType. create(String key)DrPlanTypeCreateDrPlanDetails. getType()The type of DR plan to be created.DrPlanTypeDrPlan. getType()The type of the DR plan.DrPlanTypeDrPlanSummary. getType()The type of the DR plan.static DrPlanTypeDrPlanType. valueOf(String name)Returns the enum constant of this type with the specified name.static DrPlanType[]DrPlanType. 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 DrPlanType Modifier and Type Method Description CreateDrPlanDetails.BuilderCreateDrPlanDetails.Builder. type(DrPlanType type)The type of DR plan to be created.DrPlan.BuilderDrPlan.Builder. type(DrPlanType type)The type of the DR plan.DrPlanSummary.BuilderDrPlanSummary.Builder. type(DrPlanType type)The type of the DR plan.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanType Constructor Description CreateDrPlanDetails(String displayName, DrPlanType type, String drProtectionGroupId, String sourcePlanId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.DrPlan(String id, String displayName, String compartmentId, DrPlanType type, Date timeCreated, Date timeUpdated, String drProtectionGroupId, String peerDrProtectionGroupId, String peerRegion, String sourcePlanId, List<DrPlanGroup> planGroups, DrPlanLifecycleState lifecycleState, DrPlanLifecycleSubState lifecycleSubState, String lifeCycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.DrPlanSummary(String id, String compartmentId, String displayName, DrPlanType type, String drProtectionGroupId, String peerDrProtectionGroupId, String peerRegion, Date timeCreated, Date timeUpdated, DrPlanLifecycleState lifecycleState, DrPlanLifecycleSubState lifecycleSubState, String lifeCycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of DrPlanType in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return DrPlanType Modifier and Type Method Description DrPlanTypeListDrPlansRequest. getDrPlanType()The DR plan type.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type DrPlanType Modifier and Type Method Description ListDrPlansRequest.BuilderListDrPlansRequest.Builder. drPlanType(DrPlanType drPlanType)The DR plan type.
-