Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.OdbNetworksResource

The "odbNetworks" collection of methods.

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

Constructors

OdbNetworksResource(IClientService)

Constructs a new resource.

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

Properties

OdbSubnets

Gets the OdbSubnets resource.

Declaration
public virtual ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource OdbSubnets { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.OdbNetworksResource.OdbSubnetsResource

Methods

Create(OdbNetwork, string)

Creates a new ODB Network in a given project and location.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.OdbNetworksResource.CreateRequest

Delete(string)

Deletes a single ODB Network.

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

Required. The name of the resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.

Returns
Type Description
ProjectsResource.LocationsResource.OdbNetworksResource.DeleteRequest

Get(string)

Gets details of a single ODB Network.

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

Required. The name of the OdbNetwork in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.

Returns
Type Description
ProjectsResource.LocationsResource.OdbNetworksResource.GetRequest

List(string)

Lists the ODB Networks in a given project and location.

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

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

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