Reference documentation and code samples for the Cloud Channel V1 API module Google::Cloud::Channel::V1::ResourceType.
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.
Constants
RESOURCE_TYPE_UNSPECIFIED
value: 0
Not used.
SEAT
value: 1
Seat.
MAU
value: 2
Monthly active user.
GB
value: 3
GB (used for storage SKUs).
LICENSED_USER
value: 4
Active licensed users(for Voice SKUs).
MINUTES
value: 5
Voice usage.
IAAS_USAGE
value: 6
For IaaS SKUs like Google Cloud Platform, 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
Platform.
SUBSCRIPTION
value: 7
For Google Cloud Platform subscriptions like Anthos or SAP.