Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static JobTypes |
JobTypes.create(String key) |
JobTypes |
JobSummary.getJobType()
The type of job.
|
static JobTypes |
JobTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobTypes[] |
JobTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobSummary.Builder |
JobSummary.Builder.jobType(JobTypes jobType)
The type of job.
|
Constructor and Description |
---|
JobSummary(String id,
String compartmentId,
String name,
String description,
String managedDatabaseGroupId,
String managedDatabaseId,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
JobScheduleDetails scheduleDetails,
JobTypes jobType,
Job.LifecycleState lifecycleState,
String timeout,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.