Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.FsuCollectionTarget.Status
-
Packages that use FsuCollectionTarget.Status Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of FsuCollectionTarget.Status in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return FsuCollectionTarget.Status Modifier and Type Method 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.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type FsuCollectionTarget.Status Modifier and Type Method Description FsuCollectionTarget.Builder
FsuCollectionTarget.Builder. status(FsuCollectionTarget.Status status)
Status of the target in the Exadata Fleet Update Collection.Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type FsuCollectionTarget.Status Constructor Description FsuCollectionTarget(TargetDetails target, String currentVersion, FsuCollectionTarget.Status status, String executingFsuJobId, String activeFsuCycleId, TargetProgressSummary progress)
Deprecated.
-