Module: Google::Cloud::Channel::V1::ResourceType

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

Overview

Represents the type for a monetizable resource(any entity on which billing happens). For example, this could be MINUTES for Google Voice and GB for Google Drive. One SKU can map to multiple monetizable resources.

Constant Summary collapse

RESOURCE_TYPE_UNSPECIFIED =

Not used.

0
SEAT =

Seat.

1
MAU =

Monthly active user.

2
GB =

GB (used for storage SKUs).

3
LICENSED_USER =

Active licensed users(for Voice SKUs).

4
MINUTES =

Voice usage.

5
IAAS_USAGE =

For IaaS SKUs like Google Cloud, monetization is based on usage accrued on your billing account irrespective of the type of monetizable resource. This enum represents an aggregated resource/container for all usage SKUs on a billing account. Currently, only applicable to Google Cloud.

6
SUBSCRIPTION =

For Google Cloud subscriptions like Anthos or SAP.

7