Class ProjectsResource.LocationsResource.DbSystemsResource
The "dbSystems" collection of methods.
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DbSystemsResource
Constructors
DbSystemsResource(IClientService)
Constructs a new resource.
Declaration
public DbSystemsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(DbSystem, string)
Creates a new DbSystem in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.DbSystemsResource.CreateRequest Create(DbSystem body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| DbSystem | body | The body of the request. |
| string | parent | Required. The value for parent of the DbSystem in the following format: projects/{project}/locations/{location}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DbSystemsResource.CreateRequest |
Delete(string)
Deletes a single DbSystem.
Declaration
public virtual ProjectsResource.LocationsResource.DbSystemsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the DbSystem in the following format: projects/{project}/locations/{location}/dbSystems/{db_system}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DbSystemsResource.DeleteRequest |
Get(string)
Gets details of a single DbSystem.
Declaration
public virtual ProjectsResource.LocationsResource.DbSystemsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the DbSystem in the following format: projects/{project}/locations/{location}/dbSystems/{db_system}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DbSystemsResource.GetRequest |
List(string)
Lists all the DbSystems for the given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.DbSystemsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent value for DbSystems in the following format: projects/{project}/locations/{location}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DbSystemsResource.ListRequest |