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 CollectionTypesCollectionTypes. create(String key)CollectionTypesFsuCycle. getCollectionType()Type of Collection this Exadata Fleet Update Cycle belongs to.CollectionTypesFsuCycleSummary. getCollectionType()Type of Collection this Exadata Fleet Update Cycle belongs to.static CollectionTypesCollectionTypes. 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.BuilderFsuCycleSummary.Builder. collectionType(CollectionTypes collectionType)Type of Collection this Exadata Fleet Update Cycle belongs to.PatchFsuCycle.BuilderPatchFsuCycle.Builder. collectionType(CollectionTypes collectionType)UpgradeFsuCycle.BuilderUpgradeFsuCycle.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.UpgradeFsuCycle(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, UpgradeDetails upgradeDetails)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 CollectionTypesListFsuCyclesRequest. getCollectionType()A filter to return only resources whose Collection type matches the given type.CollectionTypesListFsuCollectionsRequest. 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.BuilderListFsuCyclesRequest.Builder. collectionType(CollectionTypes collectionType)A filter to return only resources whose Collection type matches the given type.ListFsuCollectionsRequest.BuilderListFsuCollectionsRequest.Builder. type(CollectionTypes type)A filter to return only resources whose type matches the given type.
-