Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Class and Description |
---|---|
class |
ApplyJobOperationDetailsSummary
Job details that are specific to apply operations.
|
class |
ApplyRollbackJobOperationDetailsSummary
Job details that are specific to an apply rollback job.
|
class |
DestroyJobOperationDetailsSummary
Job details that are specific to destroy operations.
|
class |
ImportTfStateJobOperationDetailsSummary
Job details that are specific to import Terraform state operations.
|
class |
PlanJobOperationDetailsSummary
Job details that are specific to plan operations.
|
class |
PlanRollbackJobOperationDetailsSummary
Job details that are specific to a plan rollback job.
|
Modifier and Type | Method and Description |
---|---|
JobOperationDetailsSummary |
JobSummary.getJobOperationDetails() |
Modifier and Type | Method and Description |
---|---|
JobSummary.Builder |
JobSummary.Builder.jobOperationDetails(JobOperationDetailsSummary jobOperationDetails) |
Constructor and Description |
---|
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.