Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.CollectionLifecycleStates
-
Packages that use CollectionLifecycleStates Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.model com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of CollectionLifecycleStates in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type CollectionLifecycleStates Modifier and Type Method Description Waiter<GetFsuCollectionRequest,GetFsuCollectionResponse>
FleetSoftwareUpdateWaiters. forFsuCollection(GetFsuCollectionRequest request, CollectionLifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFsuCollectionRequest,GetFsuCollectionResponse>
FleetSoftwareUpdateWaiters. forFsuCollection(GetFsuCollectionRequest request, CollectionLifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFsuCollectionRequest,GetFsuCollectionResponse>
FleetSoftwareUpdateWaiters. forFsuCollection(GetFsuCollectionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CollectionLifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of CollectionLifecycleStates in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return CollectionLifecycleStates Modifier and Type Method Description static CollectionLifecycleStates
CollectionLifecycleStates. create(String key)
CollectionLifecycleStates
FsuCollection. getLifecycleState()
The current state of the Exadata Fleet Update Collection.CollectionLifecycleStates
FsuCollectionSummary. getLifecycleState()
The current state of the Exadata Fleet Update Collection.static CollectionLifecycleStates
CollectionLifecycleStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static CollectionLifecycleStates[]
CollectionLifecycleStates. 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 CollectionLifecycleStates Modifier and Type Method Description DbCollection.Builder
DbCollection.Builder. lifecycleState(CollectionLifecycleStates lifecycleState)
DbFsuCollectionSummary.Builder
DbFsuCollectionSummary.Builder. lifecycleState(CollectionLifecycleStates lifecycleState)
GiCollection.Builder
GiCollection.Builder. lifecycleState(CollectionLifecycleStates lifecycleState)
GiFsuCollectionSummary.Builder
GiFsuCollectionSummary.Builder. lifecycleState(CollectionLifecycleStates lifecycleState)
Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type CollectionLifecycleStates 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. -
Uses of CollectionLifecycleStates in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return CollectionLifecycleStates Modifier and Type Method Description CollectionLifecycleStates
ListFsuCollectionsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type CollectionLifecycleStates Modifier and Type Method Description ListFsuCollectionsRequest.Builder
ListFsuCollectionsRequest.Builder. lifecycleState(CollectionLifecycleStates lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-