public enum PeriodicPartialMaintenanceSchedule.Types.SubTypeReference 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.V1Assembly
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. |