Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmErrorHandling
-
Packages that use OlvmErrorHandling Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmErrorHandling in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmErrorHandling Modifier and Type Method Description OlvmErrorHandlingOlvmErrorHandling.Builder. build()OlvmErrorHandlingOlvmClusterProperties. getErrorHandling()Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmErrorHandling Modifier and Type Method Description OlvmErrorHandling.BuilderOlvmErrorHandling.Builder. copy(OlvmErrorHandling model)OlvmClusterProperties.BuilderOlvmClusterProperties.Builder. errorHandling(OlvmErrorHandling errorHandling)Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmErrorHandling Constructor Description OlvmClusterProperties(String clusterName, String clusterDescription, String comment, Boolean isBallooningEnabled, OlvmBiosType biosType, OlvmCpu cpu, List<OlvmProperty> customSchedulingPolicyProperties, OlvmDisplay display, OlvmErrorHandling errorHandling, OlvmFencingPolicy fencingPolicy, OlvmClusterProperties.FipsMode fipsMode, OlvmClusterProperties.FirewallType firewallType, Boolean isGlusterService, String glusterTunedProfile, Boolean isHaReservation, Ksm ksm, Integer logMaxMemoryUsedThreshold, OlvmClusterProperties.LogMaxMemoryUsedThresholdType logMaxMemoryUsedThresholdType, OlvmMemoryPolicy memoryPolicy, OlvmMigrationOptions migrationPolicy, List<RngSource> requiredRngSources, OlvmSerialNumber serialNumber, List<OlvmVersion> supportedVersions, OlvmClusterProperties.SwitchType switchType, Boolean isUseThreadsAsCores, Boolean isTrustedService, Boolean isTunnelMigration, String upgradeCorrelationId, Boolean isUpdateInProgress, Integer upgradePercentComplete, OlvmVersion version, Boolean isVirtService, Boolean isVncEncryption, List<OlvmDataCenter> dataCenters)Deprecated.
-