Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.CreateSoftwareComponentDetails
-
Packages that use CreateSoftwareComponentDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of CreateSoftwareComponentDetails in com.oracle.bmc.fleetsoftwareupdate.model
Subclasses of CreateSoftwareComponentDetails in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description class
CreateGiSoftwareComponentDetails
Details to create ‘GI’ component in an Exadata software stack.class
CreateGuestOsSoftwareComponentDetails
Details to create ‘GUEST_OS’ component in an Exadata software stack.Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type CreateSoftwareComponentDetails Modifier and Type Method Description List<CreateSoftwareComponentDetails>
CreateExadbStackFsuCollectionDetails. getComponents()
Details of components in an Exadata software stack.Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type CreateSoftwareComponentDetails Modifier and Type Method Description CreateExadbStackFsuCollectionDetails.Builder
CreateExadbStackFsuCollectionDetails.Builder. components(List<CreateSoftwareComponentDetails> components)
Details of components in an Exadata software stack.Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type CreateSoftwareComponentDetails Constructor Description CreateExadbStackFsuCollectionDetails(String displayName, CollectionServiceTypes serviceType, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<CreateSoftwareComponentDetails> components)
Deprecated.
-