Allows selecting how infrastructure upgrades should be applied to this VM.
AS_NEEDED
pushes updates as soon as they become available while
PERIODIC
and
RECURRENT
attempts to follow a less frequent, fixed schedule.
RECURRENT
is used for GEN3 and Slice of Hardware VMs.
Enums | |
---|---|
AS_NEEDED |
VMs are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the VM than the
and
options. |
PERIODIC |
VMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for
. Security updates will still be applied as soon as they are available. |
RECURRENT |
VMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for
. Security updates will still be applied as soon as they are available.
is used for GEN3 and Slice of Hardware VMs. |