public enum PeriodicPartialMaintenanceSchedule.SubType extends Enum<PeriodicPartialMaintenanceSchedule.SubType> implements ProtocolMessageEnumThe maintenance type in which the zone is during the given window.
Protobuf enum google.cloud.compute.v1.PeriodicPartialMaintenanceSchedule.SubType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MAINTENANCE_SUBTYPE_UNSPECIFIED |
Default value. |
MAINTENANCE_SUBTYPE_UNSPECIFIED_VALUE |
Default value. |
MAINTENANCE_TYPE_CUSTOMER_MAINTENANCE |
A dedicated window for customers to perform their own maintenance. This often runs concurrently with a DISRUPTIVE_UPGRADE. |
MAINTENANCE_TYPE_CUSTOMER_MAINTENANCE_VALUE |
A dedicated window for customers to perform their own maintenance. This often runs concurrently with a DISRUPTIVE_UPGRADE. |
MAINTENANCE_TYPE_DISRUPTIVE_UPGRADE |
For disruptive updates, including host machine kernel or firmware upgrades. |
MAINTENANCE_TYPE_DISRUPTIVE_UPGRADE_VALUE |
For disruptive updates, including host machine kernel or firmware upgrades. |
MAINTENANCE_TYPE_STABLE |
A post-maintenance window for customers to conduct final testing and performance validation before resuming full business operations. |
MAINTENANCE_TYPE_STABLE_VALUE |
A post-maintenance window for customers to conduct final testing and performance validation before resuming full business operations. |
MAINTENANCE_TYPE_TRANSITION |
For preliminary, non-disruptive tasks such as key rotations. |
MAINTENANCE_TYPE_TRANSITION_VALUE |
For preliminary, non-disruptive tasks such as key rotations. |
UNDEFINED_SUB_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_SUB_TYPE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|