Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.BatchingStrategyDetails
-
Packages that use BatchingStrategyDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of BatchingStrategyDetails in com.oracle.bmc.fleetsoftwareupdate.model
Subclasses of BatchingStrategyDetails in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description class
FiftyFiftyBatchingStrategyDetails
Fifty-Fifty batching strategy details to use during PRECHECK and APPLY Cycle Actions.class
NonRollingBatchingStrategyDetails
Non-rolling batching strategy details to use during PRECHECK and APPLY Cycle Actions.class
SequentialBatchingStrategyDetails
Sequential batching strategy details to use during PRECHECK and APPLY Cycle Actions.class
ServiceAvailabilityFactorBatchingStrategyDetails
Service Availability Factor batching strategy details to use during PRECHECK and APPLY Cycle Actions.Methods in com.oracle.bmc.fleetsoftwareupdate.model that return BatchingStrategyDetails Modifier and Type Method Description BatchingStrategyDetails
FsuCycle. getBatchingStrategy()
Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type BatchingStrategyDetails Modifier and Type Method Description PatchFsuCycle.Builder
PatchFsuCycle.Builder. batchingStrategy(BatchingStrategyDetails batchingStrategy)
Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type BatchingStrategyDetails 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.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.
-