Uses of Class
com.oracle.bmc.bds.model.PatchingConfigs
-
Packages that use PatchingConfigs Package Description com.oracle.bmc.bds.model -
-
Uses of PatchingConfigs in com.oracle.bmc.bds.model
Subclasses of PatchingConfigs in com.oracle.bmc.bds.model Modifier and Type Class Description class
BatchingBasedPatchingConfigs
Configuration that applies the patch in batches, the batch size is a user defined parameter.class
DomainBasedPatchingConfigs
This patching config will patch all nodes in one AD/FD at a time.class
DowntimeBasedPatchingConfigs
Patching configurations which allows downtime.Methods in com.oracle.bmc.bds.model that return PatchingConfigs Modifier and Type Method Description PatchingConfigs
InstallOsPatchDetails. getPatchingConfigs()
Methods in com.oracle.bmc.bds.model with parameters of type PatchingConfigs Modifier and Type Method Description InstallOsPatchDetails.Builder
InstallOsPatchDetails.Builder. patchingConfigs(PatchingConfigs patchingConfigs)
Constructors in com.oracle.bmc.bds.model with parameters of type PatchingConfigs Constructor Description InstallOsPatchDetails(String osPatchVersion, String clusterAdminPassword, PatchingConfigs patchingConfigs)
Deprecated.
-