Module: Google::Cloud::Billing::V1::GeoTaxonomy::Type

Defined in:
proto_docs/google/cloud/billing/v1/cloud_catalog.rb

Overview

The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.

Constant Summary collapse

TYPE_UNSPECIFIED =

The type is not specified.

0
GLOBAL =

The sku is global in nature, e.g. a license sku. Global skus are available in all regions, and so have an empty region list.

1
REGIONAL =

The sku is available in a specific region, e.g. "us-west2".

2
MULTI_REGIONAL =

The sku is associated with multiple regions, e.g. "us-west2" and "us-east1".

3