Compute Engine v1 API - Enum PeriodicPartialMaintenanceSchedule.Types.SubType (3.29.0)

public enum PeriodicPartialMaintenanceSchedule.Types.SubType

Reference documentation and code samples for the Compute Engine v1 API enum PeriodicPartialMaintenanceSchedule.Types.SubType.

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
MaintenanceSubtypeUnspecified

Default value.

MaintenanceTypeCustomerMaintenance

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

MaintenanceTypeDisruptiveUpgrade

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

MaintenanceTypeStable

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

MaintenanceTypeTransition

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

UndefinedSubType

A value indicating that the enum field is not set.