Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.GoldenGate.getDeployment
Explore with Pulumi AI
This data source provides details about a specific Deployment resource in Oracle Cloud Infrastructure Golden Gate service.
Retrieves a deployment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDeployment = oci.GoldenGate.getDeployment({
    deploymentId: testDeploymentOciGoldenGateDeployment.id,
});
import pulumi
import pulumi_oci as oci
test_deployment = oci.GoldenGate.get_deployment(deployment_id=test_deployment_oci_golden_gate_deployment["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/goldengate"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := goldengate.GetDeployment(ctx, &goldengate.GetDeploymentArgs{
			DeploymentId: testDeploymentOciGoldenGateDeployment.Id,
		}, 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 testDeployment = Oci.GoldenGate.GetDeployment.Invoke(new()
    {
        DeploymentId = testDeploymentOciGoldenGateDeployment.Id,
    });
});
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.GetDeploymentArgs;
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 testDeployment = GoldenGateFunctions.getDeployment(GetDeploymentArgs.builder()
            .deploymentId(testDeploymentOciGoldenGateDeployment.id())
            .build());
    }
}
variables:
  testDeployment:
    fn::invoke:
      function: oci:GoldenGate:getDeployment
      arguments:
        deploymentId: ${testDeploymentOciGoldenGateDeployment.id}
