Uses of Class
com.oracle.bmc.resourcemanager.model.ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy
-
Packages that use ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy Package Description com.oracle.bmc.resourcemanager.model -
-
Uses of ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy Modifier and Type Method Description static ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy
ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy. create(String key)
ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy
ApplyRollbackJobOperationDetails. getExecutionPlanRollbackStrategy()
Specifies the source of the execution plan for rollback to apply.ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy
ApplyRollbackJobOperationDetailsSummary. getExecutionPlanRollbackStrategy()
Specifies the source of the execution plan for rollback to apply.ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy
CreateApplyRollbackJobOperationDetails. getExecutionPlanRollbackStrategy()
Specifies the source of the execution plan for rollback to apply.static ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy
ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy[]
ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcemanager.model with parameters of type ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy Modifier and Type Method Description ApplyRollbackJobOperationDetails.Builder
ApplyRollbackJobOperationDetails.Builder. executionPlanRollbackStrategy(ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy executionPlanRollbackStrategy)
Specifies the source of the execution plan for rollback to apply.ApplyRollbackJobOperationDetailsSummary.Builder
ApplyRollbackJobOperationDetailsSummary.Builder. executionPlanRollbackStrategy(ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy executionPlanRollbackStrategy)
Specifies the source of the execution plan for rollback to apply.CreateApplyRollbackJobOperationDetails.Builder
CreateApplyRollbackJobOperationDetails.Builder. executionPlanRollbackStrategy(ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy executionPlanRollbackStrategy)
Specifies the source of the execution plan for rollback to apply.Constructors in com.oracle.bmc.resourcemanager.model with parameters of type ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy Constructor Description ApplyRollbackJobOperationDetails(TerraformAdvancedOptions terraformAdvancedOptions, ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy executionPlanRollbackStrategy, String executionPlanRollbackJobId, String targetRollbackJobId)
Deprecated.ApplyRollbackJobOperationDetailsSummary(ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy executionPlanRollbackStrategy, String executionPlanRollbackJobId, String targetRollbackJobId)
Deprecated.CreateApplyRollbackJobOperationDetails(Boolean isProviderUpgradeRequired, TerraformAdvancedOptions terraformAdvancedOptions, ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategy executionPlanRollbackStrategy, String executionPlanRollbackJobId, String targetRollbackJobId)
Deprecated.
-