Enum PeriodicPartialMaintenanceSchedule.SubType (1.105.0)

public enum PeriodicPartialMaintenanceSchedule.SubType extends Enum<PeriodicPartialMaintenanceSchedule.SubType> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
MAINTENANCE_SUBTYPE_UNSPECIFIED

Default value.

MAINTENANCE_SUBTYPE_UNSPECIFIED = 294853734;

MAINTENANCE_SUBTYPE_UNSPECIFIED_VALUE

Default value.

MAINTENANCE_SUBTYPE_UNSPECIFIED = 294853734;

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 = 431585707;

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_CUSTOMER_MAINTENANCE = 431585707;

MAINTENANCE_TYPE_DISRUPTIVE_UPGRADE

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

MAINTENANCE_TYPE_DISRUPTIVE_UPGRADE = 385079609;

MAINTENANCE_TYPE_DISRUPTIVE_UPGRADE_VALUE

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

MAINTENANCE_TYPE_DISRUPTIVE_UPGRADE = 385079609;

MAINTENANCE_TYPE_STABLE

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

MAINTENANCE_TYPE_STABLE = 141316244;

MAINTENANCE_TYPE_STABLE_VALUE

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

MAINTENANCE_TYPE_STABLE = 141316244;

MAINTENANCE_TYPE_TRANSITION

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

MAINTENANCE_TYPE_TRANSITION = 348575278;

MAINTENANCE_TYPE_TRANSITION_VALUE

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

MAINTENANCE_TYPE_TRANSITION = 348575278;

UNDEFINED_SUB_TYPE

A value indicating that the enum field is not set.

UNDEFINED_SUB_TYPE = 0;

UNDEFINED_SUB_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SUB_TYPE = 0;

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()