Enum MaintenanceCategory (0.2.0)

public enum MaintenanceCategory extends Enum<MaintenanceCategory> implements ProtocolMessageEnum

The Category of the maintenance.

Protobuf enum google.cloud.maintenance.api.v1beta.MaintenanceCategory

Implements

ProtocolMessageEnum

Static Fields

Name Description
INFRASTRUCTURE

Infrastructure maintenance events are times that Google Cloud performs regular maintenance on network equipment e.g. Google Cloud Interconnect These events are usually scheduled in advance and we provide notification, when possible, so that users can plan for the infrastructure maintenance event and prevent downtime. Infrastructure maintenance events don't have a set interval between occurrences, but generally occur several times a year.

INFRASTRUCTURE = 1;

INFRASTRUCTURE_VALUE

Infrastructure maintenance events are times that Google Cloud performs regular maintenance on network equipment e.g. Google Cloud Interconnect These events are usually scheduled in advance and we provide notification, when possible, so that users can plan for the infrastructure maintenance event and prevent downtime. Infrastructure maintenance events don't have a set interval between occurrences, but generally occur several times a year.

INFRASTRUCTURE = 1;

MAINTENANCE_CATEGORY_UNSPECIFIED

Unspecified category.

MAINTENANCE_CATEGORY_UNSPECIFIED = 0;

MAINTENANCE_CATEGORY_UNSPECIFIED_VALUE

Unspecified category.

MAINTENANCE_CATEGORY_UNSPECIFIED = 0;

SERVICE_UPDATE

Updates that can include bug fixes, changes, or new features that are backward compatible with existing versions (including patches). Some SPs allow users to control the scheduling of these maintenance events using maintenance windows and/or deny maintenance features.

SERVICE_UPDATE = 3;

SERVICE_UPDATE_VALUE

Updates that can include bug fixes, changes, or new features that are backward compatible with existing versions (including patches). Some SPs allow users to control the scheduling of these maintenance events using maintenance windows and/or deny maintenance features.

SERVICE_UPDATE = 3;

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