Uses of Class
com.oracle.bmc.osmanagementhub.model.InstallationRequirements
-
Packages that use InstallationRequirements Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of InstallationRequirements in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return InstallationRequirements Modifier and Type Method Description static InstallationRequirements
InstallationRequirements. create(String key)
static InstallationRequirements
InstallationRequirements. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstallationRequirements[]
InstallationRequirements. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type InstallationRequirements Modifier and Type Method Description List<InstallationRequirements>
WindowsUpdate. getInstallationRequirements()
List of requirements for installing the update on the managed instance.Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type InstallationRequirements Modifier and Type Method Description WindowsUpdate.Builder
WindowsUpdate.Builder. installationRequirements(List<InstallationRequirements> installationRequirements)
List of requirements for installing the update on the managed instance.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type InstallationRequirements Constructor Description WindowsUpdate(String name, String updateId, String description, ClassificationTypes updateType, Long sizeInBytes, WindowsUpdate.Installable installable, List<InstallationRequirements> installationRequirements, Boolean isRebootRequiredForInstallation, List<String> kbArticleIds)
Deprecated.
-