Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Method and Description |
---|---|
static Job.Operation |
Job.Operation.create(String key) |
Job.Operation |
JobSummary.getOperation()
The type of job executing
|
Job.Operation |
Job.getOperation()
The type of job executing.
|
Job.Operation |
CreateJobDetails.getOperation()
Terraform-specific operation to execute.
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
JobSummary.Builder |
JobSummary.Builder.operation(Job.Operation operation)
The type of job executing
|
Job.Builder |
Job.Builder.operation(Job.Operation operation)
The type of job executing.
|
CreateJobDetails.Builder |
CreateJobDetails.Builder.operation(Job.Operation operation)
Terraform-specific operation to execute.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.