Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.TargetDetails
-
Packages that use TargetDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of TargetDetails in com.oracle.bmc.fleetsoftwareupdate.model
Subclasses of TargetDetails in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description class
CloudVmClusterTargetSummary
Details of a CloudVmCluster target member of a Exadata Fleet Update Collection.class
DatabaseTargetSummary
Details of a Database target member of a Exadata Fleet Update Collection.class
VmClusterTargetSummary
Details of a VmCluster target member of a Exadata Fleet Update Collection.Methods in com.oracle.bmc.fleetsoftwareupdate.model that return TargetDetails Modifier and Type Method Description TargetDetails
FsuCollectionTarget. getTarget()
TargetDetails
TargetSummary. getTarget()
Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type TargetDetails Modifier and Type Method Description FsuCollectionTarget.Builder
FsuCollectionTarget.Builder. target(TargetDetails target)
TargetSummary.Builder
TargetSummary.Builder. target(TargetDetails target)
Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type TargetDetails Constructor Description FsuCollectionTarget(TargetDetails target, String currentVersion, FsuCollectionTarget.Status status, String executingFsuJobId, String activeFsuCycleId, TargetProgressSummary progress)
Deprecated.TargetSummary(TargetDetails target, String currentVersion, TargetSummary.Status status, String executingFsuJobId, String activeFsuCycleId, TargetProgressSummary progress)
Deprecated.
-