Compute V1 Client - Class MaintenanceInterval (2.0.0)

Reference documentation and code samples for the Compute V1 Client class MaintenanceInterval.

Specifies the frequency of planned maintenance events. The accepted values are: AS_NEEDED and RECURRENT.

Protobuf type google.cloud.compute.v1.NodeGroup.MaintenanceInterval

Namespace

Google \ Cloud \ Compute \ V1 \ NodeGroup

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_MAINTENANCE_INTERVAL

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_MAINTENANCE_INTERVAL = 0;

AS_NEEDED

Value: 500724834

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 PERIODIC and RECURRENT options.

Generated from protobuf enum AS_NEEDED = 500724834;

RECURRENT

Value: 194244550

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 AS_NEEDED. Security updates will still be applied as soon as they are available. RECURRENT is used for GEN3 and Slice of Hardware VMs.

Generated from protobuf enum RECURRENT = 194244550;