Google Cloud Maintenance Api V1beta Client - Class MaintenanceCategory (0.1.0)

Reference documentation and code samples for the Google Cloud Maintenance Api V1beta Client class MaintenanceCategory.

The Category of the maintenance.

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

Namespace

Google \ Cloud \ Maintenance \ Api \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MAINTENANCE_CATEGORY_UNSPECIFIED

Value: 0

Unspecified category.

Generated from protobuf enum MAINTENANCE_CATEGORY_UNSPECIFIED = 0;

INFRASTRUCTURE

Value: 1

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.

Generated from protobuf enum INFRASTRUCTURE = 1;

SERVICE_UPDATE

Value: 3

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.

Generated from protobuf enum SERVICE_UPDATE = 3;