Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.CycleTypes
-
Packages that use CycleTypes Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of CycleTypes in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return CycleTypes Modifier and Type Method Description static CycleTypesCycleTypes. create(String key)CycleTypesFsuCycleSummary. getType()Type of Exadata Fleet Update Cycle.static CycleTypesCycleTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static CycleTypes[]CycleTypes. 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 CycleTypes Modifier and Type Method Description FsuCycleSummary.BuilderFsuCycleSummary.Builder. type(CycleTypes type)Type of Exadata Fleet Update Cycle.Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type CycleTypes Constructor Description 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.
-