Uses of Class
com.oracle.bmc.osmanagement.model.PackageUpdateTypes
-
Packages that use PackageUpdateTypes Package Description com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.requests -
-
Uses of PackageUpdateTypes in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return PackageUpdateTypes Modifier and Type Method Description static PackageUpdateTypes
PackageUpdateTypes. create(String key)
PackageUpdateTypes
CreateScheduledJobDetails. getUpdateType()
Type of the update (only if operation type is UPDATEALL)PackageUpdateTypes
ScheduledJob. getUpdateType()
Type of the update (only if operation type is UPDATEALL)PackageUpdateTypes
UpdateScheduledJobDetails. getUpdateType()
Type of the update (only if operation type is UPDATEALL)static PackageUpdateTypes
PackageUpdateTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static PackageUpdateTypes[]
PackageUpdateTypes. 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 PackageUpdateTypes Modifier and Type Method Description CreateScheduledJobDetails.Builder
CreateScheduledJobDetails.Builder. updateType(PackageUpdateTypes updateType)
Type of the update (only if operation type is UPDATEALL)ScheduledJob.Builder
ScheduledJob.Builder. updateType(PackageUpdateTypes updateType)
Type of the update (only if operation type is UPDATEALL)UpdateScheduledJobDetails.Builder
UpdateScheduledJobDetails.Builder. updateType(PackageUpdateTypes updateType)
Type of the update (only if operation type is UPDATEALL)Constructors in com.oracle.bmc.osmanagement.model with parameters of type PackageUpdateTypes Constructor Description CreateScheduledJobDetails(String compartmentId, String displayName, String description, ScheduleTypes scheduleType, Date timeNextExecution, IntervalTypes intervalType, String intervalValue, List<Id> managedInstances, List<Id> managedInstanceGroups, OperationTypes operationType, PackageUpdateTypes updateType, List<PackageName> packageNames, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> updateNames, OsFamilies osFamily)
Deprecated.ScheduledJob(String id, String compartmentId, String displayName, String description, ScheduleTypes scheduleType, Date timeNextExecution, Date timeLastExecution, IntervalTypes intervalType, String intervalValue, List<Id> managedInstances, List<Id> managedInstanceGroups, OperationTypes operationType, PackageUpdateTypes updateType, List<PackageName> packageNames, List<Id> workRequests, LifecycleStates lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> updateNames, OsFamilies osFamily, Boolean isRestricted)
Deprecated.UpdateScheduledJobDetails(String displayName, String description, ScheduleTypes scheduleType, Date timeNextExecution, IntervalTypes intervalType, String intervalValue, OperationTypes operationType, PackageUpdateTypes updateType, List<PackageName> packageNames, List<String> updateNames, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of PackageUpdateTypes in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return PackageUpdateTypes Modifier and Type Method Description PackageUpdateTypes
InstallAllPackageUpdatesOnManagedInstanceRequest. getUpdateType()
The type of updates to be appliedPackageUpdateTypes
InstallAllUpdatesOnManagedInstanceGroupRequest. getUpdateType()
The type of updates to be appliedPackageUpdateTypes
InstallAllWindowsUpdatesOnManagedInstanceRequest. getUpdateType()
The type of updates to be appliedMethods in com.oracle.bmc.osmanagement.requests with parameters of type PackageUpdateTypes Modifier and Type Method Description InstallAllPackageUpdatesOnManagedInstanceRequest.Builder
InstallAllPackageUpdatesOnManagedInstanceRequest.Builder. updateType(PackageUpdateTypes updateType)
The type of updates to be appliedInstallAllUpdatesOnManagedInstanceGroupRequest.Builder
InstallAllUpdatesOnManagedInstanceGroupRequest.Builder. updateType(PackageUpdateTypes updateType)
The type of updates to be appliedInstallAllWindowsUpdatesOnManagedInstanceRequest.Builder
InstallAllWindowsUpdatesOnManagedInstanceRequest.Builder. updateType(PackageUpdateTypes updateType)
The type of updates to be applied
-