Class TiersResource
The "tiers" collection of methods.
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class TiersResource
Constructors
TiersResource(IClientService)
Constructs a new resource.
Declaration
public TiersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists all available machine types (tiers) for Cloud SQL, for example, db-custom-1-3840
. For more
information, see https://cloud.google.com/sql/pricing.
Declaration
public virtual TiersResource.ListRequest List(string project)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID of the project for which to list tiers. |
Returns
Type | Description |
---|---|
TiersResource.ListRequest |