Uses of Class
com.oracle.bmc.bds.model.OdhPatchingConfig
-
Packages that use OdhPatchingConfig Package Description com.oracle.bmc.bds.model -
-
Uses of OdhPatchingConfig in com.oracle.bmc.bds.model
Subclasses of OdhPatchingConfig in com.oracle.bmc.bds.model Modifier and Type Class Description class
BatchingBasedOdhPatchingConfig
Patching configurations which allows patch the nodes batch by batch.class
DomainBasedOdhPatchingConfig
This patching config will patch all nodes in one AD/FD at a time.class
DowntimeBasedOdhPatchingConfig
Patching configurations which allows downtime.Methods in com.oracle.bmc.bds.model that return OdhPatchingConfig Modifier and Type Method Description OdhPatchingConfig
InstallPatchDetails. getPatchingConfig()
Methods in com.oracle.bmc.bds.model with parameters of type OdhPatchingConfig Modifier and Type Method Description InstallPatchDetails.Builder
InstallPatchDetails.Builder. patchingConfig(OdhPatchingConfig patchingConfig)
Constructors in com.oracle.bmc.bds.model with parameters of type OdhPatchingConfig Constructor Description InstallPatchDetails(String version, String clusterAdminPassword, OdhPatchingConfig patchingConfig)
Deprecated.
-