Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.UpdateBatchingStrategyDetails
-
Packages that use UpdateBatchingStrategyDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of UpdateBatchingStrategyDetails in com.oracle.bmc.fleetsoftwareupdate.model
Subclasses of UpdateBatchingStrategyDetails in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description class
NoneBatchingStrategyDetails
No batching strategy details.class
UpdateFiftyFiftyBatchingStrategyDetails
Fifty-Fifty batching strategy details to use during PRECHECK and APPLY Cycle Actions.class
UpdateNonRollingBatchingStrategyDetails
Non-rolling batching strategy details to use during PRECHECK and APPLY Cycle Actions.class
UpdateSequentialBatchingStrategyDetails
Sequential batching strategy details to use during PRECHECK and APPLY Cycle Actions.class
UpdateServiceAvailabilityFactorBatchingStrategyDetails
Service Availability Factor batching strategy details to use during PRECHECK and APPLY Cycle Actions.Methods in com.oracle.bmc.fleetsoftwareupdate.model that return UpdateBatchingStrategyDetails Modifier and Type Method Description UpdateBatchingStrategyDetails
UpdateFsuCycleDetails. getBatchingStrategy()
Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type UpdateBatchingStrategyDetails Modifier and Type Method Description UpdatePatchFsuCycle.Builder
UpdatePatchFsuCycle.Builder. batchingStrategy(UpdateBatchingStrategyDetails batchingStrategy)
Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type UpdateBatchingStrategyDetails Constructor Description UpdateFsuCycleDetails(String displayName, FsuGoalVersionDetails goalVersionDetails, UpdateBatchingStrategyDetails batchingStrategy, DiagnosticsCollectionDetails diagnosticsCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdatePatchFsuCycle(String displayName, FsuGoalVersionDetails goalVersionDetails, UpdateBatchingStrategyDetails batchingStrategy, DiagnosticsCollectionDetails diagnosticsCollection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isIgnorePatches, List<String> isIgnoreMissingPatches, Integer maxDrainTimeoutInSeconds, Boolean isKeepPlacement)
Deprecated.
-