Uses of Class
com.oracle.bmc.osmanagement.model.IsEligibleForInstallation
-
Packages that use IsEligibleForInstallation Package Description com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.requests -
-
Uses of IsEligibleForInstallation in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return IsEligibleForInstallation Modifier and Type Method Description static IsEligibleForInstallation
IsEligibleForInstallation. create(String key)
IsEligibleForInstallation
WindowsUpdateSummary. getInstallable()
Indicates whether the update can be installed using OSMS.IsEligibleForInstallation
AvailableWindowsUpdateSummary. getIsEligibleForInstallation()
Indicates whether the update can be installed using OSMS.IsEligibleForInstallation
WindowsUpdate. getIsEligibleForInstallation()
Indicates whether the update can be installed using OSMS.static IsEligibleForInstallation
IsEligibleForInstallation. valueOf(String name)
Returns the enum constant of this type with the specified name.static IsEligibleForInstallation[]
IsEligibleForInstallation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagement.model with parameters of type IsEligibleForInstallation Modifier and Type Method Description WindowsUpdateSummary.Builder
WindowsUpdateSummary.Builder. installable(IsEligibleForInstallation installable)
Indicates whether the update can be installed using OSMS.AvailableWindowsUpdateSummary.Builder
AvailableWindowsUpdateSummary.Builder. isEligibleForInstallation(IsEligibleForInstallation isEligibleForInstallation)
Indicates whether the update can be installed using OSMS.WindowsUpdate.Builder
WindowsUpdate.Builder. isEligibleForInstallation(IsEligibleForInstallation isEligibleForInstallation)
Indicates whether the update can be installed using OSMS.Constructors in com.oracle.bmc.osmanagement.model with parameters of type IsEligibleForInstallation Constructor Description AvailableWindowsUpdateSummary(String displayName, String name, UpdateTypes updateType, IsEligibleForInstallation isEligibleForInstallation, Boolean isRebootRequiredForInstallation)
Deprecated.WindowsUpdate(String displayName, String name, String description, UpdateTypes updateType, Long sizeInBytes, IsEligibleForInstallation isEligibleForInstallation, List<WindowsUpdate.InstallationRequirements> installationRequirements, Boolean isRebootRequiredForInstallation, List<String> kbArticleIds)
Deprecated.WindowsUpdateSummary(String displayName, String name, UpdateTypes updateType, IsEligibleForInstallation installable, Boolean isRebootRequiredForInstallation)
Deprecated. -
Uses of IsEligibleForInstallation in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return IsEligibleForInstallation Modifier and Type Method Description IsEligibleForInstallation
ListAvailableWindowsUpdatesForManagedInstanceRequest. getIsEligibleForInstallation()
Indicator of whether the update can be installed using OSMS.Methods in com.oracle.bmc.osmanagement.requests with parameters of type IsEligibleForInstallation Modifier and Type Method Description ListAvailableWindowsUpdatesForManagedInstanceRequest.Builder
ListAvailableWindowsUpdatesForManagedInstanceRequest.Builder. isEligibleForInstallation(IsEligibleForInstallation isEligibleForInstallation)
Indicator of whether the update can be installed using OSMS.
-