Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Class and Description |
---|---|
class |
GenericArtifactDetails
Patch artifact description and content details if common for all platforms.
|
class |
PlatformSpecificArtifactDetails
Patch artifact description and content details which is platform specific
Note: Objects should always be created or deserialized using the PlatformSpecificArtifactDetails.Builder . |
Modifier and Type | Method and Description |
---|---|
ArtifactDetails |
CreatePatchDetails.getArtifactDetails() |
ArtifactDetails |
UpdatePatchDetails.getArtifactDetails() |
ArtifactDetails |
PatchSummary.getArtifactDetails() |
ArtifactDetails |
Patch.getArtifactDetails() |
Modifier and Type | Method and Description |
---|---|
CreatePatchDetails.Builder |
CreatePatchDetails.Builder.artifactDetails(ArtifactDetails artifactDetails) |
UpdatePatchDetails.Builder |
UpdatePatchDetails.Builder.artifactDetails(ArtifactDetails artifactDetails) |
PatchSummary.Builder |
PatchSummary.Builder.artifactDetails(ArtifactDetails artifactDetails) |
Patch.Builder |
Patch.Builder.artifactDetails(ArtifactDetails artifactDetails) |
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.
|
PatchSummary(String id,
String name,
String description,
Patch.Type type,
PatchType patchType,
PatchSeverity severity,
Date timeReleased,
ArtifactDetails artifactDetails,
PatchProduct product,
String compartmentId,
Patch.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
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.