Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AutonomousDatabasesResource

The "autonomousDatabases" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AutonomousDatabasesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AutonomousDatabasesResource

Constructors

AutonomousDatabasesResource(IClientService)

Constructs a new resource.

Declaration
public AutonomousDatabasesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(AutonomousDatabase, string)

Creates a new Autonomous Database in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource.CreateRequest Create(AutonomousDatabase body, string parent)
Parameters
Type Name Description
AutonomousDatabase body

The body of the request.

string parent

Required. The name of the parent in the following format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource.CreateRequest

Delete(string)

Deletes a single Autonomous Database.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the resource in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource.DeleteRequest

GenerateWallet(GenerateAutonomousDatabaseWalletRequest, string)

Generates a wallet for an Autonomous Database.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource.GenerateWalletRequest GenerateWallet(GenerateAutonomousDatabaseWalletRequest body, string name)
Parameters
Type Name Description
GenerateAutonomousDatabaseWalletRequest body

The body of the request.

string name

Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource.GenerateWalletRequest

Get(string)

Gets the details of a single Autonomous Database.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource.GetRequest

List(string)

Lists the Autonomous Databases in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent value for the Autonomous Database in the following format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource.ListRequest

Restart(RestartAutonomousDatabaseRequest, string)

Restarts an Autonomous Database.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource.RestartRequest Restart(RestartAutonomousDatabaseRequest body, string name)
Parameters
Type Name Description
RestartAutonomousDatabaseRequest body

The body of the request.

string name

Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource.RestartRequest

Restore(RestoreAutonomousDatabaseRequest, string)

Restores a single Autonomous Database.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource.RestoreRequest Restore(RestoreAutonomousDatabaseRequest body, string name)
Parameters
Type Name Description
RestoreAutonomousDatabaseRequest body

The body of the request.

string name

Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource.RestoreRequest

Start(StartAutonomousDatabaseRequest, string)

Starts an Autonomous Database.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource.StartRequest Start(StartAutonomousDatabaseRequest body, string name)
Parameters
Type Name Description
StartAutonomousDatabaseRequest body

The body of the request.

string name

Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource.StartRequest

Stop(StopAutonomousDatabaseRequest, string)

Stops an Autonomous Database.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource.StopRequest Stop(StopAutonomousDatabaseRequest body, string name)
Parameters
Type Name Description
StopAutonomousDatabaseRequest body

The body of the request.

string name

Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource.StopRequest

Switchover(SwitchoverAutonomousDatabaseRequest, string)

Initiates a switchover of specified autonomous database to the associated peer database.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource.SwitchoverRequest Switchover(SwitchoverAutonomousDatabaseRequest body, string name)
Parameters
Type Name Description
SwitchoverAutonomousDatabaseRequest body

The body of the request.

string name

Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource.SwitchoverRequest
In this article
Back to top Generated by DocFX