gi_versions
Creates, updates, deletes, gets or lists a gi_versions
resource.
Overview
Name | gi_versions |
Type | Resource |
Id | google.oracledatabase.gi_versions |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Identifier. The name of the Oracle Grid Infrastructure (GI) version resource with the format: projects/{project}/locations/{region}/giVersions/{gi_versions} |
version | string | Optional. version |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | locationsId, projectsId | Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location. |
SELECT
examples
Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.
SELECT
name,
version
FROM google.oracledatabase.gi_versions
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';