1. Packages
  2. Packages
  3. Google Cloud (GCP) Classic
  4. API Docs
  5. oracledatabase
  6. getGoldengateDeploymentVersions
Viewing docs for Google Cloud v9.28.0
published on Monday, Jun 22, 2026 by Pulumi
gcp logo
Viewing docs for Google Cloud v9.28.0
published on Monday, Jun 22, 2026 by Pulumi

    List all Goldengate Deployment Versions in a location.

    For more information see the API.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as gcp from "@pulumi/gcp";
    
    const myDeploymentVersions = gcp.oracledatabase.getGoldengateDeploymentVersions({
        location: "us-east4",
    });
    
    import pulumi
    import pulumi_gcp as gcp
    
    my_deployment_versions = gcp.oracledatabase.get_goldengate_deployment_versions(location="us-east4")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-gcp/sdk/v9/go/gcp/oracledatabase"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := oracledatabase.GetGoldengateDeploymentVersions(ctx, &oracledatabase.GetGoldengateDeploymentVersionsArgs{
    			Location: "us-east4",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Gcp = Pulumi.Gcp;
    
    return await Deployment.RunAsync(() => 
    {
        var myDeploymentVersions = Gcp.OracleDatabase.GetGoldengateDeploymentVersions.Invoke(new()
        {
            Location = "us-east4",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.gcp.oracledatabase.OracledatabaseFunctions;
    import com.pulumi.gcp.oracledatabase.inputs.GetGoldengateDeploymentVersionsArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    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 myDeploymentVersions = OracledatabaseFunctions.getGoldengateDeploymentVersions(GetGoldengateDeploymentVersionsArgs.builder()
                .location("us-east4")
                .build());
    
        }
    }
    
    variables:
      myDeploymentVersions:
        fn::invoke:
          function: gcp:oracledatabase:getGoldengateDeploymentVersions
          arguments:
            location: us-east4
    
    pulumi {
      required_providers {
        gcp = {
          source = "pulumi/gcp"
        }
      }
    }
    
    data "gcp_oracledatabase_getgoldengatedeploymentversions" "myDeploymentVersions" {
      location = "us-east4"
    }
    

    Attributes reference

    The following attributes are exported:

    • goldengateDeploymentVersions - List of Goldengate Deployment Versions. Structure is documented below.

    The goldengateDeploymentVersions block supports:

    • name - The name of the Goldengate Deployment Version resource. Format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}

    • ocid - The Oracle Cloud Infrastructure OCID of the Goldengate Deployment Version resource.

    • properties - The properties of the Goldengate Deployment Version resource. Structure is documented below.

    The properties block supports:

    • deploymentType - The deployment type of the Goldengate Deployment Version resource.

    • securityFix - Specifies whether this version has a security fix.

    • oggVersion - The OGG version of the Goldengate Deployment Version resource.

    • releaseType - The release type of the Goldengate Deployment Version resource.

    • releaseTime - The release time of the Goldengate Deployment Version resource.

    • supportEndTime - The support end time of the Goldengate Deployment Version resource.

    Using getGoldengateDeploymentVersions

    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 getGoldengateDeploymentVersions(args: GetGoldengateDeploymentVersionsArgs, opts?: InvokeOptions): Promise<GetGoldengateDeploymentVersionsResult>
    function getGoldengateDeploymentVersionsOutput(args: GetGoldengateDeploymentVersionsOutputArgs, opts?: InvokeOptions): Output<GetGoldengateDeploymentVersionsResult>
    def get_goldengate_deployment_versions(location: Optional[str] = None,
                                           project: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetGoldengateDeploymentVersionsResult
    def get_goldengate_deployment_versions_output(location: pulumi.Input[Optional[str]] = None,
                                           project: pulumi.Input[Optional[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetGoldengateDeploymentVersionsResult]
    func GetGoldengateDeploymentVersions(ctx *Context, args *GetGoldengateDeploymentVersionsArgs, opts ...InvokeOption) (*GetGoldengateDeploymentVersionsResult, error)
    func GetGoldengateDeploymentVersionsOutput(ctx *Context, args *GetGoldengateDeploymentVersionsOutputArgs, opts ...InvokeOption) GetGoldengateDeploymentVersionsResultOutput

    > Note: This function is named GetGoldengateDeploymentVersions in the Go SDK.

    public static class GetGoldengateDeploymentVersions 
    {
        public static Task<GetGoldengateDeploymentVersionsResult> InvokeAsync(GetGoldengateDeploymentVersionsArgs args, InvokeOptions? opts = null)
        public static Output<GetGoldengateDeploymentVersionsResult> Invoke(GetGoldengateDeploymentVersionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGoldengateDeploymentVersionsResult> getGoldengateDeploymentVersions(GetGoldengateDeploymentVersionsArgs args, InvokeOptions options)
    public static Output<GetGoldengateDeploymentVersionsResult> getGoldengateDeploymentVersions(GetGoldengateDeploymentVersionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcp:oracledatabase/getGoldengateDeploymentVersions:getGoldengateDeploymentVersions
      arguments:
        # arguments dictionary
    data "gcp_oracledatabase_getgoldengatedeploymentversions" "name" {
        # arguments
    }

    The following arguments are supported:

    Location string
    The location of resource.
    Project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    Location string
    The location of resource.
    Project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    location string
    The location of resource.
    project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    location String
    The location of resource.
    project String
    The project to which the resource belongs. If it is not provided, the provider project is used.
    location string
    The location of resource.
    project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    location str
    The location of resource.
    project str
    The project to which the resource belongs. If it is not provided, the provider project is used.
    location String
    The location of resource.
    project String
    The project to which the resource belongs. If it is not provided, the provider project is used.

    getGoldengateDeploymentVersions Result

    The following output properties are available:

    GoldengateDeploymentVersions List<GetGoldengateDeploymentVersionsGoldengateDeploymentVersion>
    Id string
    The provider-assigned unique ID for this managed resource.
    Location string
    Project string
    GoldengateDeploymentVersions []GetGoldengateDeploymentVersionsGoldengateDeploymentVersion
    Id string
    The provider-assigned unique ID for this managed resource.
    Location string
    Project string
    goldengate_deployment_versions list(object)
    id string
    The provider-assigned unique ID for this managed resource.
    location string
    project string
    goldengateDeploymentVersions List<GetGoldengateDeploymentVersionsGoldengateDeploymentVersion>
    id String
    The provider-assigned unique ID for this managed resource.
    location String
    project String
    goldengateDeploymentVersions GetGoldengateDeploymentVersionsGoldengateDeploymentVersion[]
    id string
    The provider-assigned unique ID for this managed resource.
    location string
    project string
    goldengateDeploymentVersions List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    location String
    project String

    Supporting Types

    GetGoldengateDeploymentVersionsGoldengateDeploymentVersion

    Name string
    The name of the Goldengate Deployment Version resource.
    Ocid string
    The Oracle Cloud Infrastructure OCID of the Goldengate Deployment Version resource.
    Properties List<GetGoldengateDeploymentVersionsGoldengateDeploymentVersionProperty>
    The properties of the Goldengate Deployment Version resource.
    Name string
    The name of the Goldengate Deployment Version resource.
    Ocid string
    The Oracle Cloud Infrastructure OCID of the Goldengate Deployment Version resource.
    Properties []GetGoldengateDeploymentVersionsGoldengateDeploymentVersionProperty
    The properties of the Goldengate Deployment Version resource.
    name string
    The name of the Goldengate Deployment Version resource.
    ocid string
    The Oracle Cloud Infrastructure OCID of the Goldengate Deployment Version resource.
    properties list(object)
    The properties of the Goldengate Deployment Version resource.
    name String
    The name of the Goldengate Deployment Version resource.
    ocid String
    The Oracle Cloud Infrastructure OCID of the Goldengate Deployment Version resource.
    properties List<GetGoldengateDeploymentVersionsGoldengateDeploymentVersionProperty>
    The properties of the Goldengate Deployment Version resource.
    name string
    The name of the Goldengate Deployment Version resource.
    ocid string
    The Oracle Cloud Infrastructure OCID of the Goldengate Deployment Version resource.
    properties GetGoldengateDeploymentVersionsGoldengateDeploymentVersionProperty[]
    The properties of the Goldengate Deployment Version resource.
    name str
    The name of the Goldengate Deployment Version resource.
    ocid str
    The Oracle Cloud Infrastructure OCID of the Goldengate Deployment Version resource.
    properties Sequence[GetGoldengateDeploymentVersionsGoldengateDeploymentVersionProperty]
    The properties of the Goldengate Deployment Version resource.
    name String
    The name of the Goldengate Deployment Version resource.
    ocid String
    The Oracle Cloud Infrastructure OCID of the Goldengate Deployment Version resource.
    properties List<Property Map>
    The properties of the Goldengate Deployment Version resource.

    GetGoldengateDeploymentVersionsGoldengateDeploymentVersionProperty

    DeploymentType string
    The deployment type of the Goldengate Deployment Version resource.
    OggVersion string
    The OGG version of the Goldengate Deployment Version resource.
    ReleaseTime string
    The release time of the Goldengate Deployment Version resource.
    ReleaseType string
    The release type of the Goldengate Deployment Version resource.
    SecurityFix bool
    Specifies whether this version has a security fix.
    SupportEndTime string
    The support end time of the Goldengate Deployment Version resource.
    DeploymentType string
    The deployment type of the Goldengate Deployment Version resource.
    OggVersion string
    The OGG version of the Goldengate Deployment Version resource.
    ReleaseTime string
    The release time of the Goldengate Deployment Version resource.
    ReleaseType string
    The release type of the Goldengate Deployment Version resource.
    SecurityFix bool
    Specifies whether this version has a security fix.
    SupportEndTime string
    The support end time of the Goldengate Deployment Version resource.
    deployment_type string
    The deployment type of the Goldengate Deployment Version resource.
    ogg_version string
    The OGG version of the Goldengate Deployment Version resource.
    release_time string
    The release time of the Goldengate Deployment Version resource.
    release_type string
    The release type of the Goldengate Deployment Version resource.
    security_fix bool
    Specifies whether this version has a security fix.
    support_end_time string
    The support end time of the Goldengate Deployment Version resource.
    deploymentType String
    The deployment type of the Goldengate Deployment Version resource.
    oggVersion String
    The OGG version of the Goldengate Deployment Version resource.
    releaseTime String
    The release time of the Goldengate Deployment Version resource.
    releaseType String
    The release type of the Goldengate Deployment Version resource.
    securityFix Boolean
    Specifies whether this version has a security fix.
    supportEndTime String
    The support end time of the Goldengate Deployment Version resource.
    deploymentType string
    The deployment type of the Goldengate Deployment Version resource.
    oggVersion string
    The OGG version of the Goldengate Deployment Version resource.
    releaseTime string
    The release time of the Goldengate Deployment Version resource.
    releaseType string
    The release type of the Goldengate Deployment Version resource.
    securityFix boolean
    Specifies whether this version has a security fix.
    supportEndTime string
    The support end time of the Goldengate Deployment Version resource.
    deployment_type str
    The deployment type of the Goldengate Deployment Version resource.
    ogg_version str
    The OGG version of the Goldengate Deployment Version resource.
    release_time str
    The release time of the Goldengate Deployment Version resource.
    release_type str
    The release type of the Goldengate Deployment Version resource.
    security_fix bool
    Specifies whether this version has a security fix.
    support_end_time str
    The support end time of the Goldengate Deployment Version resource.
    deploymentType String
    The deployment type of the Goldengate Deployment Version resource.
    oggVersion String
    The OGG version of the Goldengate Deployment Version resource.
    releaseTime String
    The release time of the Goldengate Deployment Version resource.
    releaseType String
    The release type of the Goldengate Deployment Version resource.
    securityFix Boolean
    Specifies whether this version has a security fix.
    supportEndTime String
    The support end time of the Goldengate Deployment Version resource.

    Package Details

    Repository
    Google Cloud (GCP) Classic pulumi/pulumi-gcp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the google-beta Terraform Provider.
    gcp logo
    Viewing docs for Google Cloud v9.28.0
    published on Monday, Jun 22, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial