Package | Description |
---|---|
com.oracle.bmc.osmanagement.model | |
com.oracle.bmc.osmanagement.requests |
Modifier and Type | Method and Description |
---|---|
static OperationTypes |
OperationTypes.create(String key) |
OperationTypes |
ScheduledJobSummary.getOperationType()
the type of operation this Scheduled Job performs
|
OperationTypes |
CreateScheduledJobDetails.getOperationType()
the type of operation this Scheduled Job performs
|
OperationTypes |
WorkRequestSummary.getOperationType()
the type of operation this Work Request performs
|
OperationTypes |
WorkRequest.getOperationType()
the type of operation this Work Request performs
|
OperationTypes |
ScheduledJob.getOperationType()
the type of operation this Scheduled Job performs
|
OperationTypes |
UpdateScheduledJobDetails.getOperationType()
the type of operation this Scheduled Job performs
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
ScheduledJobSummary.Builder |
ScheduledJobSummary.Builder.operationType(OperationTypes operationType)
the type of operation this Scheduled Job performs
|
CreateScheduledJobDetails.Builder |
CreateScheduledJobDetails.Builder.operationType(OperationTypes operationType)
the type of operation this Scheduled Job performs
|
WorkRequestSummary.Builder |
WorkRequestSummary.Builder.operationType(OperationTypes operationType)
the type of operation this Work Request performs
|
WorkRequest.Builder |
WorkRequest.Builder.operationType(OperationTypes operationType)
the type of operation this Work Request performs
|
ScheduledJob.Builder |
ScheduledJob.Builder.operationType(OperationTypes operationType)
the type of operation this Scheduled Job performs
|
UpdateScheduledJobDetails.Builder |
UpdateScheduledJobDetails.Builder.operationType(OperationTypes operationType)
the type of operation this Scheduled Job performs
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
OperationTypes |
ListScheduledJobsRequest.getOperationType()
The operation type for which to list resources
|
Modifier and Type | Method and Description |
---|---|
ListScheduledJobsRequest.Builder |
ListScheduledJobsRequest.Builder.operationType(OperationTypes operationType)
The operation type for which to list resources
|
Copyright © 2016–2024. All rights reserved.