Class TiersResource
The "tiers" collection of methods.
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4
Assembly: Google.Apis.SQLAdmin.v1beta4.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 related
information, see 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 |