Sku(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Encapsulates a single SKU in Google Cloud
Attributes |
|
---|---|
Name | Description |
name |
str
The resource name for the SKU. Example: "services/6F81-5844-456A/skus/D041-B8A1-6E0B". |
sku_id |
str
The identifier for the SKU. Example: "D041-B8A1-6E0B". |
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 |
MutableSequence[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 |
MutableSequence[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. |
geo_taxonomy |
google.cloud.billing_v1.types.GeoTaxonomy
The geographic taxonomy for this sku. |