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