Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.GuestOsSourceMajorVersions
-
Packages that use GuestOsSourceMajorVersions Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of GuestOsSourceMajorVersions in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return GuestOsSourceMajorVersions Modifier and Type Method Description static GuestOsSourceMajorVersions
GuestOsSourceMajorVersions. create(String key)
GuestOsSourceMajorVersions
CreateGuestOsFsuCollectionDetails. getSourceMajorVersion()
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection.GuestOsSourceMajorVersions
CreateGuestOsSoftwareComponentDetails. getSourceMajorVersion()
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in an Exadata Fleet Update Collection.GuestOsSourceMajorVersions
GuestOsCollection. getSourceMajorVersion()
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection.GuestOsSourceMajorVersions
GuestOsDiscoveryDetails. getSourceMajorVersion()
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the results for an Exadata Fleet Update Discovery.GuestOsSourceMajorVersions
GuestOsFsuCollectionSummary. getSourceMajorVersion()
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection.GuestOsSourceMajorVersions
GuestOsSoftwareComponentDetails. getSourceMajorVersion()
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in an Exadata Fleet Update Collection.GuestOsSourceMajorVersions
GuestOsSoftwareComponentDiscoveryDetails. getSourceMajorVersion()
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the results for an Exadata Fleet Update Discovery.GuestOsSourceMajorVersions
GuestOsSoftwareComponentSummary. getSourceMajorVersion()
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in an Exadata Fleet Update Collection.static GuestOsSourceMajorVersions
GuestOsSourceMajorVersions. valueOf(String name)
Returns the enum constant of this type with the specified name.static GuestOsSourceMajorVersions[]
GuestOsSourceMajorVersions. 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 GuestOsSourceMajorVersions Modifier and Type Method Description CreateGuestOsFsuCollectionDetails.Builder
CreateGuestOsFsuCollectionDetails.Builder. sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection.CreateGuestOsSoftwareComponentDetails.Builder
CreateGuestOsSoftwareComponentDetails.Builder. sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in an Exadata Fleet Update Collection.GuestOsCollection.Builder
GuestOsCollection.Builder. sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection.GuestOsDiscoveryDetails.Builder
GuestOsDiscoveryDetails.Builder. sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the results for an Exadata Fleet Update Discovery.GuestOsFsuCollectionSummary.Builder
GuestOsFsuCollectionSummary.Builder. sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the Exadata Fleet Update Collection.GuestOsSoftwareComponentDetails.Builder
GuestOsSoftwareComponentDetails.Builder. sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in an Exadata Fleet Update Collection.GuestOsSoftwareComponentDiscoveryDetails.Builder
GuestOsSoftwareComponentDiscoveryDetails.Builder. sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the results for an Exadata Fleet Update Discovery.GuestOsSoftwareComponentSummary.Builder
GuestOsSoftwareComponentSummary.Builder. sourceMajorVersion(GuestOsSourceMajorVersions sourceMajorVersion)
Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in an Exadata Fleet Update Collection.
-