Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PluggableDatabasesResource

The "pluggableDatabases" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.PluggableDatabasesResource
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.PluggableDatabasesResource

Constructors

PluggableDatabasesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets details of a single PluggableDatabase.

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

Required. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}

Returns
Type Description
ProjectsResource.LocationsResource.PluggableDatabasesResource.GetRequest

List(string)

Lists all the PluggableDatabases for the given project, location and Container Database.

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

Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.PluggableDatabasesResource.ListRequest
In this article
Back to top Generated by DocFX