Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.CreateFsuCollectionDetails
-
Packages that use CreateFsuCollectionDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of CreateFsuCollectionDetails in com.oracle.bmc.fleetsoftwareupdate.model
Subclasses of CreateFsuCollectionDetails in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description class
CreateDbFsuCollectionDetails
Details to create a ‘DB’ type Exadata Fleet Update Collection.class
CreateGiFsuCollectionDetails
Details to create a ‘GI’ type Exadata Fleet Update Collection. -
Uses of CreateFsuCollectionDetails in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return CreateFsuCollectionDetails Modifier and Type Method Description CreateFsuCollectionDetails
CreateFsuCollectionRequest. getBody$()
Alternative accessor for the body parameter.CreateFsuCollectionDetails
CreateFsuCollectionRequest. getCreateFsuCollectionDetails()
Details for the new Exadata Fleet Update Collection.Methods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type CreateFsuCollectionDetails Modifier and Type Method Description CreateFsuCollectionRequest.Builder
CreateFsuCollectionRequest.Builder. body$(CreateFsuCollectionDetails body)
Alternative setter for the body parameter.CreateFsuCollectionRequest.Builder
CreateFsuCollectionRequest.Builder. createFsuCollectionDetails(CreateFsuCollectionDetails createFsuCollectionDetails)
Details for the new Exadata Fleet Update Collection.
-