Uses of Class
com.oracle.bmc.osmanagementhub.model.WindowsUpdate.Installable
-
Packages that use WindowsUpdate.Installable Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of WindowsUpdate.Installable in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return WindowsUpdate.Installable Modifier and Type Method Description static WindowsUpdate.InstallableWindowsUpdate.Installable. create(String key)WindowsUpdate.InstallableAvailableWindowsUpdateSummary. getInstallable()Indicates whether the update can be installed using the service.WindowsUpdate.InstallableWindowsUpdate. getInstallable()Indicates whether the update can be installed using the service.WindowsUpdate.InstallableWindowsUpdateSummary. getInstallable()Indicates whether the update can be installed using the service.static WindowsUpdate.InstallableWindowsUpdate.Installable. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsUpdate.Installable[]WindowsUpdate.Installable. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type WindowsUpdate.Installable Modifier and Type Method Description AvailableWindowsUpdateSummary.BuilderAvailableWindowsUpdateSummary.Builder. installable(WindowsUpdate.Installable installable)Indicates whether the update can be installed using the service.WindowsUpdate.BuilderWindowsUpdate.Builder. installable(WindowsUpdate.Installable installable)Indicates whether the update can be installed using the service.WindowsUpdateSummary.BuilderWindowsUpdateSummary.Builder. installable(WindowsUpdate.Installable installable)Indicates whether the update can be installed using the service.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type WindowsUpdate.Installable Constructor Description AvailableWindowsUpdateSummary(String name, String updateId, ClassificationTypes updateType, WindowsUpdate.Installable installable, Boolean isRebootRequiredForInstallation)Deprecated.WindowsUpdate(String name, String updateId, String description, ClassificationTypes updateType, Long sizeInBytes, WindowsUpdate.Installable installable, List<InstallationRequirements> installationRequirements, Boolean isRebootRequiredForInstallation, List<String> kbArticleIds)Deprecated.WindowsUpdateSummary(String name, String updateId, ClassificationTypes updateType, WindowsUpdate.Installable installable, Boolean isRebootRequiredForInstallation)Deprecated. -
Uses of WindowsUpdate.Installable in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return WindowsUpdate.Installable Modifier and Type Method Description WindowsUpdate.InstallableListManagedInstanceAvailableWindowsUpdatesRequest. getIsInstallable()Indicates if the update can be installed by the OS Management Hub service.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type WindowsUpdate.Installable Modifier and Type Method Description ListManagedInstanceAvailableWindowsUpdatesRequest.BuilderListManagedInstanceAvailableWindowsUpdatesRequest.Builder. isInstallable(WindowsUpdate.Installable isInstallable)Indicates if the update can be installed by the OS Management Hub service.
-