Class ProjectsResource.LocationsResource.DbSystemInitialStorageSizesResource
The "dbSystemInitialStorageSizes" collection of methods.
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DbSystemInitialStorageSizesResource
Constructors
DbSystemInitialStorageSizesResource(IClientService)
Constructs a new resource.
Declaration
public DbSystemInitialStorageSizesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
Lists all the DbSystemInitialStorageSizes for the given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.DbSystemInitialStorageSizesResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent value for the DbSystemInitialStorageSize resource with the format: projects/{project}/locations/{location} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DbSystemInitialStorageSizesResource.ListRequest |