Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ExadbVmClustersResource

The "exadbVmClusters" collection of methods.

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

Constructors

ExadbVmClustersResource(IClientService)

Constructs a new resource.

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

Properties

DbNodes

Gets the DbNodes resource.

Declaration
public virtual ProjectsResource.LocationsResource.ExadbVmClustersResource.DbNodesResource DbNodes { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ExadbVmClustersResource.DbNodesResource

Methods

Create(ExadbVmCluster, string)

Creates a new Exadb (Exascale) VM Cluster resource.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.ExadbVmClustersResource.CreateRequest

Delete(string)

Deletes a single Exadb (Exascale) VM Cluster.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.ExadbVmClustersResource.DeleteRequest

Get(string)

Gets details of a single Exadb (Exascale) VM Cluster.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.ExadbVmClustersResource.GetRequest

List(string)

Lists all the Exadb (Exascale) VM Clusters for the given project and location.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.ExadbVmClustersResource.ListRequest

Patch(ExadbVmCluster, string)

Updates a single Exadb (Exascale) VM Cluster. To add virtual machines to existing exadb vm cluster, only pass the node count.

Declaration
public virtual ProjectsResource.LocationsResource.ExadbVmClustersResource.PatchRequest Patch(ExadbVmCluster body, string name)
Parameters
Type Name Description
ExadbVmCluster body

The body of the request.

string name

Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}

Returns
Type Description
ProjectsResource.LocationsResource.ExadbVmClustersResource.PatchRequest

RemoveVirtualMachine(RemoveVirtualMachineExadbVmClusterRequest, string)

Removes virtual machines from an existing exadb vm cluster.

Declaration
public virtual ProjectsResource.LocationsResource.ExadbVmClustersResource.RemoveVirtualMachineRequest RemoveVirtualMachine(RemoveVirtualMachineExadbVmClusterRequest body, string name)
Parameters
Type Name Description
RemoveVirtualMachineExadbVmClusterRequest body

The body of the request.

string name

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

Returns
Type Description
ProjectsResource.LocationsResource.ExadbVmClustersResource.RemoveVirtualMachineRequest
In this article
Back to top Generated by DocFX