Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Class and Description |
---|---|
class |
ApplyJobOperationDetails
Job details that are specific to apply operations.
|
class |
ApplyRollbackJobOperationDetails
Job details that are specific to an apply rollback job.
|
class |
DestroyJobOperationDetails
Job details that are specific to destroy operations.
|
class |
ImportTfStateJobOperationDetails
Job details that are specific to import Terraform state operations.
|
class |
PlanJobOperationDetails
Job details that are specific to plan operations.
|
class |
PlanRollbackJobOperationDetails
Job details that are specific to a plan rollback job.
|
Modifier and Type | Method and Description |
---|---|
JobOperationDetails |
Job.getJobOperationDetails() |
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.jobOperationDetails(JobOperationDetails jobOperationDetails) |
Constructor and Description |
---|
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.
|
Copyright © 2016–2024. All rights reserved.