Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.DbSourceMajorVersions
-
Packages that use DbSourceMajorVersions Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of DbSourceMajorVersions in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return DbSourceMajorVersions Modifier and Type Method Description static DbSourceMajorVersions
DbSourceMajorVersions. create(String key)
DbSourceMajorVersions
CreateDbFsuCollectionDetails. getSourceMajorVersion()
Database Major Version of targets to be included in the Exadata Fleet Update Collection.DbSourceMajorVersions
DbCollection. getSourceMajorVersion()
Database Major Version of targets to be included in the Exadata Fleet Update Collection.DbSourceMajorVersions
DbDiscoveryDetails. getSourceMajorVersion()
Database Major Version of targets to be included in the Exadata Fleet Update Discovery results.DbSourceMajorVersions
DbFsuCollectionSummary. getSourceMajorVersion()
Database Major Version of targets to be included in the Exadata Fleet Update Collection.static DbSourceMajorVersions
DbSourceMajorVersions. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSourceMajorVersions[]
DbSourceMajorVersions. 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 DbSourceMajorVersions Modifier and Type Method Description CreateDbFsuCollectionDetails.Builder
CreateDbFsuCollectionDetails.Builder. sourceMajorVersion(DbSourceMajorVersions sourceMajorVersion)
Database Major Version of targets to be included in the Exadata Fleet Update Collection.DbCollection.Builder
DbCollection.Builder. sourceMajorVersion(DbSourceMajorVersions sourceMajorVersion)
Database Major Version of targets to be included in the Exadata Fleet Update Collection.DbDiscoveryDetails.Builder
DbDiscoveryDetails.Builder. sourceMajorVersion(DbSourceMajorVersions sourceMajorVersion)
Database Major Version of targets to be included in the Exadata Fleet Update Discovery results.DbFsuCollectionSummary.Builder
DbFsuCollectionSummary.Builder. sourceMajorVersion(DbSourceMajorVersions sourceMajorVersion)
Database Major Version of targets to be included in the Exadata Fleet Update Collection.Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type DbSourceMajorVersions Constructor Description CreateDbFsuCollectionDetails(String displayName, CollectionServiceTypes serviceType, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, DbSourceMajorVersions sourceMajorVersion, DbFleetDiscoveryDetails fleetDiscovery)
Deprecated.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.DbDiscoveryDetails(DiscoveryServiceTypes serviceType, DbSourceMajorVersions sourceMajorVersion, DbFleetDiscoveryDetails criteria)
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.
-