Uses of Class
com.oracle.bmc.resourcemanager.model.Job.Operation
-
Packages that use Job.Operation Package Description com.oracle.bmc.resourcemanager.model -
-
Uses of Job.Operation in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return Job.Operation Modifier and Type Method Description static Job.Operation
Job.Operation. create(String key)
Job.Operation
CreateJobDetails. getOperation()
Terraform-specific operation to execute.Job.Operation
Job. getOperation()
The type of job executing.Job.Operation
JobSummary. getOperation()
The type of job executingstatic Job.Operation
Job.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Job.Operation[]
Job.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcemanager.model with parameters of type Job.Operation Modifier and Type Method Description CreateJobDetails.Builder
CreateJobDetails.Builder. operation(Job.Operation operation)
Terraform-specific operation to execute.Job.Builder
Job.Builder. operation(Job.Operation operation)
The type of job executing.JobSummary.Builder
JobSummary.Builder. operation(Job.Operation operation)
The type of job executingConstructors in com.oracle.bmc.resourcemanager.model with parameters of type Job.Operation Constructor Description CreateJobDetails(String stackId, String displayName, Job.Operation operation, CreateJobOperationDetails jobOperationDetails, ApplyJobPlanResolution applyJobPlanResolution, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Job(String id, String stackId, String compartmentId, String displayName, Job.Operation operation, Boolean isThirdPartyProviderExperienceEnabled, Boolean isProviderUpgradeRequired, JobOperationDetails jobOperationDetails, ApplyJobPlanResolution applyJobPlanResolution, String resolvedPlanJobId, Date timeCreated, Date timeFinished, Job.LifecycleState lifecycleState, FailureDetails failureDetails, CancellationDetails cancellationDetails, String workingDirectory, Map<String,String> variables, ConfigSourceRecord configSource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.JobSummary(String id, String stackId, String compartmentId, String displayName, Job.Operation operation, JobOperationDetailsSummary jobOperationDetails, ApplyJobPlanResolution applyJobPlanResolution, String resolvedPlanJobId, Date timeCreated, Date timeFinished, Job.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-