Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.GoldenGate.getDeploymentTypes
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Deployment Types in Oracle Cloud Infrastructure Golden Gate service.
Returns an array of DeploymentTypeDescriptor
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDeploymentTypes = oci.GoldenGate.getDeploymentTypes({
compartmentId: compartmentId,
deploymentType: deploymentTypeDeploymentType,
displayName: deploymentTypeDisplayName,
oggVersion: deploymentTypeOggVersion,
});
import pulumi
import pulumi_oci as oci
test_deployment_types = oci.GoldenGate.get_deployment_types(compartment_id=compartment_id,
deployment_type=deployment_type_deployment_type,
display_name=deployment_type_display_name,
ogg_version=deployment_type_ogg_version)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/GoldenGate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := GoldenGate.GetDeploymentTypes(ctx, &goldengate.GetDeploymentTypesArgs{
CompartmentId: compartmentId,
DeploymentType: pulumi.StringRef(deploymentTypeDeploymentType),
DisplayName: pulumi.StringRef(deploymentTypeDisplayName),
OggVersion: pulumi.StringRef(deploymentTypeOggVersion),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDeploymentTypes = Oci.GoldenGate.GetDeploymentTypes.Invoke(new()
{
CompartmentId = compartmentId,
DeploymentType = deploymentTypeDeploymentType,
DisplayName = deploymentTypeDisplayName,
OggVersion = deploymentTypeOggVersion,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GoldenGate.GoldenGateFunctions;
import com.pulumi.oci.GoldenGate.inputs.GetDeploymentTypesArgs;
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 testDeploymentTypes = GoldenGateFunctions.getDeploymentTypes(GetDeploymentTypesArgs.builder()
.compartmentId(compartmentId)
.deploymentType(deploymentTypeDeploymentType)
.displayName(deploymentTypeDisplayName)
.oggVersion(deploymentTypeOggVersion)
.build());
}
}
variables:
testDeploymentTypes:
fn::invoke:
Function: oci:GoldenGate:getDeploymentTypes
Arguments:
compartmentId: ${compartmentId}
deploymentType: ${deploymentTypeDeploymentType}
displayName: ${deploymentTypeDisplayName}
oggVersion: ${deploymentTypeOggVersion}
Using getDeploymentTypes
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 getDeploymentTypes(args: GetDeploymentTypesArgs, opts?: InvokeOptions): Promise<GetDeploymentTypesResult>
function getDeploymentTypesOutput(args: GetDeploymentTypesOutputArgs, opts?: InvokeOptions): Output<GetDeploymentTypesResult>
def get_deployment_types(compartment_id: Optional[str] = None,
deployment_type: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_goldengate.GetDeploymentTypesFilter]] = None,
ogg_version: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentTypesResult
def get_deployment_types_output(compartment_id: Optional[pulumi.Input[str]] = None,
deployment_type: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_goldengate.GetDeploymentTypesFilterArgs]]]] = None,
ogg_version: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentTypesResult]
func GetDeploymentTypes(ctx *Context, args *GetDeploymentTypesArgs, opts ...InvokeOption) (*GetDeploymentTypesResult, error)
func GetDeploymentTypesOutput(ctx *Context, args *GetDeploymentTypesOutputArgs, opts ...InvokeOption) GetDeploymentTypesResultOutput
> Note: This function is named GetDeploymentTypes
in the Go SDK.
public static class GetDeploymentTypes
{
public static Task<GetDeploymentTypesResult> InvokeAsync(GetDeploymentTypesArgs args, InvokeOptions? opts = null)
public static Output<GetDeploymentTypesResult> Invoke(GetDeploymentTypesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeploymentTypesResult> getDeploymentTypes(GetDeploymentTypesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:GoldenGate/getDeploymentTypes:getDeploymentTypes
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Deployment
Type string - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
List<Get
Deployment Types Filter> - Ogg
Version string - Allows to query by a specific GoldenGate version.
- Compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Deployment
Type string - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
[]Get
Deployment Types Filter - Ogg
Version string - Allows to query by a specific GoldenGate version.
- compartment
Id String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment
Type String - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters
List<Get
Deployment Types Filter> - ogg
Version String - Allows to query by a specific GoldenGate version.
- compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment
Type string - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- filters
Get
Deployment Types Filter[] - ogg
Version string - Allows to query by a specific GoldenGate version.
- compartment_
id str - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment_
type str - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- display_
name str - A filter to return only the resources that match the entire 'displayName' given.
- filters
Sequence[goldengate.
Get Deployment Types Filter] - ogg_
version str - Allows to query by a specific GoldenGate version.
- compartment
Id String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- deployment
Type String - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters List<Property Map>
- ogg
Version String - Allows to query by a specific GoldenGate version.
getDeploymentTypes Result
The following output properties are available:
- Compartment
Id string - Deployment
Type List<GetCollections Deployment Types Deployment Type Collection> - The list of deployment_type_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Deployment
Type string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- Display
Name string - An object's Display Name.
- Filters
List<Get
Deployment Types Filter> - Ogg
Version string - Version of OGG
- Compartment
Id string - Deployment
Type []GetCollections Deployment Types Deployment Type Collection - The list of deployment_type_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Deployment
Type string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- Display
Name string - An object's Display Name.
- Filters
[]Get
Deployment Types Filter - Ogg
Version string - Version of OGG
- compartment
Id String - deployment
Type List<GetCollections Deployment Types Deployment Type Collection> - The list of deployment_type_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- deployment
Type String - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display
Name String - An object's Display Name.
- filters
List<Get
Deployment Types Filter> - ogg
Version String - Version of OGG
- compartment
Id string - deployment
Type GetCollections Deployment Types Deployment Type Collection[] - The list of deployment_type_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- deployment
Type string - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display
Name string - An object's Display Name.
- filters
Get
Deployment Types Filter[] - ogg
Version string - Version of OGG
- compartment_
id str - deployment_
type_ Sequence[goldengate.collections Get Deployment Types Deployment Type Collection] - The list of deployment_type_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- deployment_
type str - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display_
name str - An object's Display Name.
- filters
Sequence[goldengate.
Get Deployment Types Filter] - ogg_
version str - Version of OGG
- compartment
Id String - deployment
Type List<Property Map>Collections - The list of deployment_type_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- deployment
Type String - The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
- display
Name String - An object's Display Name.
- filters List<Property Map>
- ogg
Version String - Version of OGG
Supporting Types
GetDeploymentTypesDeploymentTypeCollection
- Items
List<Get
Deployment Types Deployment Type Collection Item> - Array of DeploymentTypeSummary
- Items
[]Get
Deployment Types Deployment Type Collection Item - Array of DeploymentTypeSummary
- items
List<Get
Deployment Types Deployment Type Collection Item> - Array of DeploymentTypeSummary
- items
Get
Deployment Types Deployment Type Collection Item[] - Array of DeploymentTypeSummary
- items
Sequence[goldengate.
Get Deployment Types Deployment Type Collection Item] - Array of DeploymentTypeSummary
- items List<Property Map>
- Array of DeploymentTypeSummary
GetDeploymentTypesDeploymentTypeCollectionItem
- Category string
- The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
- Connection
Types List<string> - An array of connectionTypes.
- Default
Username string - The default admin username used by deployment.
- Deployment
Type string - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Ogg
Version string - Allows to query by a specific GoldenGate version.
- Source
Technologies List<string> - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- Supported
Technologies stringUrl - The URL to the webpage listing the supported technologies.
- Target
Technologies List<string> - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- Category string
- The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
- Connection
Types []string - An array of connectionTypes.
- Default
Username string - The default admin username used by deployment.
- Deployment
Type string - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Ogg
Version string - Allows to query by a specific GoldenGate version.
- Source
Technologies []string - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- Supported
Technologies stringUrl - The URL to the webpage listing the supported technologies.
- Target
Technologies []string - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- category String
- The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
- connection
Types List<String> - An array of connectionTypes.
- default
Username String - The default admin username used by deployment.
- deployment
Type String - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- ogg
Version String - Allows to query by a specific GoldenGate version.
- source
Technologies List<String> - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- supported
Technologies StringUrl - The URL to the webpage listing the supported technologies.
- target
Technologies List<String> - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- category string
- The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
- connection
Types string[] - An array of connectionTypes.
- default
Username string - The default admin username used by deployment.
- deployment
Type string - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- ogg
Version string - Allows to query by a specific GoldenGate version.
- source
Technologies string[] - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- supported
Technologies stringUrl - The URL to the webpage listing the supported technologies.
- target
Technologies string[] - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- category str
- The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
- connection_
types Sequence[str] - An array of connectionTypes.
- default_
username str - The default admin username used by deployment.
- deployment_
type str - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- display_
name str - A filter to return only the resources that match the entire 'displayName' given.
- ogg_
version str - Allows to query by a specific GoldenGate version.
- source_
technologies Sequence[str] - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- supported_
technologies_ strurl - The URL to the webpage listing the supported technologies.
- target_
technologies Sequence[str] - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- category String
- The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
- connection
Types List<String> - An array of connectionTypes.
- default
Username String - The default admin username used by deployment.
- deployment
Type String - The type of deployment, the value determines the exact 'type' of the service executed in the deployment. Default value is DATABASE_ORACLE.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- ogg
Version String - Allows to query by a specific GoldenGate version.
- source
Technologies List<String> - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
- supported
Technologies StringUrl - The URL to the webpage listing the supported technologies.
- target
Technologies List<String> - List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ "Oracle Database 19c", "Oracle Exadata", "OCI Streaming" ]
GetDeploymentTypesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi