Uses of Class
com.oracle.bmc.osmanagement.model.OperationTypes
-
Packages that use OperationTypes Package Description com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.requests -
-
Uses of OperationTypes in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return OperationTypes Modifier and Type Method Description static OperationTypes
OperationTypes. create(String key)
OperationTypes
CreateScheduledJobDetails. getOperationType()
the type of operation this Scheduled Job performsOperationTypes
ScheduledJob. getOperationType()
the type of operation this Scheduled Job performsOperationTypes
ScheduledJobSummary. getOperationType()
the type of operation this Scheduled Job performsOperationTypes
UpdateScheduledJobDetails. getOperationType()
the type of operation this Scheduled Job performsOperationTypes
WorkRequest. getOperationType()
the type of operation this Work Request performsOperationTypes
WorkRequestSummary. getOperationType()
the type of operation this Work Request performsstatic OperationTypes
OperationTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationTypes[]
OperationTypes. 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 OperationTypes Modifier and Type Method Description CreateScheduledJobDetails.Builder
CreateScheduledJobDetails.Builder. operationType(OperationTypes operationType)
the type of operation this Scheduled Job performsScheduledJob.Builder
ScheduledJob.Builder. operationType(OperationTypes operationType)
the type of operation this Scheduled Job performsScheduledJobSummary.Builder
ScheduledJobSummary.Builder. operationType(OperationTypes operationType)
the type of operation this Scheduled Job performsUpdateScheduledJobDetails.Builder
UpdateScheduledJobDetails.Builder. operationType(OperationTypes operationType)
the type of operation this Scheduled Job performsWorkRequest.Builder
WorkRequest.Builder. operationType(OperationTypes operationType)
the type of operation this Work Request performsWorkRequestSummary.Builder
WorkRequestSummary.Builder. operationType(OperationTypes operationType)
the type of operation this Work Request performsConstructors in com.oracle.bmc.osmanagement.model with parameters of type OperationTypes 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.ScheduledJobSummary(String id, String displayName, String compartmentId, ScheduleTypes scheduleType, Date timeNextExecution, Date timeLastExecution, List<Id> managedInstances, List<Id> managedInstanceGroups, OperationTypes operationType, LifecycleStates lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, 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.WorkRequest(OperationTypes operationType, OperationStatus status, String id, String compartmentId, String description, String message, Id managedInstanceId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished, OsFamilies osFamily, String parentId, List<String> childrenIds)
Deprecated.WorkRequestSummary(OperationTypes operationType, OperationStatus status, String id, String compartmentId, String description, String message, Float percentComplete, Date timeAccepted, OsFamilies osFamily)
Deprecated. -
Uses of OperationTypes in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return OperationTypes Modifier and Type Method Description OperationTypes
ListScheduledJobsRequest. getOperationType()
The operation type for which to list resourcesMethods in com.oracle.bmc.osmanagement.requests with parameters of type OperationTypes Modifier and Type Method Description ListScheduledJobsRequest.Builder
ListScheduledJobsRequest.Builder. operationType(OperationTypes operationType)
The operation type for which to list resources
-