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