Uses of Class
com.oracle.bmc.disasterrecovery.model.AutomaticDrConfigurationLifecycleSubState
-
Packages that use AutomaticDrConfigurationLifecycleSubState Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of AutomaticDrConfigurationLifecycleSubState in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return AutomaticDrConfigurationLifecycleSubState Modifier and Type Method Description static AutomaticDrConfigurationLifecycleSubStateAutomaticDrConfigurationLifecycleSubState. create(String key)AutomaticDrConfigurationLifecycleSubStateAutomaticDrConfiguration. getLifecycleSubState()The current sub-state of the Automatic DR configuration.AutomaticDrConfigurationLifecycleSubStateAutomaticDrConfigurationSummary. getLifecycleSubState()The current sub-state of the Automatic DR configuration.static AutomaticDrConfigurationLifecycleSubStateAutomaticDrConfigurationLifecycleSubState. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomaticDrConfigurationLifecycleSubState[]AutomaticDrConfigurationLifecycleSubState. 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 AutomaticDrConfigurationLifecycleSubState Modifier and Type Method Description AutomaticDrConfiguration.BuilderAutomaticDrConfiguration.Builder. lifecycleSubState(AutomaticDrConfigurationLifecycleSubState lifecycleSubState)The current sub-state of the Automatic DR configuration.AutomaticDrConfigurationSummary.BuilderAutomaticDrConfigurationSummary.Builder. lifecycleSubState(AutomaticDrConfigurationLifecycleSubState lifecycleSubState)The current sub-state of the Automatic DR configuration.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type AutomaticDrConfigurationLifecycleSubState Constructor Description AutomaticDrConfiguration(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, String drProtectionGroupId, List<AutomaticDrConfigurationMember> members, String defaultSwitchoverDrPlanId, String defaultFailoverDrPlanId, AutomaticDrConfigurationLifecycleState lifecycleState, AutomaticDrConfigurationLifecycleSubState lifecycleSubState, String lifecycleDetails, AutomaticDrPlanExecutionSubmissionStatus lastAutomaticDrExecutionSubmitStatus, String lastAutomaticDrExecutionSubmitDetails, Date timeLastAutomaticDrExecutionSubmitAttempt, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.AutomaticDrConfigurationSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, String drProtectionGroupId, String defaultSwitchoverDrPlanId, String defaultFailoverDrPlanId, AutomaticDrConfigurationLifecycleState lifecycleState, AutomaticDrConfigurationLifecycleSubState lifecycleSubState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-