Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GiVersionsResource

The "giVersions" collection of methods.

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

Constructors

GiVersionsResource(IClientService)

Constructs a new resource.

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

Properties

MinorVersions

Gets the MinorVersions resource.

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

Methods

List(string)

Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.

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

Required. The parent value for Grid Infrastructure Version in the following format: Format: projects/{project}/locations/{location}.

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