Sku(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Encapsulates a single SKU in Google Cloud Platform .. attribute:: name
The resource name for the SKU. Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE".
:type: str
Attributes
Name | Description |
sku_id |
str
The identifier for the SKU. Example: "AA95-CD31-42FE". |
description |
str
A human readable description of the SKU, has a maximum length of 256 characters. |
category |
google.cloud.billing_v1.types.Category
The category hierarchy of this SKU, purely for organizational purpose. |
service_regions |
Sequence[str]
List of service regions this SKU is offered at. Example: "asia-east1" Service regions can be found at https://cloud.google.com/about/locations/ |
pricing_info |
Sequence[google.cloud.billing_v1.types.PricingInfo]
A timeline of pricing info for this SKU in chronological order. |
service_provider_name |
str
Identifies the service provider. This is 'Google' for first party services in Google Cloud Platform. |