public enum ResourceType
Reference documentation and code samples for the Cloud Channel v1 API enum 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.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Fields | |
---|---|
Name | Description |
Gb | GB (used for storage SKUs). |
IaasUsage | 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. |
LicensedUser | Active licensed users(for Voice SKUs). |
Mau | Monthly active user. |
Minutes | Voice usage. |
Seat | Seat. |
Subscription | For Google Cloud subscriptions like Anthos or SAP. |
Unspecified | Not used. |