| Copyright | (c) 2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.SQL.Tiers.List
Description
Lists all available service tiers for Google Cloud SQL, for example D1, D2. For related information, see Pricing.
See: Cloud SQL Administration API Reference for sql.tiers.list.
REST Resource
type TiersListResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("tiers" :> (QueryParam "alt" AltJSON :> Get `[JSON]` TiersListResponse))))) Source
A resource alias for sql.tiers.list method which the
TiersList request conforms to.
Creating a Request
Lists all available service tiers for Google Cloud SQL, for example D1, D2. For related information, see Pricing.
See: tiersList smart constructor.