Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.ActiveCycleDetails
-
Packages that use ActiveCycleDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of ActiveCycleDetails in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return ActiveCycleDetails Modifier and Type Method Description ActiveCycleDetails
ActiveCycleDetails.Builder. build()
ActiveCycleDetails
FsuCollection. getActiveFsuCycle()
ActiveCycleDetails
FsuCollectionSummary. getActiveFsuCycle()
Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type ActiveCycleDetails Modifier and Type Method Description DbCollection.Builder
DbCollection.Builder. activeFsuCycle(ActiveCycleDetails activeFsuCycle)
DbFsuCollectionSummary.Builder
DbFsuCollectionSummary.Builder. activeFsuCycle(ActiveCycleDetails activeFsuCycle)
GiCollection.Builder
GiCollection.Builder. activeFsuCycle(ActiveCycleDetails activeFsuCycle)
GiFsuCollectionSummary.Builder
GiFsuCollectionSummary.Builder. activeFsuCycle(ActiveCycleDetails activeFsuCycle)
ActiveCycleDetails.Builder
ActiveCycleDetails.Builder. copy(ActiveCycleDetails model)
Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type ActiveCycleDetails Constructor Description DbCollection(String id, String displayName, CollectionServiceTypes serviceType, String compartmentId, ActiveCycleDetails activeFsuCycle, Integer targetCount, Date timeCreated, Date timeUpdated, CollectionLifecycleStates lifecycleState, String lifecycleDetails, String lastCompletedFsuCycleId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, DbSourceMajorVersions sourceMajorVersion, DbFleetDiscoveryDetails fleetDiscovery)
Deprecated.DbFsuCollectionSummary(String id, String displayName, CollectionServiceTypes serviceType, String compartmentId, ActiveCycleDetails activeFsuCycle, Integer targetCount, Date timeCreated, Date timeUpdated, CollectionLifecycleStates lifecycleState, String lifecycleDetails, String lastCompletedFsuCycleId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, DbSourceMajorVersions sourceMajorVersion)
Deprecated.FsuCollection(String id, String displayName, CollectionServiceTypes serviceType, String compartmentId, ActiveCycleDetails activeFsuCycle, Integer targetCount, Date timeCreated, Date timeUpdated, CollectionLifecycleStates lifecycleState, String lifecycleDetails, String lastCompletedFsuCycleId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.FsuCollectionSummary(String id, String displayName, CollectionServiceTypes serviceType, String compartmentId, ActiveCycleDetails activeFsuCycle, Integer targetCount, Date timeCreated, Date timeUpdated, CollectionLifecycleStates lifecycleState, String lifecycleDetails, String lastCompletedFsuCycleId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.GiCollection(String id, String displayName, CollectionServiceTypes serviceType, String compartmentId, ActiveCycleDetails activeFsuCycle, Integer targetCount, Date timeCreated, Date timeUpdated, CollectionLifecycleStates lifecycleState, String lifecycleDetails, String lastCompletedFsuCycleId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, GiSourceMajorVersions sourceMajorVersion, GiFleetDiscoveryDetails fleetDiscovery)
Deprecated.GiFsuCollectionSummary(String id, String displayName, CollectionServiceTypes serviceType, String compartmentId, ActiveCycleDetails activeFsuCycle, Integer targetCount, Date timeCreated, Date timeUpdated, CollectionLifecycleStates lifecycleState, String lifecycleDetails, String lastCompletedFsuCycleId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, GiSourceMajorVersions sourceMajorVersion)
Deprecated.
-