Reference documentation and code samples for the Google Cloud Channel V1 Client class SuspensionReason.
Suspension reason for an entitlement if provisioning_state = SUSPENDED.
Protobuf type google.cloud.channel.v1.Entitlement.SuspensionReason
Namespace
Google \ Cloud \ Channel \ V1 \ EntitlementMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SUSPENSION_REASON_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum SUSPENSION_REASON_UNSPECIFIED = 0;
RESELLER_INITIATED
Value: 1
Entitlement was manually suspended by the Reseller.
Generated from protobuf enum RESELLER_INITIATED = 1;
TRIAL_ENDED
Value: 2
Trial ended.
Generated from protobuf enum TRIAL_ENDED = 2;
RENEWAL_WITH_TYPE_CANCEL
Value: 3
Entitlement renewal was canceled.
Generated from protobuf enum RENEWAL_WITH_TYPE_CANCEL = 3;
PENDING_TOS_ACCEPTANCE
Value: 4
Entitlement was automatically suspended on creation for pending ToS acceptance on customer.
Generated from protobuf enum PENDING_TOS_ACCEPTANCE = 4;
OTHER
Value: 100
Other reasons (internal reasons, abuse, etc.).
Generated from protobuf enum OTHER = 100;