Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
DependentPatchDetails |
DependentPatchDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DependentPatchDetails> |
CreatePatchDetails.getDependentPatches()
Dependent Patches for this patch.
|
List<DependentPatchDetails> |
UpdatePatchDetails.getDependentPatches()
Dependent Patches.
|
List<DependentPatchDetails> |
Patch.getDependentPatches()
Dependent Patches for this patch.
|
Modifier and Type | Method and Description |
---|---|
DependentPatchDetails.Builder |
DependentPatchDetails.Builder.copy(DependentPatchDetails model) |
Modifier and Type | Method and Description |
---|---|
CreatePatchDetails.Builder |
CreatePatchDetails.Builder.dependentPatches(List<DependentPatchDetails> dependentPatches)
Dependent Patches for this patch.
|
UpdatePatchDetails.Builder |
UpdatePatchDetails.Builder.dependentPatches(List<DependentPatchDetails> dependentPatches)
Dependent Patches.
|
Patch.Builder |
Patch.Builder.dependentPatches(List<DependentPatchDetails> dependentPatches)
Dependent Patches for this patch.
|
Constructor and Description |
---|
CreatePatchDetails(String name,
String description,
PatchType patchType,
PatchSeverity severity,
Date timeReleased,
ArtifactDetails artifactDetails,
PatchProduct product,
List<DependentPatchDetails> dependentPatches,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Patch(String id,
String name,
String description,
Patch.Type type,
PatchType patchType,
PatchSeverity severity,
Date timeReleased,
ArtifactDetails artifactDetails,
PatchProduct product,
List<DependentPatchDetails> dependentPatches,
Patch.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
String lifecycleDetails,
String compartmentId,
String resourceRegion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdatePatchDetails(String description,
PatchType patchType,
PatchSeverity severity,
Date timeReleased,
ArtifactDetails artifactDetails,
PatchProduct product,
List<DependentPatchDetails> dependentPatches,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.