Uses of Class
com.oracle.bmc.disasterrecovery.model.AutomaticDrConfigurationLifecycleState
-
Packages that use AutomaticDrConfigurationLifecycleState Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of AutomaticDrConfigurationLifecycleState in com.oracle.bmc.disasterrecovery
-
Uses of AutomaticDrConfigurationLifecycleState in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return AutomaticDrConfigurationLifecycleState Modifier and Type Method Description static AutomaticDrConfigurationLifecycleStateAutomaticDrConfigurationLifecycleState. create(String key)AutomaticDrConfigurationLifecycleStateAutomaticDrConfiguration. getLifecycleState()The current state of the Automatic DR configuration.AutomaticDrConfigurationLifecycleStateAutomaticDrConfigurationSummary. getLifecycleState()The current state of the Automatic DR configuration.static AutomaticDrConfigurationLifecycleStateAutomaticDrConfigurationLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomaticDrConfigurationLifecycleState[]AutomaticDrConfigurationLifecycleState. 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 AutomaticDrConfigurationLifecycleState Modifier and Type Method Description AutomaticDrConfiguration.BuilderAutomaticDrConfiguration.Builder. lifecycleState(AutomaticDrConfigurationLifecycleState lifecycleState)The current state of the Automatic DR configuration.AutomaticDrConfigurationSummary.BuilderAutomaticDrConfigurationSummary.Builder. lifecycleState(AutomaticDrConfigurationLifecycleState lifecycleState)The current state of the Automatic DR configuration.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type AutomaticDrConfigurationLifecycleState Constructor Description AutomaticDrConfiguration(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, String drProtectionGroupId, List<AutomaticDrConfigurationMember> members, String defaultSwitchoverDrPlanId, String defaultFailoverDrPlanId, AutomaticDrConfigurationLifecycleState lifecycleState, 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, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of AutomaticDrConfigurationLifecycleState in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return AutomaticDrConfigurationLifecycleState Modifier and Type Method Description AutomaticDrConfigurationLifecycleStateListAutomaticDrConfigurationsRequest. getLifecycleState()A filter to return only Automatic DR configurations that match the given lifecycle state.AutomaticDrConfigurationLifecycleStateListAutomaticDrConfigurationsRequest. getLifecycleStateNotEqualTo()A filter to return only Automatic DR configurations that do not match the given lifecycle state.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type AutomaticDrConfigurationLifecycleState Modifier and Type Method Description ListAutomaticDrConfigurationsRequest.BuilderListAutomaticDrConfigurationsRequest.Builder. lifecycleState(AutomaticDrConfigurationLifecycleState lifecycleState)A filter to return only Automatic DR configurations that match the given lifecycle state.ListAutomaticDrConfigurationsRequest.BuilderListAutomaticDrConfigurationsRequest.Builder. lifecycleStateNotEqualTo(AutomaticDrConfigurationLifecycleState lifecycleStateNotEqualTo)A filter to return only Automatic DR configurations that do not match the given lifecycle state.
-