Module: Google::Cloud::Channel::V1::EntitlementChange::ChangeType

Defined in:
proto_docs/google/cloud/channel/v1/entitlement_changes.rb

Overview

Specifies the type of change action

Constant Summary collapse

CHANGE_TYPE_UNSPECIFIED =

Not used.

0
CREATED =

New Entitlement was created.

1
PRICE_PLAN_SWITCHED =

Price plan associated with an Entitlement was changed.

3
COMMITMENT_CHANGED =

Number of seats committed for a commitment Entitlement was changed.

4
RENEWED =

An annual Entitlement was renewed.

5
SUSPENDED =

Entitlement was suspended.

6
ACTIVATED =

Entitlement was activated.

7
CANCELLED =

Entitlement was cancelled.

8
SKU_CHANGED =

Entitlement was upgraded or downgraded for ex. from Google Workspace Business Standard to Google Workspace Business Plus.

9
RENEWAL_SETTING_CHANGED =

The settings for renewal of an Entitlement have changed.

10
11
LICENSE_CAP_CHANGED =

License cap was changed for the entitlement.

12
SUSPENSION_DETAILS_CHANGED =

The suspension details have changed (but it is still suspended).

13
TRIAL_END_DATE_EXTENDED =

The trial end date was extended.

14
TRIAL_STARTED =

Entitlement started trial.

15