Package | Description |
---|---|
com.oracle.bmc.fleetsoftwareupdate.model |
Modifier and Type | Method and Description |
---|---|
static TargetSummary.Status |
TargetSummary.Status.create(String key) |
TargetSummary.Status |
TargetSummary.getStatus()
Status of the target in the Exadata Fleet Update Collection.
|
static TargetSummary.Status |
TargetSummary.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetSummary.Status[] |
TargetSummary.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TargetSummary.Builder |
TargetSummary.Builder.status(TargetSummary.Status status)
Status of the target in the Exadata Fleet Update Collection.
|
Constructor and Description |
---|
TargetSummary(TargetDetails target,
String currentVersion,
TargetSummary.Status status,
String executingFsuJobId,
String activeFsuCycleId,
TargetProgressSummary progress)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.