Package | Description |
---|---|
com.oracle.bmc.fleetsoftwareupdate.model |
Modifier and Type | Class and Description |
---|---|
class |
CreateFiftyFiftyBatchingStrategyDetails
Fifty-Fifty batching strategy details to use during PRECHECK and APPLY Cycle Actions.
|
class |
CreateNonRollingBatchingStrategyDetails
Non-rolling batching strategy details to use during PRECHECK and APPLY Cycle Actions.
|
class |
CreateSequentialBatchingStrategyDetails
Sequential batching strategy details to use during PRECHECK and APPLY Cycle Actions.
|
class |
CreateServiceAvailabilityFactorBatchingStrategyDetails
Service Availability Factor batching strategy details to use during PRECHECK and APPLY Cycle
Actions.
|
Modifier and Type | Method and Description |
---|---|
CreateBatchingStrategyDetails |
CreateFsuCycleDetails.getBatchingStrategy() |
CreateBatchingStrategyDetails |
CloneFsuCycleDetails.getBatchingStrategy() |
Modifier and Type | Method and Description |
---|---|
CreatePatchFsuCycle.Builder |
CreatePatchFsuCycle.Builder.batchingStrategy(CreateBatchingStrategyDetails batchingStrategy) |
CloneFsuCycleDetails.Builder |
CloneFsuCycleDetails.Builder.batchingStrategy(CreateBatchingStrategyDetails batchingStrategy) |
Constructor and Description |
---|
CloneFsuCycleDetails(String displayName,
String compartmentId,
String fsuCollectionId,
FsuGoalVersionDetails goalVersionDetails,
CreateBatchingStrategyDetails batchingStrategy,
CreateScheduleDetails stageActionSchedule,
CreateScheduleDetails applyActionSchedule)
Deprecated.
|
CreateFsuCycleDetails(String displayName,
String compartmentId,
String fsuCollectionId,
FsuGoalVersionDetails goalVersionDetails,
CreateBatchingStrategyDetails batchingStrategy,
CreateScheduleDetails stageActionSchedule,
CreateScheduleDetails applyActionSchedule,
DiagnosticsCollectionDetails diagnosticsCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CreatePatchFsuCycle(String displayName,
String compartmentId,
String fsuCollectionId,
FsuGoalVersionDetails goalVersionDetails,
CreateBatchingStrategyDetails batchingStrategy,
CreateScheduleDetails stageActionSchedule,
CreateScheduleDetails applyActionSchedule,
DiagnosticsCollectionDetails diagnosticsCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isIgnorePatches,
List<String> isIgnoreMissingPatches,
Integer maxDrainTimeoutInSeconds,
Boolean isKeepPlacement)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.