Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.SoftwareComponentSummary
-
Packages that use SoftwareComponentSummary Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of SoftwareComponentSummary in com.oracle.bmc.fleetsoftwareupdate.model
Subclasses of SoftwareComponentSummary in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description class
GiSoftwareComponentSummary
Summary of ‘GI’ component in an Exadata software stack.class
GuestOsSoftwareComponentSummary
Summary of ‘GUEST_OS’ component in Exadata software stack.Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type SoftwareComponentSummary Modifier and Type Method Description List<SoftwareComponentSummary>
ExadbStackFsuCollectionSummary. getComponents()
Summary of components in an Exadata software stack.Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type SoftwareComponentSummary Modifier and Type Method Description ExadbStackFsuCollectionSummary.Builder
ExadbStackFsuCollectionSummary.Builder. components(List<SoftwareComponentSummary> components)
Summary of components in an Exadata software stack.Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type SoftwareComponentSummary Constructor Description ExadbStackFsuCollectionSummary(String id, String displayName, CollectionServiceTypes serviceType, String compartmentId, ActiveCycleDetails activeFsuCycle, Integer targetCount, Date timeCreated, Date timeUpdated, CollectionLifecycleStates lifecycleState, String lifecycleDetails, String lastCompletedFsuCycleId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<SoftwareComponentSummary> components)
Deprecated.
-