Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.GiSourceMajorVersions
-
Packages that use GiSourceMajorVersions Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of GiSourceMajorVersions in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return GiSourceMajorVersions Modifier and Type Method Description static GiSourceMajorVersionsGiSourceMajorVersions. create(String key)GiSourceMajorVersionsCreateGiFsuCollectionDetails. getSourceMajorVersion()Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.GiSourceMajorVersionsGiCollection. getSourceMajorVersion()Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.GiSourceMajorVersionsGiDiscoveryDetails. getSourceMajorVersion()Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Discovery results.GiSourceMajorVersionsGiFsuCollectionSummary. getSourceMajorVersion()Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.static GiSourceMajorVersionsGiSourceMajorVersions. valueOf(String name)Returns the enum constant of this type with the specified name.static GiSourceMajorVersions[]GiSourceMajorVersions. 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 GiSourceMajorVersions Modifier and Type Method Description CreateGiFsuCollectionDetails.BuilderCreateGiFsuCollectionDetails.Builder. sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.GiCollection.BuilderGiCollection.Builder. sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.GiDiscoveryDetails.BuilderGiDiscoveryDetails.Builder. sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Discovery results.GiFsuCollectionSummary.BuilderGiFsuCollectionSummary.Builder. sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type GiSourceMajorVersions 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.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.
-