Module: Google::Cloud::Channel::V1::Entitlement::SuspensionReason
- Defined in:
- proto_docs/google/cloud/channel/v1/entitlements.rb
Overview
Suspension reason for an entitlement if provisioning_state = SUSPENDED.
Constant Summary collapse
- SUSPENSION_REASON_UNSPECIFIED =
Not used.
0
- RESELLER_INITIATED =
Entitlement was manually suspended by the Reseller.
1
- TRIAL_ENDED =
Trial ended.
2
- RENEWAL_WITH_TYPE_CANCEL =
Entitlement renewal was canceled.
3
- PENDING_TOS_ACCEPTANCE =
Entitlement was automatically suspended on creation for pending ToS acceptance on customer.
4
- OTHER =
Other reasons (internal reasons, abuse, etc.).
100