Using getDeployment
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 getDeployment(args: GetDeploymentArgs, opts?: InvokeOptions): Promise<GetDeploymentResult>
function getDeploymentOutput(args: GetDeploymentOutputArgs, opts?: InvokeOptions): Output<GetDeploymentResult>def get_deployment(deployment_id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDeploymentResult
def get_deployment_output(deployment_id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentResult]func LookupDeployment(ctx *Context, args *LookupDeploymentArgs, opts ...InvokeOption) (*LookupDeploymentResult, error)
func LookupDeploymentOutput(ctx *Context, args *LookupDeploymentOutputArgs, opts ...InvokeOption) LookupDeploymentResultOutput> Note: This function is named LookupDeployment in the Go SDK.
public static class GetDeployment 
{
    public static Task<GetDeploymentResult> InvokeAsync(GetDeploymentArgs args, InvokeOptions? opts = null)
    public static Output<GetDeploymentResult> Invoke(GetDeploymentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
public static Output<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
fn::invoke:
  function: oci:GoldenGate/getDeployment:getDeployment
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DeploymentId string
- A unique Deployment identifier.
- DeploymentId string
- A unique Deployment identifier.
- deploymentId String
- A unique Deployment identifier.
- deploymentId string
- A unique Deployment identifier.
- deployment_id str
- A unique Deployment identifier.
- deploymentId String
- A unique Deployment identifier.
getDeployment Result
The following output properties are available:
- AvailabilityDomain string
- The availability domain of a placement.
- BackupSchedules List<GetDeployment Backup Schedule> 
- Defines the schedule of the deployment backup.
- 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'.
- CompartmentId string
- The OCID of the compartment being referenced.
- CpuCore intCount 
- The Minimum number of OCPUs to be made available for this Deployment.
- Dictionary<string, string>
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DeploymentBackup stringId 
- The OCID of the backup being referenced.
- DeploymentDiagnostic List<GetDatas Deployment Deployment Diagnostic Data> 
- Information regarding the deployment diagnostic collection
- DeploymentId string
- DeploymentRole string
- The type of the deployment role.
- DeploymentType 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'.
- DeploymentUrl string
- The URL of a resource.
- Description string
- Metadata about this specific object.
- DisplayName string
- An object's Display Name.
- EnvironmentType string
- Specifies whether the deployment is used in a production or development/testing environment.
- FaultDomain string
- The fault domain of a placement.
- Fqdn string
- A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Dictionary<string, string>
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The OCID of the deployment being referenced.
- IngressIps List<GetDeployment Ingress Ip> 
- List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- IsAuto boolScaling Enabled 
- Indicates if auto scaling is enabled for the Deployment's CPU core count.
- IsHealthy bool
- True if all of the aggregate resources are working correctly.
- IsLatest boolVersion 
- Indicates if the resource is the the latest available version.
- IsLock boolOverride 
- IsPublic bool
- True if this object is publicly available.
- IsStorage boolUtilization Limit Exceeded 
- Deprecated: This field is not updated and will be removed in future versions. If storage utilization exceeds the limit, the respective warning message will appear in deployment messages, which can be accessed through /messages?deploymentId=. Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
- LicenseModel string
- The Oracle license model that applies to a Deployment.
- LifecycleDetails string
- Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- LifecycleSub stringState 
- Possible GGS lifecycle sub-states.
- LoadBalancer stringId 
- The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- LoadBalancer stringSubnet Id 
- The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
- Locks
List<GetDeployment Lock> 
- Locks associated with this resource.
- MaintenanceConfigurations List<GetDeployment Maintenance Configuration> 
- Attributes for configuring automatic deployment maintenance.
- MaintenanceWindows List<GetDeployment Maintenance Window> 
- Defines the maintenance window, when automatic actions can be performed.
- NextMaintenance stringAction Type 
- Type of the next maintenance.
- NextMaintenance stringDescription 
- Description of the next maintenance.
- NsgIds List<string>
- An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- OggDatas List<GetDeployment Ogg Data> 
- Deployment Data for an OggDeployment
- Placements
List<GetDeployment Placement> 
- An array of local peers of deployment
- PrivateIp stringAddress 
- The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- PublicIp stringAddress 
- The public IP address representing the access point for the Deployment.
- SourceDeployment stringId 
- The OCID of the deployment being referenced.
- State string
- Possible lifecycle states.
- StorageUtilization stringIn Bytes 
- The amount of storage being utilized (in bytes)
- SubnetId string
- The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Dictionary<string, string>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- TimeCreated string
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeLast stringBackup Scheduled 
- The timestamp of last deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- TimeNext stringBackup Scheduled 
- The timestamp of next deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-26T20:19:29.600Z.
- TimeOf stringNext Maintenance 
- The time of next maintenance schedule. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeOgg stringVersion Supported Until 
- The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeRole stringChanged 
- The time of the last role change. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeUpdated string
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeUpgrade stringRequired 
- Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- AvailabilityDomain string
- The availability domain of a placement.
- BackupSchedules []GetDeployment Backup Schedule 
- Defines the schedule of the deployment backup.
- 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'.
- CompartmentId string
- The OCID of the compartment being referenced.
- CpuCore intCount 
- The Minimum number of OCPUs to be made available for this Deployment.
- map[string]string
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DeploymentBackup stringId 
- The OCID of the backup being referenced.
- DeploymentDiagnostic []GetDatas Deployment Deployment Diagnostic Data 
- Information regarding the deployment diagnostic collection
- DeploymentId string
- DeploymentRole string
- The type of the deployment role.
- DeploymentType 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'.
- DeploymentUrl string
- The URL of a resource.
- Description string
- Metadata about this specific object.
- DisplayName string
- An object's Display Name.
- EnvironmentType string
- Specifies whether the deployment is used in a production or development/testing environment.
- FaultDomain string
- The fault domain of a placement.
- Fqdn string
- A three-label Fully Qualified Domain Name (FQDN) for a resource.
- map[string]string
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The OCID of the deployment being referenced.
- IngressIps []GetDeployment Ingress Ip 
- List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- IsAuto boolScaling Enabled 
- Indicates if auto scaling is enabled for the Deployment's CPU core count.
- IsHealthy bool
- True if all of the aggregate resources are working correctly.
- IsLatest boolVersion 
- Indicates if the resource is the the latest available version.
- IsLock boolOverride 
- IsPublic bool
- True if this object is publicly available.
- IsStorage boolUtilization Limit Exceeded 
- Deprecated: This field is not updated and will be removed in future versions. If storage utilization exceeds the limit, the respective warning message will appear in deployment messages, which can be accessed through /messages?deploymentId=. Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
- LicenseModel string
- The Oracle license model that applies to a Deployment.
- LifecycleDetails string
- Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- LifecycleSub stringState 
- Possible GGS lifecycle sub-states.
- LoadBalancer stringId 
- The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- LoadBalancer stringSubnet Id 
- The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
- Locks
[]GetDeployment Lock 
- Locks associated with this resource.
- MaintenanceConfigurations []GetDeployment Maintenance Configuration 
- Attributes for configuring automatic deployment maintenance.
- MaintenanceWindows []GetDeployment Maintenance Window 
- Defines the maintenance window, when automatic actions can be performed.
- NextMaintenance stringAction Type 
- Type of the next maintenance.
- NextMaintenance stringDescription 
- Description of the next maintenance.
- NsgIds []string
- An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- OggDatas []GetDeployment Ogg Data 
- Deployment Data for an OggDeployment
- Placements
[]GetDeployment Placement 
- An array of local peers of deployment
- PrivateIp stringAddress 
- The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- PublicIp stringAddress 
- The public IP address representing the access point for the Deployment.
- SourceDeployment stringId 
- The OCID of the deployment being referenced.
- State string
- Possible lifecycle states.
- StorageUtilization stringIn Bytes 
- The amount of storage being utilized (in bytes)
- SubnetId string
- The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- map[string]string
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- TimeCreated string
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeLast stringBackup Scheduled 
- The timestamp of last deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- TimeNext stringBackup Scheduled 
- The timestamp of next deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-26T20:19:29.600Z.
- TimeOf stringNext Maintenance 
- The time of next maintenance schedule. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeOgg stringVersion Supported Until 
- The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeRole stringChanged 
- The time of the last role change. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeUpdated string
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeUpgrade stringRequired 
- Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- availabilityDomain String
- The availability domain of a placement.
- backupSchedules List<GetDeployment Backup Schedule> 
- Defines the schedule of the deployment backup.
- 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'.
- compartmentId String
- The OCID of the compartment being referenced.
- cpuCore IntegerCount 
- The Minimum number of OCPUs to be made available for this Deployment.
- Map<String,String>
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- deploymentBackup StringId 
- The OCID of the backup being referenced.
- deploymentDiagnostic List<GetDatas Deployment Deployment Diagnostic Data> 
- Information regarding the deployment diagnostic collection
- deploymentId String
- deploymentRole String
- The type of the deployment role.
- deploymentType 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'.
- deploymentUrl String
- The URL of a resource.
- description String
- Metadata about this specific object.
- displayName String
- An object's Display Name.
- environmentType String
- Specifies whether the deployment is used in a production or development/testing environment.
- faultDomain String
- The fault domain of a placement.
- fqdn String
- A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Map<String,String>
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The OCID of the deployment being referenced.
- ingressIps List<GetDeployment Ingress Ip> 
- List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- isAuto BooleanScaling Enabled 
- Indicates if auto scaling is enabled for the Deployment's CPU core count.
- isHealthy Boolean
- True if all of the aggregate resources are working correctly.
- isLatest BooleanVersion 
- Indicates if the resource is the the latest available version.
- isLock BooleanOverride 
- isPublic Boolean
- True if this object is publicly available.
- isStorage BooleanUtilization Limit Exceeded 
- Deprecated: This field is not updated and will be removed in future versions. If storage utilization exceeds the limit, the respective warning message will appear in deployment messages, which can be accessed through /messages?deploymentId=. Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
- licenseModel String
- The Oracle license model that applies to a Deployment.
- lifecycleDetails String
- Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycleSub StringState 
- Possible GGS lifecycle sub-states.
- loadBalancer StringId 
- The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- loadBalancer StringSubnet Id 
- The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
- locks
List<GetDeployment Lock> 
- Locks associated with this resource.
- maintenanceConfigurations List<GetDeployment Maintenance Configuration> 
- Attributes for configuring automatic deployment maintenance.
- maintenanceWindows List<GetDeployment Maintenance Window> 
- Defines the maintenance window, when automatic actions can be performed.
- nextMaintenance StringAction Type 
- Type of the next maintenance.
- nextMaintenance StringDescription 
- Description of the next maintenance.
- nsgIds List<String>
- An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- oggDatas List<GetDeployment Ogg Data> 
- Deployment Data for an OggDeployment
- placements
List<GetDeployment Placement> 
- An array of local peers of deployment
- privateIp StringAddress 
- The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- publicIp StringAddress 
- The public IP address representing the access point for the Deployment.
- sourceDeployment StringId 
- The OCID of the deployment being referenced.
- state String
- Possible lifecycle states.
- storageUtilization StringIn Bytes 
- The amount of storage being utilized (in bytes)
- subnetId String
- The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Map<String,String>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- timeCreated String
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeLast StringBackup Scheduled 
- The timestamp of last deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- timeNext StringBackup Scheduled 
- The timestamp of next deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-26T20:19:29.600Z.
- timeOf StringNext Maintenance 
- The time of next maintenance schedule. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeOgg StringVersion Supported Until 
- The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeRole StringChanged 
- The time of the last role change. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeUpdated String
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeUpgrade StringRequired 
- Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- availabilityDomain string
- The availability domain of a placement.
- backupSchedules GetDeployment Backup Schedule[] 
- Defines the schedule of the deployment backup.
- 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'.
- compartmentId string
- The OCID of the compartment being referenced.
- cpuCore numberCount 
- The Minimum number of OCPUs to be made available for this Deployment.
- {[key: string]: string}
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- deploymentBackup stringId 
- The OCID of the backup being referenced.
- deploymentDiagnostic GetDatas Deployment Deployment Diagnostic Data[] 
- Information regarding the deployment diagnostic collection
- deploymentId string
- deploymentRole string
- The type of the deployment role.
- deploymentType 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'.
- deploymentUrl string
- The URL of a resource.
- description string
- Metadata about this specific object.
- displayName string
- An object's Display Name.
- environmentType string
- Specifies whether the deployment is used in a production or development/testing environment.
- faultDomain string
- The fault domain of a placement.
- fqdn string
- A three-label Fully Qualified Domain Name (FQDN) for a resource.
- {[key: string]: string}
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- The OCID of the deployment being referenced.
- ingressIps GetDeployment Ingress Ip[] 
- List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- isAuto booleanScaling Enabled 
- Indicates if auto scaling is enabled for the Deployment's CPU core count.
- isHealthy boolean
- True if all of the aggregate resources are working correctly.
- isLatest booleanVersion 
- Indicates if the resource is the the latest available version.
- isLock booleanOverride 
- isPublic boolean
- True if this object is publicly available.
- isStorage booleanUtilization Limit Exceeded 
- Deprecated: This field is not updated and will be removed in future versions. If storage utilization exceeds the limit, the respective warning message will appear in deployment messages, which can be accessed through /messages?deploymentId=. Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
- licenseModel string
- The Oracle license model that applies to a Deployment.
- lifecycleDetails string
- Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycleSub stringState 
- Possible GGS lifecycle sub-states.
- loadBalancer stringId 
- The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- loadBalancer stringSubnet Id 
- The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
- locks
GetDeployment Lock[] 
- Locks associated with this resource.
- maintenanceConfigurations GetDeployment Maintenance Configuration[] 
- Attributes for configuring automatic deployment maintenance.
- maintenanceWindows GetDeployment Maintenance Window[] 
- Defines the maintenance window, when automatic actions can be performed.
- nextMaintenance stringAction Type 
- Type of the next maintenance.
- nextMaintenance stringDescription 
- Description of the next maintenance.
- nsgIds string[]
- An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- oggDatas GetDeployment Ogg Data[] 
- Deployment Data for an OggDeployment
- placements
GetDeployment Placement[] 
- An array of local peers of deployment
- privateIp stringAddress 
- The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- publicIp stringAddress 
- The public IP address representing the access point for the Deployment.
- sourceDeployment stringId 
- The OCID of the deployment being referenced.
- state string
- Possible lifecycle states.
- storageUtilization stringIn Bytes 
- The amount of storage being utilized (in bytes)
- subnetId string
- The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- {[key: string]: string}
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- timeCreated string
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeLast stringBackup Scheduled 
- The timestamp of last deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- timeNext stringBackup Scheduled 
- The timestamp of next deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-26T20:19:29.600Z.
- timeOf stringNext Maintenance 
- The time of next maintenance schedule. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeOgg stringVersion Supported Until 
- The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeRole stringChanged 
- The time of the last role change. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeUpdated string
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeUpgrade stringRequired 
- Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- availability_domain str
- The availability domain of a placement.
- backup_schedules Sequence[GetDeployment Backup Schedule] 
- Defines the schedule of the deployment backup.
- 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'.
- compartment_id str
- The OCID of the compartment being referenced.
- cpu_core_ intcount 
- The Minimum number of OCPUs to be made available for this Deployment.
- Mapping[str, str]
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- deployment_backup_ strid 
- The OCID of the backup being referenced.
- deployment_diagnostic_ Sequence[Getdatas Deployment Deployment Diagnostic Data] 
- Information regarding the deployment diagnostic collection
- deployment_id str
- deployment_role str
- The type of the deployment role.
- 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'.
- deployment_url str
- The URL of a resource.
- description str
- Metadata about this specific object.
- display_name str
- An object's Display Name.
- environment_type str
- Specifies whether the deployment is used in a production or development/testing environment.
- fault_domain str
- The fault domain of a placement.
- fqdn str
- A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Mapping[str, str]
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- The OCID of the deployment being referenced.
- ingress_ips Sequence[GetDeployment Ingress Ip] 
- List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- is_auto_ boolscaling_ enabled 
- Indicates if auto scaling is enabled for the Deployment's CPU core count.
- is_healthy bool
- True if all of the aggregate resources are working correctly.
- is_latest_ boolversion 
- Indicates if the resource is the the latest available version.
- is_lock_ booloverride 
- is_public bool
- True if this object is publicly available.
- is_storage_ boolutilization_ limit_ exceeded 
- Deprecated: This field is not updated and will be removed in future versions. If storage utilization exceeds the limit, the respective warning message will appear in deployment messages, which can be accessed through /messages?deploymentId=. Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
- license_model str
- The Oracle license model that applies to a Deployment.
- lifecycle_details str
- Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycle_sub_ strstate 
- Possible GGS lifecycle sub-states.
- load_balancer_ strid 
- The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- load_balancer_ strsubnet_ id 
- The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
- locks
Sequence[GetDeployment Lock] 
- Locks associated with this resource.
- maintenance_configurations Sequence[GetDeployment Maintenance Configuration] 
- Attributes for configuring automatic deployment maintenance.
- maintenance_windows Sequence[GetDeployment Maintenance Window] 
- Defines the maintenance window, when automatic actions can be performed.
- next_maintenance_ straction_ type 
- Type of the next maintenance.
- next_maintenance_ strdescription 
- Description of the next maintenance.
- nsg_ids Sequence[str]
- An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- ogg_datas Sequence[GetDeployment Ogg Data] 
- Deployment Data for an OggDeployment
- placements
Sequence[GetDeployment Placement] 
- An array of local peers of deployment
- private_ip_ straddress 
- The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- public_ip_ straddress 
- The public IP address representing the access point for the Deployment.
- source_deployment_ strid 
- The OCID of the deployment being referenced.
- state str
- Possible lifecycle states.
- storage_utilization_ strin_ bytes 
- The amount of storage being utilized (in bytes)
- subnet_id str
- The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Mapping[str, str]
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- time_created str
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- time_last_ strbackup_ scheduled 
- The timestamp of last deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- time_next_ strbackup_ scheduled 
- The timestamp of next deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-26T20:19:29.600Z.
- time_of_ strnext_ maintenance 
- The time of next maintenance schedule. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- time_ogg_ strversion_ supported_ until 
- The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- time_role_ strchanged 
- The time of the last role change. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- time_updated str
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- time_upgrade_ strrequired 
- Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- availabilityDomain String
- The availability domain of a placement.
- backupSchedules List<Property Map>
- Defines the schedule of the deployment backup.
- 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'.
- compartmentId String
- The OCID of the compartment being referenced.
- cpuCore NumberCount 
- The Minimum number of OCPUs to be made available for this Deployment.
- Map<String>
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- deploymentBackup StringId 
- The OCID of the backup being referenced.
- deploymentDiagnostic List<Property Map>Datas 
- Information regarding the deployment diagnostic collection
- deploymentId String
- deploymentRole String
- The type of the deployment role.
- deploymentType 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'.
- deploymentUrl String
- The URL of a resource.
- description String
- Metadata about this specific object.
- displayName String
- An object's Display Name.
- environmentType String
- Specifies whether the deployment is used in a production or development/testing environment.
- faultDomain String
- The fault domain of a placement.
- fqdn String
- A three-label Fully Qualified Domain Name (FQDN) for a resource.
- Map<String>
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The OCID of the deployment being referenced.
- ingressIps List<Property Map>
- List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
- isAuto BooleanScaling Enabled 
- Indicates if auto scaling is enabled for the Deployment's CPU core count.
- isHealthy Boolean
- True if all of the aggregate resources are working correctly.
- isLatest BooleanVersion 
- Indicates if the resource is the the latest available version.
- isLock BooleanOverride 
- isPublic Boolean
- True if this object is publicly available.
- isStorage BooleanUtilization Limit Exceeded 
- Deprecated: This field is not updated and will be removed in future versions. If storage utilization exceeds the limit, the respective warning message will appear in deployment messages, which can be accessed through /messages?deploymentId=. Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment's GoldenGate service.
- licenseModel String
- The Oracle license model that applies to a Deployment.
- lifecycleDetails String
- Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycleSub StringState 
- Possible GGS lifecycle sub-states.
- loadBalancer StringId 
- The OCID of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
- loadBalancer StringSubnet Id 
- The OCID of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
- locks List<Property Map>
- Locks associated with this resource.
- maintenanceConfigurations List<Property Map>
- Attributes for configuring automatic deployment maintenance.
- maintenanceWindows List<Property Map>
- Defines the maintenance window, when automatic actions can be performed.
- nextMaintenance StringAction Type 
- Type of the next maintenance.
- nextMaintenance StringDescription 
- Description of the next maintenance.
- nsgIds List<String>
- An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
- oggDatas List<Property Map>
- Deployment Data for an OggDeployment
- placements List<Property Map>
- An array of local peers of deployment
- privateIp StringAddress 
- The private IP address in the customer's VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
- publicIp StringAddress 
- The public IP address representing the access point for the Deployment.
- sourceDeployment StringId 
- The OCID of the deployment being referenced.
- state String
- Possible lifecycle states.
- storageUtilization StringIn Bytes 
- The amount of storage being utilized (in bytes)
- subnetId String
- The OCID of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
- Map<String>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- timeCreated String
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeLast StringBackup Scheduled 
- The timestamp of last deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- timeNext StringBackup Scheduled 
- The timestamp of next deployment backup scheduled. The format is defined by RFC3339, such as 2024-10-26T20:19:29.600Z.
- timeOf StringNext Maintenance 
- The time of next maintenance schedule. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeOgg StringVersion Supported Until 
- The time until OGG version is supported. After this date has passed OGG version will not be available anymore. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeRole StringChanged 
- The time of the last role change. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeUpdated String
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeUpgrade StringRequired 
- Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version. Old description: The date the existing version in use will no longer be considered as usable and an upgrade will be required. This date is typically 6 months after the version was released for use by GGS. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
Supporting Types
GetDeploymentBackupSchedule   
- Bucket string
- Name of the bucket where the object is to be uploaded in the object storage
- CompartmentId string
- The OCID of the compartment being referenced.
- FrequencyBackup stringScheduled 
- The frequency of the deployment backup schedule. Frequency can be DAILY, WEEKLY or MONTHLY.
- IsMetadata boolOnly 
- Parameter to allow users to create backup without trails
- Namespace string
- Name of namespace that serves as a container for all of your buckets
- TimeBackup stringScheduled 
- The start timestamp for the deployment backup schedule. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- Bucket string
- Name of the bucket where the object is to be uploaded in the object storage
- CompartmentId string
- The OCID of the compartment being referenced.
- FrequencyBackup stringScheduled 
- The frequency of the deployment backup schedule. Frequency can be DAILY, WEEKLY or MONTHLY.
- IsMetadata boolOnly 
- Parameter to allow users to create backup without trails
- Namespace string
- Name of namespace that serves as a container for all of your buckets
- TimeBackup stringScheduled 
- The start timestamp for the deployment backup schedule. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- bucket String
- Name of the bucket where the object is to be uploaded in the object storage
- compartmentId String
- The OCID of the compartment being referenced.
- frequencyBackup StringScheduled 
- The frequency of the deployment backup schedule. Frequency can be DAILY, WEEKLY or MONTHLY.
- isMetadata BooleanOnly 
- Parameter to allow users to create backup without trails
- namespace String
- Name of namespace that serves as a container for all of your buckets
- timeBackup StringScheduled 
- The start timestamp for the deployment backup schedule. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- bucket string
- Name of the bucket where the object is to be uploaded in the object storage
- compartmentId string
- The OCID of the compartment being referenced.
- frequencyBackup stringScheduled 
- The frequency of the deployment backup schedule. Frequency can be DAILY, WEEKLY or MONTHLY.
- isMetadata booleanOnly 
- Parameter to allow users to create backup without trails
- namespace string
- Name of namespace that serves as a container for all of your buckets
- timeBackup stringScheduled 
- The start timestamp for the deployment backup schedule. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- bucket str
- Name of the bucket where the object is to be uploaded in the object storage
- compartment_id str
- The OCID of the compartment being referenced.
- frequency_backup_ strscheduled 
- The frequency of the deployment backup schedule. Frequency can be DAILY, WEEKLY or MONTHLY.
- is_metadata_ boolonly 
- Parameter to allow users to create backup without trails
- namespace str
- Name of namespace that serves as a container for all of your buckets
- time_backup_ strscheduled 
- The start timestamp for the deployment backup schedule. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
- bucket String
- Name of the bucket where the object is to be uploaded in the object storage
- compartmentId String
- The OCID of the compartment being referenced.
- frequencyBackup StringScheduled 
- The frequency of the deployment backup schedule. Frequency can be DAILY, WEEKLY or MONTHLY.
- isMetadata BooleanOnly 
- Parameter to allow users to create backup without trails
- namespace String
- Name of namespace that serves as a container for all of your buckets
- timeBackup StringScheduled 
- The start timestamp for the deployment backup schedule. The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z.
GetDeploymentDeploymentDiagnosticData    
- Bucket string
- Name of the bucket where the object is to be uploaded in the object storage
- DiagnosticState string
- The state of the deployment diagnostic collection.
- Namespace string
- Name of namespace that serves as a container for all of your buckets
- Object string
- Name of the diagnostic collected and uploaded to object storage
- TimeDiagnostic stringEnd 
- The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeDiagnostic stringStart 
- The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- Bucket string
- Name of the bucket where the object is to be uploaded in the object storage
- DiagnosticState string
- The state of the deployment diagnostic collection.
- Namespace string
- Name of namespace that serves as a container for all of your buckets
- Object string
- Name of the diagnostic collected and uploaded to object storage
- TimeDiagnostic stringEnd 
- The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TimeDiagnostic stringStart 
- The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- bucket String
- Name of the bucket where the object is to be uploaded in the object storage
- diagnosticState String
- The state of the deployment diagnostic collection.
- namespace String
- Name of namespace that serves as a container for all of your buckets
- object String
- Name of the diagnostic collected and uploaded to object storage
- timeDiagnostic StringEnd 
- The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeDiagnostic StringStart 
- The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- bucket string
- Name of the bucket where the object is to be uploaded in the object storage
- diagnosticState string
- The state of the deployment diagnostic collection.
- namespace string
- Name of namespace that serves as a container for all of your buckets
- object string
- Name of the diagnostic collected and uploaded to object storage
- timeDiagnostic stringEnd 
- The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeDiagnostic stringStart 
- The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- bucket str
- Name of the bucket where the object is to be uploaded in the object storage
- diagnostic_state str
- The state of the deployment diagnostic collection.
- namespace str
- Name of namespace that serves as a container for all of your buckets
- object str
- Name of the diagnostic collected and uploaded to object storage
- time_diagnostic_ strend 
- The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- time_diagnostic_ strstart 
- The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- bucket String
- Name of the bucket where the object is to be uploaded in the object storage
- diagnosticState String
- The state of the deployment diagnostic collection.
- namespace String
- Name of namespace that serves as a container for all of your buckets
- object String
- Name of the diagnostic collected and uploaded to object storage
- timeDiagnostic StringEnd 
- The time until which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- timeDiagnostic StringStart 
- The time from which the diagnostic collection should collect the logs. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
GetDeploymentIngressIp   
- IngressIp string
- A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
- IngressIp string
- A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
- ingressIp String
- A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
- ingressIp string
- A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
- ingress_ip str
- A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
- ingressIp String
- A Private Endpoint IPv4 or IPv6 Address created in the customer's subnet.
GetDeploymentLock  
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- Type string
- Type of the lock.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- Type string
- Type of the lock.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- type String
- Type of the lock.
- message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated string
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- type string
- Type of the lock.
- message str
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- str
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_created str
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- type str
- Type of the lock.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- type String
- Type of the lock.
GetDeploymentMaintenanceConfiguration   
- BundleRelease intUpgrade Period In Days 
- Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- InterimRelease intUpgrade Period In Days 
- Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- IsInterim boolRelease Auto Upgrade Enabled 
- By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- MajorRelease intUpgrade Period In Days 
- Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- SecurityPatch intUpgrade Period In Days 
- Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
- BundleRelease intUpgrade Period In Days 
- Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- InterimRelease intUpgrade Period In Days 
- Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- IsInterim boolRelease Auto Upgrade Enabled 
- By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- MajorRelease intUpgrade Period In Days 
- Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- SecurityPatch intUpgrade Period In Days 
- Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
- bundleRelease IntegerUpgrade Period In Days 
- Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- interimRelease IntegerUpgrade Period In Days 
- Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- isInterim BooleanRelease Auto Upgrade Enabled 
- By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- majorRelease IntegerUpgrade Period In Days 
- Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- securityPatch IntegerUpgrade Period In Days 
- Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
- bundleRelease numberUpgrade Period In Days 
- Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- interimRelease numberUpgrade Period In Days 
- Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- isInterim booleanRelease Auto Upgrade Enabled 
- By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- majorRelease numberUpgrade Period In Days 
- Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- securityPatch numberUpgrade Period In Days 
- Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
- bundle_release_ intupgrade_ period_ in_ days 
- Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- interim_release_ intupgrade_ period_ in_ days 
- Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- is_interim_ boolrelease_ auto_ upgrade_ enabled 
- By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- major_release_ intupgrade_ period_ in_ days 
- Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- security_patch_ intupgrade_ period_ in_ days 
- Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
- bundleRelease NumberUpgrade Period In Days 
- Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.
- interimRelease NumberUpgrade Period In Days 
- Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.
- isInterim BooleanRelease Auto Upgrade Enabled 
- By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interimReleaseUpgradePeriodInDays too.
- majorRelease NumberUpgrade Period In Days 
- Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.
- securityPatch NumberUpgrade Period In Days 
- Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default.
GetDeploymentMaintenanceWindow   
- day str
- Days of the week.
- start_hour int
- Start hour for maintenance period. Hour is in UTC.
GetDeploymentOggData   
- AdminPassword string
- AdminUsername string
- The GoldenGate deployment console username.
- Certificate string
- The base64 encoded content of the PEM file containing the SSL certificate.
- CredentialStore string
- The type of credential store for OGG.
- DeploymentName string
- The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- GroupTo List<GetRoles Mappings Deployment Ogg Data Group To Roles Mapping> 
- Defines the IDP Groups to GoldenGate roles mapping. This field is used only for IAM deployment and does not have any impact on non-IAM deployments. For IAM deployment, when user does not specify this mapping, then it has null value and default mapping is used. User belonging to each group can only perform the actions according to the role the respective group is mapped to.
- IdentityDomain stringId 
- The OCID of the Identity Domain when IAM credential store is used.
- Key string
- OggVersion string
- Version of OGG
- PasswordSecret stringId 
- The OCID of the Secret where the deployment password is stored.
- AdminPassword string
- AdminUsername string
- The GoldenGate deployment console username.
- Certificate string
- The base64 encoded content of the PEM file containing the SSL certificate.
- CredentialStore string
- The type of credential store for OGG.
- DeploymentName string
- The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- GroupTo []GetRoles Mappings Deployment Ogg Data Group To Roles Mapping 
- Defines the IDP Groups to GoldenGate roles mapping. This field is used only for IAM deployment and does not have any impact on non-IAM deployments. For IAM deployment, when user does not specify this mapping, then it has null value and default mapping is used. User belonging to each group can only perform the actions according to the role the respective group is mapped to.
- IdentityDomain stringId 
- The OCID of the Identity Domain when IAM credential store is used.
- Key string
- OggVersion string
- Version of OGG
- PasswordSecret stringId 
- The OCID of the Secret where the deployment password is stored.
- adminPassword String
- adminUsername String
- The GoldenGate deployment console username.
- certificate String
- The base64 encoded content of the PEM file containing the SSL certificate.
- credentialStore String
- The type of credential store for OGG.
- deploymentName String
- The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- groupTo List<GetRoles Mappings Deployment Ogg Data Group To Roles Mapping> 
- Defines the IDP Groups to GoldenGate roles mapping. This field is used only for IAM deployment and does not have any impact on non-IAM deployments. For IAM deployment, when user does not specify this mapping, then it has null value and default mapping is used. User belonging to each group can only perform the actions according to the role the respective group is mapped to.
- identityDomain StringId 
- The OCID of the Identity Domain when IAM credential store is used.
- key String
- oggVersion String
- Version of OGG
- passwordSecret StringId 
- The OCID of the Secret where the deployment password is stored.
- adminPassword string
- adminUsername string
- The GoldenGate deployment console username.
- certificate string
- The base64 encoded content of the PEM file containing the SSL certificate.
- credentialStore string
- The type of credential store for OGG.
- deploymentName string
- The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- groupTo GetRoles Mappings Deployment Ogg Data Group To Roles Mapping[] 
- Defines the IDP Groups to GoldenGate roles mapping. This field is used only for IAM deployment and does not have any impact on non-IAM deployments. For IAM deployment, when user does not specify this mapping, then it has null value and default mapping is used. User belonging to each group can only perform the actions according to the role the respective group is mapped to.
- identityDomain stringId 
- The OCID of the Identity Domain when IAM credential store is used.
- key string
- oggVersion string
- Version of OGG
- passwordSecret stringId 
- The OCID of the Secret where the deployment password is stored.
- admin_password str
- admin_username str
- The GoldenGate deployment console username.
- certificate str
- The base64 encoded content of the PEM file containing the SSL certificate.
- credential_store str
- The type of credential store for OGG.
- deployment_name str
- The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- group_to_ Sequence[Getroles_ mappings Deployment Ogg Data Group To Roles Mapping] 
- Defines the IDP Groups to GoldenGate roles mapping. This field is used only for IAM deployment and does not have any impact on non-IAM deployments. For IAM deployment, when user does not specify this mapping, then it has null value and default mapping is used. User belonging to each group can only perform the actions according to the role the respective group is mapped to.
- identity_domain_ strid 
- The OCID of the Identity Domain when IAM credential store is used.
- key str
- ogg_version str
- Version of OGG
- password_secret_ strid 
- The OCID of the Secret where the deployment password is stored.
- adminPassword String
- adminUsername String
- The GoldenGate deployment console username.
- certificate String
- The base64 encoded content of the PEM file containing the SSL certificate.
- credentialStore String
- The type of credential store for OGG.
- deploymentName String
- The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
- groupTo List<Property Map>Roles Mappings 
- Defines the IDP Groups to GoldenGate roles mapping. This field is used only for IAM deployment and does not have any impact on non-IAM deployments. For IAM deployment, when user does not specify this mapping, then it has null value and default mapping is used. User belonging to each group can only perform the actions according to the role the respective group is mapped to.
- identityDomain StringId 
- The OCID of the Identity Domain when IAM credential store is used.
- key String
- oggVersion String
- Version of OGG
- passwordSecret StringId 
- The OCID of the Secret where the deployment password is stored.
GetDeploymentOggDataGroupToRolesMapping       
- AdministratorGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role administratorGroup. It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.
- OperatorGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role operatorGroup. It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.
- SecurityGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role securityGroup. It grants administration of security related objects and invoke security related service requests. This role has full privileges.
- UserGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role userGroup. It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information
- AdministratorGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role administratorGroup. It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.
- OperatorGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role operatorGroup. It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.
- SecurityGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role securityGroup. It grants administration of security related objects and invoke security related service requests. This role has full privileges.
- UserGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role userGroup. It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information
- administratorGroup StringId 
- The OCID of the IDP group which will be mapped to goldengate role administratorGroup. It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.
- operatorGroup StringId 
- The OCID of the IDP group which will be mapped to goldengate role operatorGroup. It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.
- securityGroup StringId 
- The OCID of the IDP group which will be mapped to goldengate role securityGroup. It grants administration of security related objects and invoke security related service requests. This role has full privileges.
- userGroup StringId 
- The OCID of the IDP group which will be mapped to goldengate role userGroup. It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information
- administratorGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role administratorGroup. It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.
- operatorGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role operatorGroup. It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.
- securityGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role securityGroup. It grants administration of security related objects and invoke security related service requests. This role has full privileges.
- userGroup stringId 
- The OCID of the IDP group which will be mapped to goldengate role userGroup. It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information
- administrator_group_ strid 
- The OCID of the IDP group which will be mapped to goldengate role administratorGroup. It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.
- operator_group_ strid 
- The OCID of the IDP group which will be mapped to goldengate role operatorGroup. It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.
- security_group_ strid 
- The OCID of the IDP group which will be mapped to goldengate role securityGroup. It grants administration of security related objects and invoke security related service requests. This role has full privileges.
- user_group_ strid 
- The OCID of the IDP group which will be mapped to goldengate role userGroup. It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information
- administratorGroup StringId 
- The OCID of the IDP group which will be mapped to goldengate role administratorGroup. It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.
- operatorGroup StringId 
- The OCID of the IDP group which will be mapped to goldengate role operatorGroup. It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.
- securityGroup StringId 
- The OCID of the IDP group which will be mapped to goldengate role securityGroup. It grants administration of security related objects and invoke security related service requests. This role has full privileges.
- userGroup StringId 
- The OCID of the IDP group which will be mapped to goldengate role userGroup. It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information
GetDeploymentPlacement  
- AvailabilityDomain string
- The availability domain of a placement.
- FaultDomain string
- The fault domain of a placement.
- AvailabilityDomain string
- The availability domain of a placement.
- FaultDomain string
- The fault domain of a placement.
- availabilityDomain String
- The availability domain of a placement.
- faultDomain String
- The fault domain of a placement.
- availabilityDomain string
- The availability domain of a placement.
- faultDomain string
- The fault domain of a placement.
- availability_domain str
- The availability domain of a placement.
- fault_domain str
- The fault domain of a placement.
- availabilityDomain String
- The availability domain of a placement.
- faultDomain String
- The fault domain of a placement.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.