Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.GoalSoftwareComponentDetails
- 
Packages that use GoalSoftwareComponentDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model 
- 
- 
Uses of GoalSoftwareComponentDetails in com.oracle.bmc.fleetsoftwareupdate.modelSubclasses of GoalSoftwareComponentDetails in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description classGiGoalSoftwareComponentDetailsDetails of goal version for ‘GI’ component in an ‘EXADB_STACK’ type Exadata Fleet Update Collection.classGuestOsGoalSoftwareComponentDetailsDetails of goal version for ‘GUEST_OS’ component in an ‘EXADB_STACK’ type Exadata Fleet Update Collection.Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type GoalSoftwareComponentDetails Modifier and Type Method Description List<GoalSoftwareComponentDetails>ExadbStackFsuGoalVersionDetails. getComponents()Details of goal versions for components in an Exadata software stack.Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type GoalSoftwareComponentDetails Modifier and Type Method Description ExadbStackFsuGoalVersionDetails.BuilderExadbStackFsuGoalVersionDetails.Builder. components(List<GoalSoftwareComponentDetails> components)Details of goal versions for components in an Exadata software stack.Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type GoalSoftwareComponentDetails Constructor Description ExadbStackFsuGoalVersionDetails(FsuGoalVersionDetails.HomePolicy homePolicy, String newHomePrefix, List<GoalSoftwareComponentDetails> components)Deprecated.
 
-