oci.Database.getGiVersions
Explore with Pulumi AI
This data source provides the list of Gi Versions in Oracle Cloud Infrastructure Database service.
Gets a list of supported GI versions for the Exadata Cloud@Customer VM cluster.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testGiVersions = Oci.Database.GetGiVersions.Invoke(new()
{
CompartmentId = @var.Compartment_id,
Shape = @var.Gi_version_shape,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Database.GetGiVersions(ctx, &database.GetGiVersionsArgs{
CompartmentId: _var.Compartment_id,
Shape: pulumi.StringRef(_var.Gi_version_shape),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetGiVersionsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testGiVersions = DatabaseFunctions.getGiVersions(GetGiVersionsArgs.builder()
.compartmentId(var_.compartment_id())
.shape(var_.gi_version_shape())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_gi_versions = oci.Database.get_gi_versions(compartment_id=var["compartment_id"],
shape=var["gi_version_shape"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testGiVersions = oci.Database.getGiVersions({
compartmentId: _var.compartment_id,
shape: _var.gi_version_shape,
});
variables:
testGiVersions:
fn::invoke:
Function: oci:Database:getGiVersions
Arguments:
compartmentId: ${var.compartment_id}
shape: ${var.gi_version_shape}
Using getGiVersions
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGiVersions(args: GetGiVersionsArgs, opts?: InvokeOptions): Promise<GetGiVersionsResult>
function getGiVersionsOutput(args: GetGiVersionsOutputArgs, opts?: InvokeOptions): Output<GetGiVersionsResult>
def get_gi_versions(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_database.GetGiVersionsFilter]] = None,
shape: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGiVersionsResult
def get_gi_versions_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetGiVersionsFilterArgs]]]] = None,
shape: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGiVersionsResult]
func GetGiVersions(ctx *Context, args *GetGiVersionsArgs, opts ...InvokeOption) (*GetGiVersionsResult, error)
func GetGiVersionsOutput(ctx *Context, args *GetGiVersionsOutputArgs, opts ...InvokeOption) GetGiVersionsResultOutput
> Note: This function is named GetGiVersions
in the Go SDK.
public static class GetGiVersions
{
public static Task<GetGiVersionsResult> InvokeAsync(GetGiVersionsArgs args, InvokeOptions? opts = null)
public static Output<GetGiVersionsResult> Invoke(GetGiVersionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGiVersionsResult> getGiVersions(GetGiVersionsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Database/getGiVersions:getGiVersions
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string The compartment OCID.
- Filters
List<Get
Gi Versions Filter> - Shape string
If provided, filters the results for the given shape.
- Compartment
Id string The compartment OCID.
- Filters
[]Get
Gi Versions Filter - Shape string
If provided, filters the results for the given shape.
- compartment
Id String The compartment OCID.
- filters
List<Get
Gi Versions Filter> - shape String
If provided, filters the results for the given shape.
- compartment
Id string The compartment OCID.
- filters
Get
Gi Versions Filter[] - shape string
If provided, filters the results for the given shape.
- compartment_
id str The compartment OCID.
- filters
Get
Gi Versions Filter] - shape str
If provided, filters the results for the given shape.
- compartment
Id String The compartment OCID.
- filters List<Property Map>
- shape String
If provided, filters the results for the given shape.
getGiVersions Result
The following output properties are available:
- Compartment
Id string - Gi
Versions List<GetGi Versions Gi Version> The list of gi_versions.
- Id string
The provider-assigned unique ID for this managed resource.
- Filters
List<Get
Gi Versions Filter> - Shape string
- Compartment
Id string - Gi
Versions []GetGi Versions Gi Version The list of gi_versions.
- Id string
The provider-assigned unique ID for this managed resource.
- Filters
[]Get
Gi Versions Filter - Shape string
- compartment
Id String - gi
Versions List<GetGi Versions Gi Version> The list of gi_versions.
- id String
The provider-assigned unique ID for this managed resource.
- filters
List<Get
Gi Versions Filter> - shape String
- compartment
Id string - gi
Versions GetGi Versions Gi Version[] The list of gi_versions.
- id string
The provider-assigned unique ID for this managed resource.
- filters
Get
Gi Versions Filter[] - shape string
- compartment_
id str - gi_
versions GetGi Versions Gi Version] The list of gi_versions.
- id str
The provider-assigned unique ID for this managed resource.
- filters
Get
Gi Versions Filter] - shape str
- compartment
Id String - gi
Versions List<Property Map> The list of gi_versions.
- id String
The provider-assigned unique ID for this managed resource.
- filters List<Property Map>
- shape String
Supporting Types
GetGiVersionsFilter
GetGiVersionsGiVersion
- Version string
A valid Oracle Grid Infrastructure (GI) software version.
- Version string
A valid Oracle Grid Infrastructure (GI) software version.
- version String
A valid Oracle Grid Infrastructure (GI) software version.
- version string
A valid Oracle Grid Infrastructure (GI) software version.
- version str
A valid Oracle Grid Infrastructure (GI) software version.
- version String
A valid Oracle Grid Infrastructure (GI) software version.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.