Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.CollectionTypes
-
Packages that use CollectionTypes Package Description com.oracle.bmc.fleetsoftwareupdate.model com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of CollectionTypes in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return CollectionTypes Modifier and Type Method Description static CollectionTypes
CollectionTypes. create(String key)
CollectionTypes
FsuCycle. getCollectionType()
Type of Collection this Exadata Fleet Update Cycle belongs to.CollectionTypes
FsuCycleSummary. getCollectionType()
Type of Collection this Exadata Fleet Update Cycle belongs to.static CollectionTypes
CollectionTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static CollectionTypes[]
CollectionTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type CollectionTypes Modifier and Type Method Description FsuCycleSummary.Builder
FsuCycleSummary.Builder. collectionType(CollectionTypes collectionType)
Type of Collection this Exadata Fleet Update Cycle belongs to.PatchFsuCycle.Builder
PatchFsuCycle.Builder. collectionType(CollectionTypes collectionType)
Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type CollectionTypes 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. -
Uses of CollectionTypes in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return CollectionTypes Modifier and Type Method Description CollectionTypes
ListFsuCyclesRequest. getCollectionType()
A filter to return only resources whose Collection type matches the given type.CollectionTypes
ListFsuCollectionsRequest. getType()
A filter to return only resources whose type matches the given type.Methods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type CollectionTypes Modifier and Type Method Description ListFsuCyclesRequest.Builder
ListFsuCyclesRequest.Builder. collectionType(CollectionTypes collectionType)
A filter to return only resources whose Collection type matches the given type.ListFsuCollectionsRequest.Builder
ListFsuCollectionsRequest.Builder. type(CollectionTypes type)
A filter to return only resources whose type matches the given type.
-