Compute V1 Client - Class SubType (2.11.0)

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

The maintenance type in which the zone is during the given window.

Protobuf type google.cloud.compute.v1.PeriodicPartialMaintenanceSchedule.SubType

Namespace

Google \ Cloud \ Compute \ V1 \ PeriodicPartialMaintenanceSchedule

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_SUB_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_SUB_TYPE = 0;

MAINTENANCE_SUBTYPE_UNSPECIFIED

Value: 294853734

Default value.

Generated from protobuf enum MAINTENANCE_SUBTYPE_UNSPECIFIED = 294853734;

MAINTENANCE_TYPE_CUSTOMER_MAINTENANCE

Value: 431585707

A dedicated window for customers to perform their own maintenance. This often runs concurrently with a DISRUPTIVE_UPGRADE.

Generated from protobuf enum MAINTENANCE_TYPE_CUSTOMER_MAINTENANCE = 431585707;

MAINTENANCE_TYPE_DISRUPTIVE_UPGRADE

Value: 385079609

For disruptive updates, including host machine kernel or firmware upgrades.

Generated from protobuf enum MAINTENANCE_TYPE_DISRUPTIVE_UPGRADE = 385079609;

MAINTENANCE_TYPE_STABLE

Value: 141316244

A post-maintenance window for customers to conduct final testing and performance validation before resuming full business operations.

Generated from protobuf enum MAINTENANCE_TYPE_STABLE = 141316244;

MAINTENANCE_TYPE_TRANSITION

Value: 348575278

For preliminary, non-disruptive tasks such as key rotations.

Generated from protobuf enum MAINTENANCE_TYPE_TRANSITION = 348575278;