Class ProjectsResource.LocationsResource.CloudVmClustersResource.DbNodesResource
The "dbNodes" collection of methods.
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CloudVmClustersResource.DbNodesResource
Constructors
DbNodesResource(IClientService)
Constructs a new resource.
Declaration
public DbNodesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
Lists the database nodes of a VM Cluster.
Declaration
public virtual ProjectsResource.LocationsResource.CloudVmClustersResource.DbNodesResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. . |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CloudVmClustersResource.DbNodesResource.ListRequest |