Module: Google::Cloud::Channel::V1::TransferEligibility::Reason

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

Overview

Reason of ineligibility.

Constant Summary collapse

REASON_UNSPECIFIED =

Not used.

0
PENDING_TOS_ACCEPTANCE =

Reseller needs to accept TOS before transferring the SKU.

1
SKU_NOT_ELIGIBLE =

Reseller not eligible to sell the SKU.

2
SKU_SUSPENDED =

SKU subscription is suspended

3
CHANNEL_PARTNER_NOT_AUTHORIZED_FOR_SKU =

The reseller is not authorized to transact on this Product. See https://support.google.com/channelservices/answer/9759265

4