Class ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.DbServersResource
The "dbServers" collection of methods.
Inheritance
ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.DbServersResource
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.DbServersResource
Constructors
DbServersResource(IClientService)
Constructs a new resource.
Declaration
public DbServersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists the database servers of an Exadata Infrastructure instance.
Declaration
public virtual ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.DbServersResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent value for database server in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloudExadataInfrastructure}. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource.DbServersResource.ListRequest |