Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.NextActionToExecuteDetails
-
Packages that use NextActionToExecuteDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of NextActionToExecuteDetails in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return NextActionToExecuteDetails Modifier and Type Method Description NextActionToExecuteDetails
NextActionToExecuteDetails.Builder. build()
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type NextActionToExecuteDetails Modifier and Type Method Description List<NextActionToExecuteDetails>
FsuCycle. getNextActionToExecute()
In this array all the possible actions will be listed.List<NextActionToExecuteDetails>
FsuCycleSummary. getNextActionToExecute()
In this array all the possible actions will be listed.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type NextActionToExecuteDetails Modifier and Type Method Description NextActionToExecuteDetails.Builder
NextActionToExecuteDetails.Builder. copy(NextActionToExecuteDetails model)
Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type NextActionToExecuteDetails Modifier and Type Method Description FsuCycleSummary.Builder
FsuCycleSummary.Builder. nextActionToExecute(List<NextActionToExecuteDetails> nextActionToExecute)
In this array all the possible actions will be listed.PatchFsuCycle.Builder
PatchFsuCycle.Builder. nextActionToExecute(List<NextActionToExecuteDetails> nextActionToExecute)
Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type NextActionToExecuteDetails Constructor Description FsuCycle(String id, String displayName, String compartmentId, String fsuCollectionId, CollectionTypes collectionType, String executingFsuActionId, List<NextActionToExecuteDetails> nextActionToExecute, String lastCompletedActionId, RollbackCycleStates rollbackCycleState, DetailedActionTypes lastCompletedAction, FsuGoalVersionDetails goalVersionDetails, BatchingStrategyDetails batchingStrategy, ScheduleDetails stageActionSchedule, ScheduleDetails applyActionSchedule, DiagnosticsCollectionDetails diagnosticsCollection, Date timeCreated, Date timeUpdated, Date timeFinished, CycleLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.FsuCycleSummary(String id, String displayName, String compartmentId, CycleTypes type, String fsuCollectionId, CollectionTypes collectionType, String executingFsuActionId, List<NextActionToExecuteDetails> nextActionToExecute, String lastCompletedActionId, RollbackCycleStates rollbackCycleState, DetailedActionTypes lastCompletedAction, FsuGoalVersionDetails goalVersionDetails, DiagnosticsCollectionDetails diagnosticsCollection, Date timeCreated, Date timeUpdated, Date timeFinished, CycleLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PatchFsuCycle(String id, String displayName, String compartmentId, String fsuCollectionId, CollectionTypes collectionType, String executingFsuActionId, List<NextActionToExecuteDetails> nextActionToExecute, String lastCompletedActionId, RollbackCycleStates rollbackCycleState, DetailedActionTypes lastCompletedAction, FsuGoalVersionDetails goalVersionDetails, BatchingStrategyDetails batchingStrategy, ScheduleDetails stageActionSchedule, ScheduleDetails applyActionSchedule, DiagnosticsCollectionDetails diagnosticsCollection, Date timeCreated, Date timeUpdated, Date timeFinished, CycleLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isIgnorePatches, List<String> isIgnoreMissingPatches, Integer maxDrainTimeoutInSeconds, Boolean isKeepPlacement)
Deprecated.
-