Package com.oracle.bmc.core.model
Class ResetActionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.ResetActionDetails.Builder
-
- Enclosing class:
- ResetActionDetails
public static class ResetActionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResetActionDetails.Builder
allowDenseRebootMigration(Boolean allowDenseRebootMigration)
For instances that use a DenseIO shape, the flag denoting whether reboot migration is performed for the instance.ResetActionDetails
build()
ResetActionDetails.Builder
copy(ResetActionDetails model)
-
-
-
Method Detail
-
allowDenseRebootMigration
public ResetActionDetails.Builder allowDenseRebootMigration(Boolean allowDenseRebootMigration)
For instances that use a DenseIO shape, the flag denoting whether reboot migration is performed for the instance.The default value is false.
If the instance has a date in the Maintenance reboot field and you do nothing (or set this flag to false), the instance will be rebuilt at the scheduled maintenance time. The instance will experience 2-6 hours of downtime during the maintenance process. The local NVMe-based SSD will be preserved.
If you want to minimize downtime and can delete the SSD, you can set this flag to true and proactively reboot the instance before the scheduled maintenance time. The instance will be reboot migrated to a healthy host and the SSD will be deleted. A short downtime occurs during the migration.
*Caution:** When true, the SSD is permanently deleted. We recommend that you create a backup of the SSD before proceeding.
- Parameters:
allowDenseRebootMigration
- the value to set- Returns:
- this builder
-
build
public ResetActionDetails build()
-
copy
public ResetActionDetails.Builder copy(ResetActionDetails model)
-
-