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.model
Subclasses of GoalSoftwareComponentDetails in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description class
GiGoalSoftwareComponentDetails
Details of goal version for ‘GI’ component in an ‘EXADB_STACK’ type Exadata Fleet Update Collection.class
GuestOsGoalSoftwareComponentDetails
Details 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.Builder
ExadbStackFsuGoalVersionDetails.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.
-