Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.GiFleetDiscoveryDetails
-
Packages that use GiFleetDiscoveryDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of GiFleetDiscoveryDetails in com.oracle.bmc.fleetsoftwareupdate.model
Subclasses of GiFleetDiscoveryDetails in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description classGiDiscoveryResultsCollection built from the results of a Succeeded Fleet Software Update Discovery resource.classGiFiltersDiscoveryCollection discovery done from the results of the specified filters.classGiSearchQueryDiscoveryCollection discovery done from the results of the specified Search Service query string.classGiTargetListDiscoveryCollection discovery conformed by the specified list of targets.Methods in com.oracle.bmc.fleetsoftwareupdate.model that return GiFleetDiscoveryDetails Modifier and Type Method Description GiFleetDiscoveryDetailsGiDiscoveryDetails. getCriteria()GiFleetDiscoveryDetailsCreateGiFsuCollectionDetails. getFleetDiscovery()GiFleetDiscoveryDetailsGiCollection. getFleetDiscovery()Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type GiFleetDiscoveryDetails Modifier and Type Method Description GiDiscoveryDetails.BuilderGiDiscoveryDetails.Builder. criteria(GiFleetDiscoveryDetails criteria)CreateGiFsuCollectionDetails.BuilderCreateGiFsuCollectionDetails.Builder. fleetDiscovery(GiFleetDiscoveryDetails fleetDiscovery)GiCollection.BuilderGiCollection.Builder. fleetDiscovery(GiFleetDiscoveryDetails fleetDiscovery)Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type GiFleetDiscoveryDetails Constructor Description CreateGiFsuCollectionDetails(String displayName, CollectionServiceTypes serviceType, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, GiSourceMajorVersions sourceMajorVersion, GiFleetDiscoveryDetails fleetDiscovery)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.GiDiscoveryDetails(DiscoveryServiceTypes serviceType, GiSourceMajorVersions sourceMajorVersion, GiFleetDiscoveryDetails criteria)Deprecated.
-