Class ProjectsResource.LocationsResource.CloudVmClustersResource
The "cloudVmClusters" collection of methods.
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class ProjectsResource.LocationsResource.CloudVmClustersResource
Constructors
CloudVmClustersResource(IClientService)
Constructs a new resource.
Declaration
public CloudVmClustersResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
DbNodes
Gets the DbNodes resource.
Declaration
public virtual ProjectsResource.LocationsResource.CloudVmClustersResource.DbNodesResource DbNodes { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CloudVmClustersResource.DbNodesResource |
Methods
Create(CloudVmCluster, string)
Creates a new VM Cluster in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.CloudVmClustersResource.CreateRequest Create(CloudVmCluster body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| CloudVmCluster | 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.CloudVmClustersResource.CreateRequest |
Delete(string)
Deletes a single VM Cluster.
Declaration
public virtual ProjectsResource.LocationsResource.CloudVmClustersResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the Cloud VM Cluster in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CloudVmClustersResource.DeleteRequest |
Get(string)
Gets details of a single VM Cluster.
Declaration
public virtual ProjectsResource.LocationsResource.CloudVmClustersResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the Cloud VM Cluster in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CloudVmClustersResource.GetRequest |
List(string)
Lists the VM Clusters in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.CloudVmClustersResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The name of the parent in the following format: projects/{project}/locations/{location}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CloudVmClustersResource.ListRequest |