published on Monday, Jun 22, 2026 by Pulumi
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 dictionarydata "gcp_oracledatabase_getgoldengatedeploymentversions" "name" {
# arguments
}The following arguments are supported:
getGoldengateDeploymentVersions Result
The following output properties are available:
- Goldengate
Deployment List<GetVersions Goldengate Deployment Versions Goldengate Deployment Version> - Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- Goldengate
Deployment []GetVersions Goldengate Deployment Versions Goldengate Deployment Version - Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- goldengate_
deployment_ list(object)versions - id string
- The provider-assigned unique ID for this managed resource.
- location string
- project string
- goldengate
Deployment List<GetVersions Goldengate Deployment Versions Goldengate Deployment Version> - id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
- goldengate
Deployment GetVersions Goldengate Deployment Versions Goldengate Deployment Version[] - id string
- The provider-assigned unique ID for this managed resource.
- location string
- project string
- goldengate_
deployment_ Sequence[Getversions Goldengate Deployment Versions Goldengate Deployment Version] - id str
- The provider-assigned unique ID for this managed resource.
- location str
- project str
- goldengate
Deployment List<Property Map>Versions - 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<Get
Goldengate Deployment Versions Goldengate Deployment Version Property> - 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
[]Get
Goldengate Deployment Versions Goldengate Deployment Version Property - 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<Get
Goldengate Deployment Versions Goldengate Deployment Version Property> - 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
Get
Goldengate Deployment Versions Goldengate Deployment Version Property[] - 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[Get
Goldengate Deployment Versions Goldengate Deployment Version Property] - 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
- 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 stringTime - 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 stringTime - 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_ stringtime - 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 Boolean - Specifies whether this version has a security fix.
- support
End StringTime - 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 boolean - Specifies whether this version has a security fix.
- support
End stringTime - 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_ strtime - 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 Boolean - Specifies whether this version has a security fix.
- support
End StringTime - 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-betaTerraform Provider.
published on Monday, Jun 22, 2026 by Pulumi