Show / Hide Table of Contents

Class ProjectsResource.LocationsResource

The "locations" collection of methods.

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

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Properties

AutonomousDatabaseBackups

Gets the AutonomousDatabaseBackups resource.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabaseBackupsResource AutonomousDatabaseBackups { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AutonomousDatabaseBackupsResource

AutonomousDatabaseCharacterSets

Gets the AutonomousDatabaseCharacterSets resource.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabaseCharacterSetsResource AutonomousDatabaseCharacterSets { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AutonomousDatabaseCharacterSetsResource

AutonomousDatabases

Gets the AutonomousDatabases resource.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDatabasesResource AutonomousDatabases { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AutonomousDatabasesResource

AutonomousDbVersions

Gets the AutonomousDbVersions resource.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDbVersionsResource AutonomousDbVersions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AutonomousDbVersionsResource

CloudExadataInfrastructures

Gets the CloudExadataInfrastructures resource.

Declaration
public virtual ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource CloudExadataInfrastructures { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CloudExadataInfrastructuresResource

CloudVmClusters

Gets the CloudVmClusters resource.

Declaration
public virtual ProjectsResource.LocationsResource.CloudVmClustersResource CloudVmClusters { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CloudVmClustersResource

DbSystemShapes

Gets the DbSystemShapes resource.

Declaration
public virtual ProjectsResource.LocationsResource.DbSystemShapesResource DbSystemShapes { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DbSystemShapesResource

Entitlements

Gets the Entitlements resource.

Declaration
public virtual ProjectsResource.LocationsResource.EntitlementsResource Entitlements { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.EntitlementsResource

GiVersions

Gets the GiVersions resource.

Declaration
public virtual ProjectsResource.LocationsResource.GiVersionsResource GiVersions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.GiVersionsResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.OperationsResource

Methods

Get(string)

Gets information about a location.

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

Resource name for the location.

Returns
Type Description
ProjectsResource.LocationsResource.GetRequest

List(string)

Lists information about the supported locations for this service.

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

The resource that owns the locations collection, if applicable.

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