Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
static OsPatchPackageSummary.UpdateType |
OsPatchPackageSummary.UpdateType.create(String key) |
OsPatchPackageSummary.UpdateType |
OsPatchPackageSummary.getUpdateType()
The action that current package will be executed on the cluster.
|
static OsPatchPackageSummary.UpdateType |
OsPatchPackageSummary.UpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OsPatchPackageSummary.UpdateType[] |
OsPatchPackageSummary.UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OsPatchPackageSummary.Builder |
OsPatchPackageSummary.Builder.updateType(OsPatchPackageSummary.UpdateType updateType)
The action that current package will be executed on the cluster.
|
Constructor and Description |
---|
OsPatchPackageSummary(String packageName,
String targetVersion,
OsPatchPackageSummary.UpdateType updateType,
List<String> relatedCVEs)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.