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 GiSourceMajorVersions
GiSourceMajorVersions. create(String key)
GiSourceMajorVersions
CreateGiFsuCollectionDetails. getSourceMajorVersion()
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.GiSourceMajorVersions
GiCollection. getSourceMajorVersion()
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.GiSourceMajorVersions
GiDiscoveryDetails. getSourceMajorVersion()
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Discovery results.GiSourceMajorVersions
GiFsuCollectionSummary. getSourceMajorVersion()
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.static GiSourceMajorVersions
GiSourceMajorVersions. 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.Builder
CreateGiFsuCollectionDetails.Builder. sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.GiCollection.Builder
GiCollection.Builder. sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection.GiDiscoveryDetails.Builder
GiDiscoveryDetails.Builder. sourceMajorVersion(GiSourceMajorVersions sourceMajorVersion)
Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Discovery results.GiFsuCollectionSummary.Builder
GiFsuCollectionSummary.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.
-