Maintenance v1 API - Enum ResourceMaintenance.Types.State (1.0.0-beta01)

public enum ResourceMaintenance.Types.State

Reference documentation and code samples for the Maintenance v1 API enum ResourceMaintenance.Types.State.

State is the state of a resource maintenance.

Namespace

Google.Cloud.Maintenance.Api.V1

Assembly

Google.Cloud.Maintenance.Api.V1.dll

Fields

Name Description
Cancelled

No longer planned, typically when other maintenance (e.g. upgrade to newer version) already happened, or the user skipped the maintenance.

Running

Maintenance is ongoing.

Scheduled

Scheduled for a particular window. For disruptive maintenance it should respect maintenance policy, i.e. its available windows, exclusions and notification period.

Succeeded

Successfully completed.

Unspecified

Unspecified state.