Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ExascaleDbStorageVaultsResource

The "exascaleDbStorageVaults" collection of methods.

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

Constructors

ExascaleDbStorageVaultsResource(IClientService)

Constructs a new resource.

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

Methods

Create(ExascaleDbStorageVault, string)

Creates a new ExascaleDB Storage Vault resource.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.ExascaleDbStorageVaultsResource.CreateRequest

Delete(string)

Deletes a single ExascaleDB Storage Vault.

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

Required. The name of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}.

Returns
Type Description
ProjectsResource.LocationsResource.ExascaleDbStorageVaultsResource.DeleteRequest

Get(string)

Gets details of a single ExascaleDB Storage Vault.

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

Required. The name of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}.

Returns
Type Description
ProjectsResource.LocationsResource.ExascaleDbStorageVaultsResource.GetRequest

List(string)

Lists all the ExascaleDB Storage Vaults for the given project and location.

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

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

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