Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static PatchSummary.PatchStatus |
PatchSummary.PatchStatus.create(String key) |
PatchSummary.PatchStatus |
PatchSummary.getPatchStatus()
Status of the patch applied or being applied on the application
|
static PatchSummary.PatchStatus |
PatchSummary.PatchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchSummary.PatchStatus[] |
PatchSummary.PatchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchSummary.Builder |
PatchSummary.Builder.patchStatus(PatchSummary.PatchStatus patchStatus)
Status of the patch applied or being applied on the application
|
Constructor and Description |
---|
PatchSummary(String key,
String modelType,
String modelVersion,
String name,
String description,
Integer objectVersion,
Integer objectStatus,
String identifier,
Date timePatched,
Map<String,String> errorMessages,
Integer applicationVersion,
PatchSummary.PatchType patchType,
PatchSummary.PatchStatus patchStatus,
List<PatchObjectMetadata> dependentObjectMetadata,
List<PatchObjectMetadata> patchObjectMetadata,
ParentReference parentRef,
ObjectMetadata metadata,
Map<String,String> keyMap)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.