Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.SoftwareComponentDetails
-
Packages that use SoftwareComponentDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of SoftwareComponentDetails in com.oracle.bmc.fleetsoftwareupdate.model
Subclasses of SoftwareComponentDetails in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description class
GiSoftwareComponentDetails
Details of ‘GI’ component in an Exadata software stack.class
GuestOsSoftwareComponentDetails
Details of ‘GUEST_OS’ component in an Exadata software stack.Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type SoftwareComponentDetails Modifier and Type Method Description List<SoftwareComponentDetails>
ExadbStackCollection. getComponents()
Details of components in an Exadata software stack.Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type SoftwareComponentDetails Modifier and Type Method Description ExadbStackCollection.Builder
ExadbStackCollection.Builder. components(List<SoftwareComponentDetails> components)
Details of components in an Exadata software stack.Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type SoftwareComponentDetails Constructor Description ExadbStackCollection(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<SoftwareComponentDetails> components)
Deprecated.
-